mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-19 18:39:20 -05:00
23 lines
662 B
JSON
23 lines
662 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true,
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "oxc.oxc-vscode"
|
|
},
|
|
"[typescriptreact]": {
|
|
"editor.defaultFormatter": "oxc.oxc-vscode"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "oxc.oxc-vscode"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "oxc.oxc-vscode"
|
|
},
|
|
"typescript.preferences.importModuleSpecifierEnding": "js",
|
|
"typescript.reportStyleChecksAsWarnings": false,
|
|
"typescript.updateImportsOnFileMove.enabled": "always",
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"typescript.experimental.useTsgo": true
|
|
}
|