dotnetAcquisitionExtension

This commit is contained in:
2023-01-06 14:34:40 -07:00
parent 51a4b3abf0
commit 06b9806fb7
4 changed files with 58 additions and 0 deletions

View File

@ -16,6 +16,7 @@
"debug.openDebug": "neverOpen",
"debug.terminal.clearBeforeReusing": true,
"diffEditor.ignoreTrimWhitespace": false,
"dotnetAcquisitionExtension.installTimeoutValue": 180,
"editor.accessibilitySupport": "off",
"editor.fontSize": 16,
"editor.hover.delay": 1000,
@ -68,6 +69,12 @@
"[xml]": {
"editor.defaultFormatter": "mikeburgh.xml-format"
},
"dotnetAcquisitionExtension.existingDotnetPath": [
{
"extensionId": "msazurermtools.azurerm-vscode-tools",
"path": "C:\\Program Files\\dotnet\\dotnet.exe"
}
],
"remote.SSH.remotePlatform": {
"192.168.0.73": "linux",
"192.168.0.34": "linux",