mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 17:29:50 +03:00
replace React bunder based on webpack with Vite #952
This commit is contained in:
31
interface/.vscode
Normal file
31
interface/.vscode
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"emmet.excludeLanguages": [],
|
||||
"emmet.includeLanguages": {
|
||||
"markdown": "html",
|
||||
"javascript": "javascriptreact",
|
||||
"typescript": "typescriptreact"
|
||||
},
|
||||
"emmet.showSuggestionsAsSnippets": true,
|
||||
"emmet.triggerExpansionOnTab": true,
|
||||
"files.exclude": {
|
||||
"**/*.js.map": {
|
||||
"when": "$(basename)"
|
||||
},
|
||||
"**/node_modules": true
|
||||
},
|
||||
"html.autoClosingTags": true,
|
||||
"javascript.autoClosingTags": true,
|
||||
"javascript.suggest.completeFunctionCalls": true,
|
||||
"typescript.suggest.completeFunctionCalls": true,
|
||||
"javascript.inlayHints.functionLikeReturnTypes.enabled": true,
|
||||
"typescript.inlayHints.functionLikeReturnTypes.enabled": true,
|
||||
"javascript.inlayHints.parameterNames.enabled": "all",
|
||||
"typescript.inlayHints.parameterNames.enabled": "all",
|
||||
"javascript.suggest.autoImports": true,
|
||||
"search.exclude": {
|
||||
"**/coverage": true,
|
||||
"**/node_modules": true
|
||||
},
|
||||
"typescript.autoClosingTags": true,
|
||||
"typescript.suggest.autoImports": true
|
||||
}
|
||||
Reference in New Issue
Block a user