"name": "Code", "version": "1.82.3"

"terminal.integrated.defaultProfile.windows": "Git Bash",
Sort Everything
This commit is contained in:
2023-10-03 07:50:24 -07:00
parent f7497d0acb
commit 75fa42f60e
3 changed files with 40 additions and 33 deletions

View File

@ -1,4 +1,31 @@
{
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[feature]": {
"editor.defaultFormatter": "korostylov.gherkin-highlight"
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[xml]": {
"editor.defaultFormatter": "mikeburgh.xml-format"
},
"[yaml]": {
"editor.defaultFormatter": "redhat.vscode-yaml"
},
"breadcrumbs.showClasses": false,
"breadcrumbs.showInterfaces": false,
"breadcrumbs.showMethods": false,
@ -29,7 +56,6 @@
"explorer.confirmDragAndDrop": false,
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.expand": true,
"explorer.openEditors.visible": 0,
"git.autofetch": false,
"git.confirmSync": false,
"git.enableSmartCommit": true,
@ -41,12 +67,15 @@
"omnisharp.enableRoslynAnalyzers": true,
"razor.disableBlazorDebugPrompt": true,
"security.workspace.trust.untrustedFiles": "open",
"svelte.enable-ts-plugin": true,
"task.quickOpen.history": 20,
"terminal.integrated.defaultProfile.windows": "Git Bash",
"terminal.integrated.enableMultiLinePasteWarning": false,
"terminal.integrated.fontSize": 12,
"terminal.integrated.tabs.enabled": true,
"thunder-client.saveToWorkspace": true,
"thunder-client.workspaceRelativePath": ".vscode",
"typescript.updateImportsOnFileMove.enabled": "always",
"vscode-edge-devtools.mirrorEdits": true,
"vscode-edge-devtools.webhint": false,
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
@ -58,24 +87,6 @@
"workbench.editor.untitled.hint": "hidden",
"workbench.list.openMode": "doubleClick",
"workbench.startupEditor": "newUntitledFile",
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[xml]": {
"editor.defaultFormatter": "mikeburgh.xml-format"
},
"cSpell.words": [
"blazorwasm"
],
@ -100,7 +111,6 @@
"192.168.0.112": "linux"
},
"workbench.editorAssociations": {
"*.pcl": "hexEditor.hexedit",
"*.dib": "default",
"*.lnk": "ink.connector"
},
@ -266,8 +276,5 @@
}
]
}
],
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
]
}