Files
openhuman/.vscode/extensions.json
T
Steven Enamakel 7890c0ee92 chore: update .gitignore and enhance VSCode configuration
- Removed specific VSCode directory from .gitignore while retaining the extensions.json file for extension recommendations.
- Added Prettier as a recommended extension in extensions.json to standardize code formatting across the project.
- Introduced a new settings.json file to configure default formatting options for various file types, ensuring consistent code style in the development environment.
2026-02-04 11:07:28 +05:30

8 lines
122 B
JSON

{
"recommendations": [
"tauri-apps.tauri-vscode",
"rust-lang.rust-analyzer",
"esbenp.prettier-vscode"
]
}