mirror of
https://github.com/ChangJoo-Park/learn-flutter.git
synced 2025-06-26 01:41:07 +00:00
17 lines
585 B
JSON
17 lines
585 B
JSON
{
|
|
"dart.flutterSdkPath": "/Users/changjoopark/.local/share/mise/installs/flutter/3.29.3-stable",
|
|
"debug.javascript.defaultRuntimeExecutable": {
|
|
"pwa-node": "/Users/changjoopark/.local/share/mise/shims/node"
|
|
},
|
|
"typescript.validate.enable": true,
|
|
"javascript.validate.enable": true,
|
|
"files.exclude": {
|
|
"**/node_modules/**/*": true
|
|
},
|
|
"search.exclude": {
|
|
"**/node_modules/**/*": true
|
|
},
|
|
"typescript.disableAutomaticTypeAcquisition": true,
|
|
"typescript.tsserver.experimental.enableProjectDiagnostics": false,
|
|
"typescript.tsserver.enableTracing": true
|
|
}
|