mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-13 19:29:55 +03:00
31 lines
775 B
JSON
31 lines
775 B
JSON
{
|
|
"search.exclude": {
|
|
"**/.yarn": true,
|
|
"**/.pnp.*": true
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": true
|
|
// "source.organizeImports": true
|
|
},
|
|
"eslint.nodePath": "interface/.yarn/sdks",
|
|
"eslint.workingDirectories": ["interface"],
|
|
"prettier.prettierPath": "interface/.yarn/sdks/prettier/index.js",
|
|
"typescript.tsdk": "interface/.yarn/sdks/typescript/lib",
|
|
"typescript.enablePromptUseWorkspaceTsdk": true,
|
|
"files.associations": {
|
|
"*.tsx": "typescriptreact",
|
|
"*.tcc": "cpp",
|
|
"optional": "cpp",
|
|
"istream": "cpp",
|
|
"ostream": "cpp",
|
|
"ratio": "cpp",
|
|
"system_error": "cpp",
|
|
"array": "cpp",
|
|
"functional": "cpp",
|
|
"regex": "cpp",
|
|
"tuple": "cpp",
|
|
"type_traits": "cpp",
|
|
"utility": "cpp"
|
|
}
|
|
}
|