This commit is contained in:
Mike Phares 2023-10-23 10:22:28 -07:00
parent 6ae807fa97
commit 28e349d7b3

View File

@ -30,7 +30,6 @@
"breadcrumbs.showInterfaces": false, "breadcrumbs.showInterfaces": false,
"breadcrumbs.showMethods": false, "breadcrumbs.showMethods": false,
"breadcrumbs.showModules": false, "breadcrumbs.showModules": false,
"csharp.referencesCodeLens.enabled": false,
"csharp.suppressBuildAssetsNotification": true, "csharp.suppressBuildAssetsNotification": true,
"csharp.suppressDotnetRestoreNotification": true, "csharp.suppressDotnetRestoreNotification": true,
"debug.console.closeOnEnd": true, "debug.console.closeOnEnd": true,
@ -43,6 +42,7 @@
"debug.openDebug": "neverOpen", "debug.openDebug": "neverOpen",
"debug.terminal.clearBeforeReusing": true, "debug.terminal.clearBeforeReusing": true,
"diffEditor.ignoreTrimWhitespace": false, "diffEditor.ignoreTrimWhitespace": false,
"dotnet.codeLens.enableReferencesCodeLens": false,
"dotnet.server.useOmnisharp": true, "dotnet.server.useOmnisharp": true,
"dotnetAcquisitionExtension.installTimeoutValue": 180, "dotnetAcquisitionExtension.installTimeoutValue": 180,
"editor.accessibilitySupport": "off", "editor.accessibilitySupport": "off",
@ -56,6 +56,7 @@
"explorer.confirmDragAndDrop": false, "explorer.confirmDragAndDrop": false,
"explorer.fileNesting.enabled": true, "explorer.fileNesting.enabled": true,
"explorer.fileNesting.expand": true, "explorer.fileNesting.expand": true,
"extensions.ignoreRecommendations": true,
"git.autofetch": false, "git.autofetch": false,
"git.confirmSync": false, "git.confirmSync": false,
"git.enableSmartCommit": true, "git.enableSmartCommit": true,
@ -84,6 +85,7 @@
"window.newWindowDimensions": "maximized", "window.newWindowDimensions": "maximized",
"window.zoomLevel": 1, "window.zoomLevel": 1,
"workbench.commandPalette.history": 20, "workbench.commandPalette.history": 20,
"workbench.editor.empty.hint": "hidden",
"workbench.editor.untitled.hint": "hidden", "workbench.editor.untitled.hint": "hidden",
"workbench.list.openMode": "doubleClick", "workbench.list.openMode": "doubleClick",
"workbench.startupEditor": "newUntitledFile", "workbench.startupEditor": "newUntitledFile",