mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
- 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.
8 lines
122 B
JSON
8 lines
122 B
JSON
{
|
|
"recommendations": [
|
|
"tauri-apps.tauri-vscode",
|
|
"rust-lang.rust-analyzer",
|
|
"esbenp.prettier-vscode"
|
|
]
|
|
}
|