learn-flutter/.vscode/settings.json
ChangJoo Park(박창주) 341898d4af docs: Update SUMMARY.md
2025-05-13 19:11:34 +09:00

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
}