06-14-code-0113C7C3FED381A
This commit is contained in:
@ -28,5 +28,13 @@
|
||||
{
|
||||
"key": "ctrl+shift+t",
|
||||
"command": "settings.cycle.sortOrder",
|
||||
},
|
||||
{
|
||||
"key": "ctrl+alt+,",
|
||||
"command": "workbench.action.openSettings"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+,",
|
||||
"command": "-workbench.action.openSettings"
|
||||
}
|
||||
]
|
@ -46,7 +46,6 @@
|
||||
"debug.terminal.clearBeforeReusing": true,
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"dotnet.codeLens.enableReferencesCodeLens": false,
|
||||
"dotnet.server.useOmnisharp": true,
|
||||
"dotnetAcquisitionExtension.existingDotnetPath": [
|
||||
{
|
||||
"extensionId": "msazurermtools.azurerm-vscode-tools",
|
||||
@ -58,7 +57,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,
|
||||
@ -275,5 +274,24 @@
|
||||
"*.lnk": "ink.connector"
|
||||
},
|
||||
"workbench.list.openMode": "doubleClick",
|
||||
"workbench.startupEditor": "newUntitledFile"
|
||||
"workbench.startupEditor": "newUntitledFile",
|
||||
"chat.commandCenter.enabled": false,
|
||||
"remote.SSH.remotePlatform": {
|
||||
"free.file.sync.root": "linux",
|
||||
"192.168.0.42": "windows",
|
||||
"192.168.0.41": "windows",
|
||||
"jisee.duckdns.org": "linux",
|
||||
"jmlc.duckdns.org": "linux",
|
||||
"phares.duckdns.org": "linux",
|
||||
"affirm.duckdns.org": "linux",
|
||||
"bchs.duckdns.org": "linux"
|
||||
},
|
||||
"dotnet.server.useOmnisharp": true,
|
||||
"cSpell.enabledNotifications": {
|
||||
"Average Word Length too Long": false,
|
||||
"Lines too Long": false,
|
||||
"Maximum Word Length Exceeded": false
|
||||
},
|
||||
"javascript.updateImportsOnFileMove.enabled": "always",
|
||||
"go.toolsManagement.autoUpdate": true
|
||||
}
|
Reference in New Issue
Block a user