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

View File

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