marketplace

This commit is contained in:
2022-01-12 14:13:41 -07:00
parent 816403ac66
commit 9940f0489a
2 changed files with 176 additions and 57 deletions

View File

@ -1,19 +1,79 @@
{
"csharp.referencesCodeLens.enabled": false,
"csharp.suppressBuildAssetsNotification": true,
"csharp.suppressDotnetRestoreNotification": true,
"debug.console.closeOnEnd": true,
"debug.console.fontSize": 12,
"debug.internalConsoleOptions": "neverOpen",
"debug.javascript.suggestPrettyPrinting": false,
"debug.javascript.usePreview": true,
"debug.javascript.usePreviewAutoAttach": true,
"debug.onTaskErrors": "showErrors",
"debug.openDebug": "neverOpen",
"debug.terminal.clearBeforeReusing": true,
"diffEditor.ignoreTrimWhitespace": false,
"editor.accessibilitySupport": "off",
"editor.fontSize": 16,
"editor.hover.delay": 1000,
"editor.largeFileOptimizations": false,
"editor.renderWhitespace": "none",
"editor.suggestSelection": "first",
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"cSpell.userWords": [
"Decompiler",
"HSMS",
"Infineon",
"Tencor",
"Villach",
"ipdsf",
"pdsf",
"tibco"
],
"workbench.startupEditor": "newUntitledFile",
"explorer.openEditors.visible": 0,
"git.autofetch": true,
"git.autofetchPeriod": 1800,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"git.ignoreMissingGitWarning": true,
"editor.largeFileOptimizations": false,
"omnisharp.disableMSBuildDiagnosticWarning": true,
"omnisharp.enableEditorConfigSupport": true,
"razor.disableBlazorDebugPrompt": true,
"security.workspace.trust.untrustedFiles": "open",
"task.quickOpen.history": 20,
"terminal.integrated.fontSize": 12,
"terminal.integrated.tabs.enabled": true,
"vscode-edge-devtools.mirrorEdits": true,
"vscode-edge-devtools.webhint": false,
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"window.newWindowDimensions": "maximized",
"window.zoomLevel": 1,
"workbench.commandPalette.history": 20,
"workbench.editor.untitled.hint": "hidden",
"workbench.iconTheme": "vscode-icons",
"workbench.list.openMode": "doubleClick",
"workbench.startupEditor": "newUntitledFile",
"workbench.statusBar.visible": false,
"[csharp]": {
"editor.defaultFormatter": "ms-dotnettools.csharp"
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[xml]": {
"editor.defaultFormatter": "mikeburgh.xml-format"
},
"remote.SSH.remotePlatform": {
"192.168.0.73": "linux",
"192.168.0.34": "linux",
"192.168.0.112": "linux"
},
"workbench.editorAssociations": {
"*.pcl": "hexEditor.hexedit",
"*.dib": "default"
},
"mssql.connections": [
{
"connectionString": "Microsoft.SqlTools|itemtype:Profile|server:MESSA008.na.infineon.com|db:IRMNSPC_TEST|user:IQSDMS1_TEST|isConnectionString:true",
@ -36,24 +96,6 @@
"password": ""
}
],
"explorer.openEditors.visible": 0,
"workbench.list.openMode": "doubleClick",
"debug.onTaskErrors": "showErrors",
"[csharp]": {
"editor.defaultFormatter": "ms-dotnettools.csharp"
},
"terminal.integrated.tabs.enabled": true,
"workbench.editorAssociations": {
"*.pcl": "hexEditor.hexedit",
"*.dib": "default"
},
"workbench.commandPalette.history": 20,
"task.quickOpen.history": 20,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"[json]": {
"editor.defaultFormatter": "SimonSiefke.prettier-vscode"
},
"prettier.enabledLanguageIds": [
"csharp",
"css",
@ -83,31 +125,5 @@
"xml",
"yaml",
"json"
],
"editor.fontSize": 16,
"[xml]": {
"editor.defaultFormatter": "SimonSiefke.prettier-vscode"
},
"security.workspace.trust.untrustedFiles": "open",
"window.zoomLevel": 1,
"editor.accessibilitySupport": "off",
"workbench.editor.untitled.hint": "hidden",
"debug.console.fontSize": 12,
"terminal.integrated.fontSize": 12,
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"editor.renderWhitespace": "none",
"debug.openDebug": "neverOpen",
"debug.internalConsoleOptions": "neverOpen",
"debug.console.closeOnEnd": true,
"debug.terminal.clearBeforeReusing": true,
"window.newWindowDimensions": "maximized",
"csharp.referencesCodeLens.enabled": false,
"vscode-edge-devtools.mirrorEdits": true,
"debug.javascript.suggestPrettyPrinting": false,
"csharp.suppressBuildAssetsNotification": true,
"csharp.suppressDotnetRestoreNotification": true,
"omnisharp.disableMSBuildDiagnosticWarning": true,
"razor.disableBlazorDebugPrompt": true
]
}