bump
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"$schema": "vscode://schemas/settings/user",
|
||||
"debug.javascript.autoAttachFilter": "disabled",
|
||||
"editor.tabSize": 2,
|
||||
"editor.unicodeHighlight.ambiguousCharacters": false,
|
||||
"editor.unicodeHighlight.invisibleCharacters": false,
|
||||
"editor.formatOnSave": true,
|
||||
"editor.defaultFormatter": "biomejs.biome",
|
||||
"debug.javascript.autoAttachFilter": "disabled",
|
||||
"[json]": {
|
||||
"editor.defaultFormatter": "biomejs.biome",
|
||||
"editor.formatOnSave": true
|
||||
@@ -30,7 +30,10 @@
|
||||
"js/ts.preferences.importModuleSpecifier": "relative",
|
||||
"git.openRepositoryInParentFolders": "never",
|
||||
"github.copilot.nextEditSuggestions.enabled": true,
|
||||
"chat.tools.terminal.autoApprove": { "yarn test": true, "npm test": true },
|
||||
"chat.tools.terminal.autoApprove": {
|
||||
"yarn test": true,
|
||||
"npm test": true
|
||||
},
|
||||
"gitlens.ai.model": "vscode",
|
||||
"gitlens.ai.vscode.model": "copilot:gpt-4.1",
|
||||
"chat.viewSessions.orientation": "stacked",
|
||||
@@ -43,5 +46,9 @@
|
||||
"https://json-schema.org/": true,
|
||||
"https://developer.microsoft.com/json-schemas/": true,
|
||||
"https://biomejs.dev": true
|
||||
}
|
||||
},
|
||||
"oxc.enable": null,
|
||||
"oxc.enable.oxlint": true,
|
||||
"js/ts.updateImportsOnFileMove.enabled": "always",
|
||||
"js/ts.experimental.useTsgo": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user