Skip to content

Commit

Permalink
WiP VSCode: Add workspace file
Browse files Browse the repository at this point in the history
- Exclude from watch folders compilation directories

TODO: still not good enough. Need to exclude more, not enoug handles on system.
  • Loading branch information
tlaurion committed Jul 24, 2023
1 parent cbf37c8 commit 4fdce5a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions heads.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"explorer.excludeGitIgnore": false,
"files.exclude": {
},
"files.watcherExclude": {
"build/**": true,
"crossgcc/**": true,
"install/**": true,
"packages/**": true
}
}
}

0 comments on commit 4fdce5a

Please sign in to comment.