"name": "Code", "version": "1.82.3"
"terminal.integrated.defaultProfile.windows": "Git Bash", Sort Everything
This commit is contained in:
parent
f7497d0acb
commit
75fa42f60e
@ -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.showClasses": false,
|
||||||
"breadcrumbs.showInterfaces": false,
|
"breadcrumbs.showInterfaces": false,
|
||||||
"breadcrumbs.showMethods": false,
|
"breadcrumbs.showMethods": false,
|
||||||
@ -29,7 +56,6 @@
|
|||||||
"explorer.confirmDragAndDrop": false,
|
"explorer.confirmDragAndDrop": false,
|
||||||
"explorer.fileNesting.enabled": true,
|
"explorer.fileNesting.enabled": true,
|
||||||
"explorer.fileNesting.expand": true,
|
"explorer.fileNesting.expand": true,
|
||||||
"explorer.openEditors.visible": 0,
|
|
||||||
"git.autofetch": false,
|
"git.autofetch": false,
|
||||||
"git.confirmSync": false,
|
"git.confirmSync": false,
|
||||||
"git.enableSmartCommit": true,
|
"git.enableSmartCommit": true,
|
||||||
@ -41,12 +67,15 @@
|
|||||||
"omnisharp.enableRoslynAnalyzers": true,
|
"omnisharp.enableRoslynAnalyzers": true,
|
||||||
"razor.disableBlazorDebugPrompt": true,
|
"razor.disableBlazorDebugPrompt": true,
|
||||||
"security.workspace.trust.untrustedFiles": "open",
|
"security.workspace.trust.untrustedFiles": "open",
|
||||||
|
"svelte.enable-ts-plugin": true,
|
||||||
"task.quickOpen.history": 20,
|
"task.quickOpen.history": 20,
|
||||||
|
"terminal.integrated.defaultProfile.windows": "Git Bash",
|
||||||
"terminal.integrated.enableMultiLinePasteWarning": false,
|
"terminal.integrated.enableMultiLinePasteWarning": false,
|
||||||
"terminal.integrated.fontSize": 12,
|
"terminal.integrated.fontSize": 12,
|
||||||
"terminal.integrated.tabs.enabled": true,
|
"terminal.integrated.tabs.enabled": true,
|
||||||
"thunder-client.saveToWorkspace": true,
|
"thunder-client.saveToWorkspace": true,
|
||||||
"thunder-client.workspaceRelativePath": ".vscode",
|
"thunder-client.workspaceRelativePath": ".vscode",
|
||||||
|
"typescript.updateImportsOnFileMove.enabled": "always",
|
||||||
"vscode-edge-devtools.mirrorEdits": true,
|
"vscode-edge-devtools.mirrorEdits": true,
|
||||||
"vscode-edge-devtools.webhint": false,
|
"vscode-edge-devtools.webhint": false,
|
||||||
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
|
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
|
||||||
@ -58,24 +87,6 @@
|
|||||||
"workbench.editor.untitled.hint": "hidden",
|
"workbench.editor.untitled.hint": "hidden",
|
||||||
"workbench.list.openMode": "doubleClick",
|
"workbench.list.openMode": "doubleClick",
|
||||||
"workbench.startupEditor": "newUntitledFile",
|
"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": [
|
"cSpell.words": [
|
||||||
"blazorwasm"
|
"blazorwasm"
|
||||||
],
|
],
|
||||||
@ -100,7 +111,6 @@
|
|||||||
"192.168.0.112": "linux"
|
"192.168.0.112": "linux"
|
||||||
},
|
},
|
||||||
"workbench.editorAssociations": {
|
"workbench.editorAssociations": {
|
||||||
"*.pcl": "hexEditor.hexedit",
|
|
||||||
"*.dib": "default",
|
"*.dib": "default",
|
||||||
"*.lnk": "ink.connector"
|
"*.lnk": "ink.connector"
|
||||||
},
|
},
|
||||||
@ -266,8 +276,5 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"[css]": {
|
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
||||||
}
|
|
||||||
}
|
}
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Code",
|
"name": "Code",
|
||||||
"version": "1.82.2",
|
"version": "1.82.3",
|
||||||
"distro": "bbf3a09b3880e8b7fc287fd28fb5847b691d0a65",
|
"distro": "d357cb67cc24ec7aed8ef8897e25950ef2563652",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Microsoft Corporation"
|
"name": "Microsoft Corporation"
|
||||||
},
|
},
|
||||||
|
@ -2359,16 +2359,16 @@
|
|||||||
"dontTrustOption": "No, I don't trust the contents",
|
"dontTrustOption": "No, I don't trust the contents",
|
||||||
"startupTrustRequestLearnMore": "If you don't trust the contents of the files generated by GitHub Copilot, we recommend continuing in restricted mode. See [our docs](https://aka.ms/vscode-workspace-trust) to learn more. "
|
"startupTrustRequestLearnMore": "If you don't trust the contents of the files generated by GitHub Copilot, we recommend continuing in restricted mode. See [our docs](https://aka.ms/vscode-workspace-trust) to learn more. "
|
||||||
},
|
},
|
||||||
"commit": "abd2f3db4bdb28f9e95536dfa84d8479f1eb312d",
|
"commit": "fdb98833154679dbaa7af67a5a29fe19e55c2b73",
|
||||||
"date": "2023-09-14T05:55:25.390Z",
|
"date": "2023-10-02T10:51:22.294Z",
|
||||||
"checksums": {
|
"checksums": {
|
||||||
"vs/base/parts/sandbox/electron-sandbox/preload.js": "ipw6RnsKN8p/9Z2clYzfhQ",
|
"vs/base/parts/sandbox/electron-sandbox/preload.js": "tRsUskjCvOXEfJLmCZIHxA",
|
||||||
"vs/workbench/workbench.desktop.main.js": "mAdfgd5bN5f1k8FNMP7zFA",
|
"vs/workbench/workbench.desktop.main.js": "rIYtfYtC/bKWd+MS8yMrFA",
|
||||||
"vs/workbench/workbench.desktop.main.css": "7FQ8Q0sFHP0dmg0YNbHrBg",
|
"vs/workbench/workbench.desktop.main.css": "7FQ8Q0sFHP0dmg0YNbHrBg",
|
||||||
"vs/workbench/api/node/extensionHostProcess.js": "0QnX9wPtJFyZ4Y8phThT3Q",
|
"vs/workbench/api/node/extensionHostProcess.js": "Ya6fc44Rsem4uXeu6FDR4Q",
|
||||||
"vs/code/electron-sandbox/workbench/workbench.html": "Nei/i2NoxE9Pdo7ZULeFgA",
|
"vs/code/electron-sandbox/workbench/workbench.html": "Nei/i2NoxE9Pdo7ZULeFgA",
|
||||||
"vs/code/electron-sandbox/workbench/workbench.js": "43hsM162FakptiGTnCNIvg"
|
"vs/code/electron-sandbox/workbench/workbench.js": "e4vwL7ozJMAiq1p6brKBBA"
|
||||||
},
|
},
|
||||||
"version": "1.82.2",
|
"version": "1.82.3",
|
||||||
"target": "user"
|
"target": "user"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user