Skip to content

Commit

Permalink
Ignore C++ submodules in VS Code
Browse files Browse the repository at this point in the history
  • Loading branch information
jgranick committed Feb 7, 2019
1 parent 864dcf7 commit 3354898
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"returnFormat": "",
"neverAskTemplate": true
},
"files.watcherExclude": {
"**/project/lib/**": true
}
"files.trimTrailingWhitespace": true,
"C_Cpp.autoAddFileAssociations": false,
}

0 comments on commit 3354898

Please sign in to comment.