platform-cli/.vscode/settings.json

6 lines
101 B
JSON
Raw Permalink Normal View History

2021-07-18 04:22:11 +00:00
{
"files.watcherExclude": {
"**/target": true
2022-08-30 16:56:09 +00:00
},
"cmake.configureOnOpen": false
2021-07-18 04:22:11 +00:00
}