useOmnisharp

commandCenter
This commit is contained in:
Mike Phares 2023-08-02 18:01:30 -07:00
parent fae1ce6252
commit f6f15b9c27
2 changed files with 11 additions and 9 deletions

View File

@ -1,7 +1,7 @@
{ {
"sdk": { "sdk": {
"path": "c:/program files/dotnet/sdk/7.0.107/", "path": "c:/program files/dotnet/sdk/7.0.109/",
"version": "7.0.107" "version": "7.0.109"
}, },
"FormattingOptions": { "FormattingOptions": {
"enableEditorConfigSupport": true, "enableEditorConfigSupport": true,
@ -11,8 +11,8 @@
"enableAnalyzersSupport": true "enableAnalyzersSupport": true
}, },
"RenameOptions": { "RenameOptions": {
"RenameInComments": true, "RenameInComments": false,
"RenameOverloads": false, "RenameOverloads": false,
"RenameInStrings": true "RenameInStrings": false
} }
} }

View File

@ -8,7 +8,6 @@
"csharp.suppressDotnetRestoreNotification": true, "csharp.suppressDotnetRestoreNotification": true,
"debug.console.closeOnEnd": true, "debug.console.closeOnEnd": true,
"debug.console.fontSize": 12, "debug.console.fontSize": 12,
"privateExtensions.allowInsecureContent": true,
"debug.internalConsoleOptions": "neverOpen", "debug.internalConsoleOptions": "neverOpen",
"debug.javascript.suggestPrettyPrinting": false, "debug.javascript.suggestPrettyPrinting": false,
"debug.javascript.usePreview": true, "debug.javascript.usePreview": true,
@ -17,6 +16,7 @@
"debug.openDebug": "neverOpen", "debug.openDebug": "neverOpen",
"debug.terminal.clearBeforeReusing": true, "debug.terminal.clearBeforeReusing": true,
"diffEditor.ignoreTrimWhitespace": false, "diffEditor.ignoreTrimWhitespace": false,
"dotnet.server.useOmnisharp": true,
"dotnetAcquisitionExtension.installTimeoutValue": 180, "dotnetAcquisitionExtension.installTimeoutValue": 180,
"editor.accessibilitySupport": "off", "editor.accessibilitySupport": "off",
"editor.fontSize": 16, "editor.fontSize": 16,
@ -34,6 +34,7 @@
"git.confirmSync": false, "git.confirmSync": false,
"git.enableSmartCommit": true, "git.enableSmartCommit": true,
"git.ignoreMissingGitWarning": true, "git.ignoreMissingGitWarning": true,
"git.openRepositoryInParentFolders": "always",
"jenkins.pipeline.linter.connector.url": "http://mestsa003.infineon.com:8080/pipeline-model-converter/validate", "jenkins.pipeline.linter.connector.url": "http://mestsa003.infineon.com:8080/pipeline-model-converter/validate",
"omnisharp.disableMSBuildDiagnosticWarning": true, "omnisharp.disableMSBuildDiagnosticWarning": true,
"omnisharp.enableEditorConfigSupport": true, "omnisharp.enableEditorConfigSupport": true,
@ -44,9 +45,13 @@
"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.workspaceRelativePath": ".vscode",
"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",
"window.commandCenter": true,
"window.menuBarVisibility": "compact",
"window.newWindowDimensions": "maximized", "window.newWindowDimensions": "maximized",
"window.zoomLevel": 1, "window.zoomLevel": 1,
"workbench.commandPalette.history": 20, "workbench.commandPalette.history": 20,
@ -264,8 +269,5 @@
], ],
"[css]": { "[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode" "editor.defaultFormatter": "esbenp.prettier-vscode"
}, }
"thunder-client.saveToWorkspace": true,
"thunder-client.workspaceRelativePath": ".vscode",
"git.openRepositoryInParentFolders": "always"
} }