45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"dprint.path": "node_modules/.bin/dprint",
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "dprint.dprint",
|
|
"editor.formatOnSaveMode": "file",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.oxc": "explicit"
|
|
},
|
|
"editor.quickSuggestions": {
|
|
"other": true,
|
|
"comments": false,
|
|
"strings": false
|
|
},
|
|
"editor.acceptSuggestionOnCommitCharacter": true,
|
|
"editor.acceptSuggestionOnEnter": "on",
|
|
"editor.quickSuggestionsDelay": 10,
|
|
"editor.suggestOnTriggerCharacters": true,
|
|
"editor.tabCompletion": "off",
|
|
"editor.suggest.localityBonus": true,
|
|
"editor.suggestSelection": "recentlyUsed",
|
|
"editor.wordBasedSuggestions": "matchingDocuments",
|
|
"editor.parameterHints.enabled": true,
|
|
"files.insertFinalNewline": true,
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "dprint.dprint"
|
|
},
|
|
"[typescriptreact]": {
|
|
"editor.defaultFormatter": "dprint.dprint"
|
|
},
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "dprint.dprint"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "dprint.dprint"
|
|
},
|
|
"[jsonc]": {
|
|
"editor.defaultFormatter": "dprint.dprint"
|
|
},
|
|
"[markdown]": {
|
|
"editor.defaultFormatter": "dprint.dprint"
|
|
},
|
|
"deno.enable": false,
|
|
"js/ts.tsdk.path": "node_modules/typescript/lib"
|
|
}
|