Settings
This commit is contained in:
parent
6ae807fa97
commit
28e349d7b3
@ -30,7 +30,6 @@
|
||||
"breadcrumbs.showInterfaces": false,
|
||||
"breadcrumbs.showMethods": false,
|
||||
"breadcrumbs.showModules": false,
|
||||
"csharp.referencesCodeLens.enabled": false,
|
||||
"csharp.suppressBuildAssetsNotification": true,
|
||||
"csharp.suppressDotnetRestoreNotification": true,
|
||||
"debug.console.closeOnEnd": true,
|
||||
@ -43,6 +42,7 @@
|
||||
"debug.openDebug": "neverOpen",
|
||||
"debug.terminal.clearBeforeReusing": true,
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"dotnet.codeLens.enableReferencesCodeLens": false,
|
||||
"dotnet.server.useOmnisharp": true,
|
||||
"dotnetAcquisitionExtension.installTimeoutValue": 180,
|
||||
"editor.accessibilitySupport": "off",
|
||||
@ -56,6 +56,7 @@
|
||||
"explorer.confirmDragAndDrop": false,
|
||||
"explorer.fileNesting.enabled": true,
|
||||
"explorer.fileNesting.expand": true,
|
||||
"extensions.ignoreRecommendations": true,
|
||||
"git.autofetch": false,
|
||||
"git.confirmSync": false,
|
||||
"git.enableSmartCommit": true,
|
||||
@ -84,6 +85,7 @@
|
||||
"window.newWindowDimensions": "maximized",
|
||||
"window.zoomLevel": 1,
|
||||
"workbench.commandPalette.history": 20,
|
||||
"workbench.editor.empty.hint": "hidden",
|
||||
"workbench.editor.untitled.hint": "hidden",
|
||||
"workbench.list.openMode": "doubleClick",
|
||||
"workbench.startupEditor": "newUntitledFile",
|
||||
|
Loading…
x
Reference in New Issue
Block a user