workbench.action.openSettings
chat.commandCenter.enabled: false deno.enable: false editor.renderWhitespace: all
This commit is contained in:
@ -30,6 +30,7 @@
|
||||
"breadcrumbs.showInterfaces": false,
|
||||
"breadcrumbs.showMethods": false,
|
||||
"breadcrumbs.showModules": false,
|
||||
"chat.commandCenter.enabled": false,
|
||||
"csharp.suppressBuildAssetsNotification": true,
|
||||
"csharp.suppressDotnetRestoreNotification": true,
|
||||
"cSpell.words": [
|
||||
@ -44,6 +45,8 @@
|
||||
"debug.onTaskErrors": "showErrors",
|
||||
"debug.openDebug": "neverOpen",
|
||||
"debug.terminal.clearBeforeReusing": true,
|
||||
"deno.enable": false,
|
||||
"dev.containers.executeInWSL": true,
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"dotnet.codeLens.enableReferencesCodeLens": false,
|
||||
"dotnet.server.useOmnisharp": true,
|
||||
@ -58,7 +61,7 @@
|
||||
"editor.fontSize": 16,
|
||||
"editor.hover.delay": 1000,
|
||||
"editor.largeFileOptimizations": false,
|
||||
"editor.renderWhitespace": "none",
|
||||
"editor.renderWhitespace": "all",
|
||||
"editor.stickyScroll.enabled": true,
|
||||
"editor.suggestSelection": "first",
|
||||
"explorer.confirmDelete": false,
|
||||
@ -75,7 +78,7 @@
|
||||
"**/*.spec.ts": true,
|
||||
"**/.git": false
|
||||
},
|
||||
"git.autofetch": false,
|
||||
"git.autofetch": true,
|
||||
"git.confirmSync": false,
|
||||
"git.enableSmartCommit": true,
|
||||
"git.ignoreMissingGitWarning": true,
|
||||
@ -121,6 +124,18 @@
|
||||
}
|
||||
],
|
||||
"razor.disableBlazorDebugPrompt": true,
|
||||
"remote.SSH.remotePlatform": {
|
||||
"free.file.sync.root": "linux",
|
||||
"messa010ec.infineon.com": "windows",
|
||||
"messa011ec.infineon.com": "windows",
|
||||
"messa023ec.infineon.com": "windows",
|
||||
"messa08ec.infineon.com": "windows",
|
||||
"messa09ec.infineon.com": "windows",
|
||||
"mestsa003.infineon.com": "windows",
|
||||
"mestsa05ec.infineon.com": "windows",
|
||||
"mestsa07ec.infineon.com": "windows",
|
||||
"podman.free.file.sync.root": "linux"
|
||||
},
|
||||
"runTerminalCommand.commands": [
|
||||
{
|
||||
"auto": true,
|
||||
|
Reference in New Issue
Block a user