Skip to content

Instantly share code, notes, and snippets.

@mhudasch
Created April 22, 2020 09:04
Show Gist options
  • Save mhudasch/7b2ea57fdf23f37aed38c11af1aed78c to your computer and use it in GitHub Desktop.
Save mhudasch/7b2ea57fdf23f37aed38c11af1aed78c to your computer and use it in GitHub Desktop.
My VSCode Settings
{
"editor.insertSpaces": true,
"editor.useTabStops": false,
"editor.detectIndentation": false,
"editor.renderWhitespace": "all",
"editor.tabSize": 2,
"editor.roundedSelection": true,
"editor.trimAutoWhitespace": true,
"editor.renderIndentGuides": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.wordWrap": "off",
"editor.minimap.enabled": true,
"editor.fontLigatures": true,
"editor.cursorWidth": 3,
"editor.minimap.renderCharacters": false,
"editor.fontFamily": "'cascadia code', Consolas, 'Courier New', monospace",
"editor.fontSize": 12,
"editor.suggestSelection": "first",
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 500,
"files.trimTrailingWhitespace": true,
"html.format.endWithNewline": true,
"workbench.editor.showIcons": true,
"workbench.colorTheme": "Ayu Mirage",
"workbench.iconTheme": "material-icon-theme",
"window.zoomLevel": 0,
"git.autofetch": true,
"window.titleBarStyle": "custom",
"editor.showFoldingControls": "always",
"breadcrumbs.enabled": true,
"terminal.integrated.shell.windows": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
"terminal.external.windowsExec": "%SystemRoot%\\system32\\WindowsPowerShell\\v1.0\\powershell.exe",
"terminal.integrated.fontSize": 12,
"extensions.ignoreRecommendations": false,
"markdown.preview.fontSize": 12,
"http.proxySupport": "on",
"[markdown]": {
"editor.wordWrap": "off",
"editor.quickSuggestions": true
},
"profileSwitcher.profiles": [
"csharp",
"docker",
"powershell",
"vanilla",
"vue"
],
"profileSwitcher.storage": {
"vanilla": {
"editor.insertSpaces": true,
"editor.useTabStops": false,
"editor.detectIndentation": false,
"editor.renderWhitespace": "all",
"editor.tabSize": 2,
"editor.roundedSelection": true,
"editor.trimAutoWhitespace": true,
"editor.renderIndentGuides": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.wordWrap": "off",
"editor.minimap.enabled": true,
"editor.fontLigatures": true,
"editor.cursorWidth": 3,
"editor.minimap.renderCharacters": false,
"editor.fontFamily": "'cascadia code', Consolas, 'Courier New', monospace",
"editor.fontSize": 12,
"editor.suggestSelection": "first",
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 500,
"files.trimTrailingWhitespace": true,
"html.format.endWithNewline": true,
"workbench.editor.showIcons": true,
"workbench.colorTheme": "Ayu Mirage",
"workbench.iconTheme": "material-icon-theme",
"window.zoomLevel": 0,
"git.autofetch": true,
"window.titleBarStyle": "custom",
"editor.showFoldingControls": "always",
"breadcrumbs.enabled": true,
"terminal.integrated.shell.windows": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
"terminal.external.windowsExec": "%SystemRoot%\\system32\\WindowsPowerShell\\v1.0\\powershell.exe",
"extensions.ignoreRecommendations": false,
"markdown.preview.fontSize": 12,
"terminal.integrated.fontSize": 12,
"http.proxySupport": "on",
"[markdown]": {
"editor.wordWrap": "off",
"editor.quickSuggestions": true
}
},
"powershell": {
"editor.insertSpaces": true,
"editor.useTabStops": false,
"editor.detectIndentation": false,
"editor.renderWhitespace": "all",
"editor.tabSize": 2,
"editor.roundedSelection": true,
"editor.trimAutoWhitespace": true,
"editor.renderIndentGuides": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.wordWrap": "off",
"editor.minimap.enabled": true,
"editor.fontLigatures": true,
"editor.cursorWidth": 3,
"editor.minimap.renderCharacters": false,
"editor.fontFamily": "'cascadia code', Consolas, 'Courier New', monospace",
"editor.fontSize": 12,
"editor.suggestSelection": "first",
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 500,
"files.trimTrailingWhitespace": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/bin": true,
"**/obj": true,
"dist/": true,
"nuget/": true
},
"html.format.endWithNewline": true,
"workbench.editor.showIcons": true,
"workbench.colorTheme": "PowerShell ISE",
"workbench.iconTheme": "material-icon-theme",
"window.zoomLevel": 0,
"git.autofetch": true,
"window.titleBarStyle": "custom",
"editor.showFoldingControls": "always",
"breadcrumbs.enabled": true,
"terminal.integrated.shell.windows": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
"terminal.external.windowsExec": "%SystemRoot%\\system32\\WindowsPowerShell\\v1.0\\powershell.exe",
"extensions.ignoreRecommendations": false,
"markdown.preview.fontSize": 12,
"terminal.integrated.fontSize": 12,
"http.proxySupport": "on",
"[markdown]": {
"editor.wordWrap": "off",
"editor.quickSuggestions": true
},
"powershell.codeFormatting.newLineAfterOpenBrace": true,
"powershell.codeFormatting.openBraceOnSameLine": true,
"powershell.codeFormatting.newLineAfterCloseBrace": false,
"powershell.codeFormatting.alignPropertyValuePairs": false,
"cSpell.enableFiletypes": [
"c",
"cpp",
"csharp",
"go",
"javascript",
"javascriptreact",
"json",
"latex",
"markdown",
"php",
"plaintext",
"powershell",
"python",
"text",
"typescript",
"typescriptreact",
"yml"
],
"markdown-pdf.type": [
"html"
],
"todohighlight.isEnable": true,
"todohighlight.isCaseSensitive": true,
"gitlens.views.repositories.files.layout": "auto",
"gitlens.views.fileHistory.enabled": false,
"gitlens.views.lineHistory.enabled": false,
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"powershell.powerShellDefaultVersion": "PowerShell (x64)",
"xmlTools.enableXmlTreeViewCursorSync": true,
"xmlTools.enforcePrettySelfClosingTagOnFormat": true
},
"docker": {
"editor.insertSpaces": true,
"editor.useTabStops": false,
"editor.detectIndentation": false,
"editor.renderWhitespace": "all",
"editor.tabSize": 2,
"editor.roundedSelection": true,
"editor.trimAutoWhitespace": true,
"editor.renderIndentGuides": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.wordWrap": "off",
"editor.minimap.enabled": true,
"editor.fontLigatures": true,
"editor.cursorWidth": 3,
"editor.minimap.renderCharacters": false,
"editor.fontFamily": "'cascadia code', Consolas, 'Courier New', monospace",
"editor.fontSize": 12,
"editor.suggestSelection": "first",
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 500,
"files.trimTrailingWhitespace": true,
"html.format.endWithNewline": true,
"workbench.editor.showIcons": true,
"window.zoomLevel": 0,
"git.autofetch": true,
"window.titleBarStyle": "custom",
"editor.showFoldingControls": "always",
"breadcrumbs.enabled": true,
"terminal.integrated.shell.windows": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
"terminal.external.windowsExec": "%SystemRoot%\\system32\\WindowsPowerShell\\v1.0\\powershell.exe",
"extensions.ignoreRecommendations": false,
"markdown.preview.fontSize": 12,
"terminal.integrated.fontSize": 12,
"workbench.colorTheme": "Ayu Light Bordered",
"workbench.iconTheme": "material-icon-theme",
"http.proxySupport": "on"
},
"csharp": {
"editor.insertSpaces": true,
"editor.useTabStops": false,
"editor.detectIndentation": false,
"editor.renderWhitespace": "all",
"editor.tabSize": 2,
"editor.roundedSelection": true,
"editor.trimAutoWhitespace": true,
"editor.renderIndentGuides": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.wordWrap": "off",
"editor.minimap.enabled": true,
"editor.fontLigatures": true,
"editor.cursorWidth": 3,
"editor.minimap.renderCharacters": false,
"editor.fontFamily": "'cascadia code', Consolas, 'Courier New', monospace",
"editor.fontSize": 12,
"editor.suggestSelection": "first",
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 500,
"files.trimTrailingWhitespace": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/bin": true,
"**/obj": true,
"dist/": true,
"nuget/": true
},
"html.format.endWithNewline": true,
"workbench.editor.showIcons": true,
"workbench.colorTheme": "Ayu Mirage",
"workbench.iconTheme": "material-icon-theme",
"window.zoomLevel": 0,
"git.autofetch": true,
"window.titleBarStyle": "custom",
"editor.showFoldingControls": "always",
"breadcrumbs.enabled": true,
"terminal.integrated.shell.windows": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
"terminal.external.windowsExec": "%SystemRoot%\\system32\\WindowsPowerShell\\v1.0\\powershell.exe",
"extensions.ignoreRecommendations": false,
"markdown.preview.fontSize": 12,
"terminal.integrated.fontSize": 12,
"http.proxySupport": "on",
"[markdown]": {
"editor.wordWrap": "off",
"editor.quickSuggestions": true
}
},
"vue": {
"editor.insertSpaces": true,
"editor.useTabStops": false,
"editor.detectIndentation": false,
"editor.renderWhitespace": "all",
"editor.tabSize": 2,
"editor.roundedSelection": true,
"editor.trimAutoWhitespace": true,
"editor.renderIndentGuides": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.wordWrap": "off",
"editor.minimap.enabled": true,
"editor.fontLigatures": true,
"editor.cursorWidth": 3,
"editor.minimap.renderCharacters": false,
"editor.fontFamily": "'cascadia code', Consolas, 'Courier New', monospace",
"editor.fontSize": 12,
"editor.suggestSelection": "first",
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 500,
"files.trimTrailingWhitespace": true,
"html.format.endWithNewline": true,
"workbench.editor.showIcons": true,
"workbench.colorTheme": "Ayu Mirage",
"workbench.iconTheme": "material-icon-theme",
"window.zoomLevel": 0,
"git.autofetch": true,
"window.titleBarStyle": "custom",
"editor.showFoldingControls": "always",
"breadcrumbs.enabled": true,
"terminal.integrated.shell.windows": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
"terminal.external.windowsExec": "%SystemRoot%\\system32\\WindowsPowerShell\\v1.0\\powershell.exe",
"extensions.ignoreRecommendations": false,
"markdown.preview.fontSize": 12,
"terminal.integrated.fontSize": 12,
"http.proxySupport": "on",
"[markdown]": {
"editor.wordWrap": "off",
"editor.quickSuggestions": true
}
}
},
"profileSwitcher.extensions": {
"vanilla": [
{
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherName": "PKief",
"version": "4.0.1",
"name": "material-icon-theme"
},
{
"id": "5178733e-4b02-4829-95c5-1ce970847c23",
"publisherId": "teabyii.ayu",
"publisherName": "teabyii",
"version": "0.18.0",
"name": "ayu"
}
],
"powershell": [
{
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
"publisherId": "CoenraadS.bracket-pair-colorizer",
"publisherName": "CoenraadS",
"version": "1.0.61",
"name": "bracket-pair-colorizer"
},
{
"id": "daf8b44d-8aae-4da2-80c5-1f770219f643",
"publisherId": "DavidAnson.vscode-markdownlint",
"publisherName": "DavidAnson",
"version": "0.34.0",
"name": "vscode-markdownlint"
},
{
"id": "0cb81da2-1880-4755-9995-0ae9cc728e20",
"publisherId": "DotJoshJohnson.xml",
"publisherName": "DotJoshJohnson",
"version": "2.5.0",
"name": "xml"
},
{
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherName": "eamodio",
"version": "10.2.1",
"name": "gitlens"
},
{
"id": "276fd2ee-2d7f-4a4c-b2ea-1780b1f8e59b",
"publisherId": "minhthai.vscode-todo-parser",
"publisherName": "minhthai",
"version": "1.9.1",
"name": "vscode-todo-parser"
},
{
"id": "40d39ce9-c381-47a0-80c8-a6661f731eab",
"publisherId": "ms-vscode.powershell",
"publisherName": "ms-vscode",
"version": "2020.4.0",
"name": "powershell"
},
{
"id": "eaa2127d-cb69-4ab9-8505-a60c9ee5f28b",
"publisherId": "oderwat.indent-rainbow",
"publisherName": "oderwat",
"version": "7.4.0",
"name": "indent-rainbow"
},
{
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherName": "PKief",
"version": "4.0.1",
"name": "material-icon-theme"
},
{
"id": "f6dbd813-b0a0-42c1-90ea-10dde9d925a7",
"publisherId": "streetsidesoftware.code-spell-checker",
"publisherName": "streetsidesoftware",
"version": "1.8.0",
"name": "code-spell-checker"
},
{
"id": "911799f7-d784-4bdc-982b-f78afd435187",
"publisherId": "streetsidesoftware.code-spell-checker-german",
"publisherName": "streetsidesoftware",
"version": "0.1.4",
"name": "code-spell-checker-german"
},
{
"id": "5178733e-4b02-4829-95c5-1ce970847c23",
"publisherId": "teabyii.ayu",
"publisherName": "teabyii",
"version": "0.18.0",
"name": "ayu"
},
{
"id": "876e8f93-74d0-4f4f-91b7-34a09f19f444",
"publisherId": "VisualStudioExptTeam.vscodeintellicode",
"publisherName": "VisualStudioExptTeam",
"version": "1.2.6",
"name": "vscodeintellicode"
},
{
"id": "97a08c5f-6667-4242-a5c5-045dfb6bd4b9",
"publisherId": "wayou.vscode-todo-highlight",
"publisherName": "wayou",
"version": "1.0.4",
"name": "vscode-todo-highlight"
},
{
"id": "f015bc3c-a098-4245-8765-615e002e09ab",
"publisherId": "yzane.markdown-pdf",
"publisherName": "yzane",
"version": "1.4.4",
"name": "markdown-pdf"
}
],
"docker": [
{
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
"publisherId": "ms-azuretools.vscode-docker",
"publisherName": "ms-azuretools",
"version": "1.0.0",
"name": "vscode-docker"
},
{
"id": "4837e4f3-1b01-4732-b1a6-daa57ef64cab",
"publisherId": "ms-kubernetes-tools.vscode-kubernetes-tools",
"publisherName": "ms-kubernetes-tools",
"version": "1.1.0",
"name": "vscode-kubernetes-tools"
},
{
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherName": "PKief",
"version": "4.0.1",
"name": "material-icon-theme"
},
{
"id": "2061917f-f76a-458a-8da9-f162de22b97e",
"publisherId": "redhat.vscode-yaml",
"publisherName": "redhat",
"version": "0.7.2",
"name": "vscode-yaml"
},
{
"id": "5178733e-4b02-4829-95c5-1ce970847c23",
"publisherId": "teabyii.ayu",
"publisherName": "teabyii",
"version": "0.18.0",
"name": "ayu"
},
{
"id": "876e8f93-74d0-4f4f-91b7-34a09f19f444",
"publisherId": "VisualStudioExptTeam.vscodeintellicode",
"publisherName": "VisualStudioExptTeam",
"version": "1.2.6",
"name": "vscodeintellicode"
}
],
"csharp": [
{
"id": "daf8b44d-8aae-4da2-80c5-1f770219f643",
"publisherId": "DavidAnson.vscode-markdownlint",
"publisherName": "DavidAnson",
"version": "0.34.0",
"name": "vscode-markdownlint"
},
{
"id": "0cb81da2-1880-4755-9995-0ae9cc728e20",
"publisherId": "DotJoshJohnson.xml",
"publisherName": "DotJoshJohnson",
"version": "2.5.0",
"name": "xml"
},
{
"id": "d3836729-9cc1-42c1-b2af-d50071f57d29",
"publisherId": "formulahendry.auto-close-tag",
"publisherName": "formulahendry",
"version": "0.5.6",
"name": "auto-close-tag"
},
{
"id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03",
"publisherId": "formulahendry.auto-rename-tag",
"publisherName": "formulahendry",
"version": "0.1.1",
"name": "auto-rename-tag"
},
{
"id": "af14ddf1-c53e-4d84-82d2-f0d31549ea80",
"publisherId": "Fudge.auto-using",
"publisherName": "Fudge",
"version": "0.7.15",
"name": "auto-using"
},
{
"id": "e046ec1e-3907-466b-aaea-ff1956a46d27",
"publisherId": "jchannon.csharpextensions",
"publisherName": "jchannon",
"version": "1.3.1",
"name": "csharpextensions"
},
{
"id": "d1a2eab4-aa6e-4094-93b3-6a007f60bd9d",
"publisherId": "k--kato.docomment",
"publisherName": "k--kato",
"version": "0.1.8",
"name": "docomment"
},
{
"id": "d0bfc4ab-1d3a-4487-8782-7cf6027b4fff",
"publisherId": "ms-dotnettools.csharp",
"publisherName": "ms-dotnettools",
"version": "1.21.14",
"name": "csharp"
},
{
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherName": "PKief",
"version": "4.0.1",
"name": "material-icon-theme"
},
{
"id": "5178733e-4b02-4829-95c5-1ce970847c23",
"publisherId": "teabyii.ayu",
"publisherName": "teabyii",
"version": "0.18.0",
"name": "ayu"
},
{
"id": "95c0933d-48c1-447b-b4d9-acee3e8da188",
"publisherId": "tintoy.msbuild-project-tools",
"publisherName": "tintoy",
"version": "0.3.3",
"name": "msbuild-project-tools"
},
{
"id": "876e8f93-74d0-4f4f-91b7-34a09f19f444",
"publisherId": "VisualStudioExptTeam.vscodeintellicode",
"publisherName": "VisualStudioExptTeam",
"version": "1.2.6",
"name": "vscodeintellicode"
},
{
"id": "98790d67-10fa-497c-9113-f6c7489207b2",
"publisherId": "yzhang.markdown-all-in-one",
"publisherName": "yzhang",
"version": "2.7.0",
"name": "markdown-all-in-one"
}
],
"vue": [
{
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
"publisherId": "CoenraadS.bracket-pair-colorizer",
"publisherName": "CoenraadS",
"version": "1.0.61",
"name": "bracket-pair-colorizer"
},
{
"id": "4db62a7c-7d70-419c-96d2-6c3a4dc77ea5",
"publisherId": "bradlc.vscode-tailwindcss",
"publisherName": "bradlc",
"version": "0.2.0",
"name": "vscode-tailwindcss"
},
{
"id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8",
"publisherId": "christian-kohler.npm-intellisense",
"publisherName": "christian-kohler",
"version": "1.3.0",
"name": "npm-intellisense"
},
{
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherName": "dbaeumer",
"version": "2.1.3",
"name": "vscode-eslint"
},
{
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherName": "eamodio",
"version": "10.2.1",
"name": "gitlens"
},
{
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherName": "esbenp",
"version": "4.4.0",
"name": "prettier-vscode"
},
{
"id": "d3836729-9cc1-42c1-b2af-d50071f57d29",
"publisherId": "formulahendry.auto-close-tag",
"publisherName": "formulahendry",
"version": "0.5.6",
"name": "auto-close-tag"
},
{
"id": "366a9f01-2d1b-48b9-b7df-014ff8dea46b",
"publisherId": "formulahendry.auto-complete-tag",
"publisherName": "formulahendry",
"version": "0.1.0",
"name": "auto-complete-tag"
},
{
"id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03",
"publisherId": "formulahendry.auto-rename-tag",
"publisherName": "formulahendry",
"version": "0.1.1",
"name": "auto-rename-tag"
},
{
"id": "261cac81-cd7b-4555-bb41-0c2d2bcd3e70",
"publisherId": "Gruntfuggly.todo-tree",
"publisherName": "Gruntfuggly",
"version": "0.0.172",
"name": "todo-tree"
},
{
"id": "2f5dd8cb-d251-4d70-abfe-ddebcb077483",
"publisherId": "octref.vetur",
"publisherName": "octref",
"version": "0.24.0",
"name": "vetur"
},
{
"id": "eaa2127d-cb69-4ab9-8505-a60c9ee5f28b",
"publisherId": "oderwat.indent-rainbow",
"publisherName": "oderwat",
"version": "7.4.0",
"name": "indent-rainbow"
},
{
"id": "7997a8ae-1fae-4022-b834-12f6318aeffd",
"publisherId": "Orta.vscode-jest",
"publisherName": "Orta",
"version": "3.1.1",
"name": "vscode-jest"
},
{
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherName": "PKief",
"version": "4.0.1",
"name": "material-icon-theme"
},
{
"id": "6bc1e3ad-c0e2-46b6-bbad-246c5f59215b",
"publisherId": "pmneo.tsimporter",
"publisherName": "pmneo",
"version": "2.0.1",
"name": "tsimporter"
},
{
"id": "f6dbd813-b0a0-42c1-90ea-10dde9d925a7",
"publisherId": "streetsidesoftware.code-spell-checker",
"publisherName": "streetsidesoftware",
"version": "1.8.0",
"name": "code-spell-checker"
},
{
"id": "466468c3-1861-4ad1-bf3e-f9ad46545ebb",
"publisherId": "syler.sass-indented",
"publisherName": "syler",
"version": "1.8.2",
"name": "sass-indented"
},
{
"id": "5178733e-4b02-4829-95c5-1ce970847c23",
"publisherId": "teabyii.ayu",
"publisherName": "teabyii",
"version": "0.18.0",
"name": "ayu"
},
{
"id": "a2cec723-5349-460d-9de9-0fd1f8d3456f",
"publisherId": "xabikos.JavaScriptSnippets",
"publisherName": "xabikos",
"version": "1.7.2",
"name": "JavaScriptSnippets"
}
]
},
"profileSwitcher.extensionsIgnore": [
"shan.code-settings-sync",
"ms-vscode-remote.vscode-remote-extensionpack",
"ms-vscode-remote.remote-containers",
"ms-vscode-remote.remote-ssh",
"ms-vscode-remote.remote-ssh-edit",
"ms-vscode-remote.remote-wsl"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment