mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
created a vscode workspace file for the repo
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"extensions": {
|
||||
"recommendations": [
|
||||
"dbaeumer.vscode-eslint",
|
||||
"editorconfig.editorconfig",
|
||||
"esbenp.prettier-vscode",
|
||||
"flowtype.flow-for-vscode"
|
||||
],
|
||||
},
|
||||
"settings": {
|
||||
"editor.formatOnSave": true,
|
||||
"flow.pathToFlow": "${workspaceFolder}/node_modules/.bin/flow",
|
||||
"javascript.validate.enable": false,
|
||||
"search.useIgnoreFiles": true,
|
||||
"search.exclude": {
|
||||
"**/dist/**": true,
|
||||
"**/build/**": true,
|
||||
"**/out/**": true,
|
||||
"*.map": true,
|
||||
"*.log": true,
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user