Files
vs-code-settings-oss-mikep/User/settings.json
2022-01-11 22:09:37 -07:00

113 lines
3.5 KiB
JSON

{
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"cSpell.userWords": [
"Decompiler",
"HSMS",
"Infineon",
"Tencor",
"Villach",
"ipdsf",
"pdsf",
"tibco"
],
"workbench.startupEditor": "newUntitledFile",
"git.ignoreMissingGitWarning": true,
"editor.largeFileOptimizations": false,
"mssql.connections": [
{
"connectionString": "Microsoft.SqlTools|itemtype:Profile|server:MESSA008.na.infineon.com|db:IRMNSPC_TEST|user:IQSDMS1_TEST|isConnectionString:true",
"profileName": "DEV G4WAFERS",
"database": "IRMNSPC_TEST",
"user": "IQSDMS1_TEST",
"server": "MESSA008.na.infineon.com",
"authenticationType": "SqlLogin",
"savePassword": true,
"password": ""
},
{
"connectionString": "Microsoft.SqlTools|itemtype:Profile|server:MESSA008.na.infineon.com|db:G4Wafers_TEST|user:IQSDMS1_TEST|isConnectionString:true",
"profileName": "DEV IRMNSPC",
"database": "G4Wafers_TEST",
"user": "IQSDMS1_TEST",
"server": "MESSA008.na.infineon.com",
"authenticationType": "SqlLogin",
"savePassword": true,
"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",
"elm",
"flow",
"graphql",
"handlebars",
"html",
"java",
"javascript",
"javascriptreact",
"jsonc",
"less",
"markdown",
"mdx",
"php",
"postcss",
"ruby",
"scss",
"solidity",
"svelte",
"svg",
"typescript",
"typescriptreact",
"twig",
"vue",
"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
}