added vscode extnesions

This commit is contained in:
Eric D. Rohler 2020-03-31 22:48:37 -04:00
parent 0d1aaaa382
commit f1bfd8ecfe
2 changed files with 31 additions and 1 deletions

30
vscode/extensions.json Normal file
View File

@ -0,0 +1,30 @@
{
"extensions": [
"DotJoshJohnson.xml",
"Equinusocio.vsc-community-material-theme",
"Equinusocio.vsc-material-theme",
"equinusocio.vsc-material-theme-icons",
"golf1052.code-sync",
"HookyQR.beautify",
"ionutvmi.reg",
"JamesBirtles.svelte-vscode",
"KendoUI.kendotemplatewizard",
"ms-azuretools.vscode-docker",
"ms-dotnettools.csharp",
"ms-edgedevtools.vscode-edge-devtools",
"ms-mssql.mssql",
"ms-python.python",
"ms-vscode-remote.remote-wsl",
"ms-vscode.cpptools",
"ms-vscode.powershell",
"ms-vscode.vscode-typescript-tslint-plugin",
"ms-vscode.wordcount",
"ms-vsts.team",
"nrwl.angular-console",
"PKief.material-icon-theme",
"ritwickdey.LiveServer",
"streetsidesoftware.code-spell-checker",
"Telerik.nativescript",
"Tyriar.lorem-ipsum"
]
}

View File

@ -110,5 +110,5 @@
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 64,
"editor.quickSuggestions": false
}
}
}