mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-04-19 12:57:17 +00:00
13 lines
272 B
JSON
13 lines
272 B
JSON
{
|
|
"files.exclude": {
|
|
"**/lib": false
|
|
},
|
|
"search.exclude": {
|
|
"arduino-ide-extension/src/test/node/__test_sketchbook__": true
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
}
|
|
}
|