Skip to content

Commit

Permalink
created a vscode workspace file for the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
vzaidman committed Jun 10, 2024
1 parent f5af92d commit c0e22f5
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions react.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"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,
"**/static/**": true,
"**/build/**": true,
"**/out/**": true,
"*.map": true,
"*.log": true,
}
}
}

0 comments on commit c0e22f5

Please sign in to comment.