mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Add a set of recommended VS Code extensions (#3140)
* Add a set of recommended VS Code extensions * Remove prettier for now * Remove vscode-open-in-github That's more of a personal choice
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -95,7 +95,7 @@ artifacts/
|
||||
*.log
|
||||
|
||||
# VisualStudioCode #
|
||||
.vscode
|
||||
.vscode/settings.json
|
||||
|
||||
# CV Model #
|
||||
**/assets/**/*.csv
|
||||
|
||||
7
.vscode/extensions.json
vendored
Normal file
7
.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"dbaeumer.vscode-eslint",
|
||||
"usernamehw.errorlens",
|
||||
"wix.vscode-import-cost"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user