update vscode

This commit is contained in:
Eric D. Rohler 2020-03-31 23:01:23 -04:00
parent f1bfd8ecfe
commit 1d67d44212

View File

@ -1,5 +1,6 @@
{ {
"extensions": [ "extensions": [
"DavidAnson.vscode-markdownlint",
"DotJoshJohnson.xml", "DotJoshJohnson.xml",
"Equinusocio.vsc-community-material-theme", "Equinusocio.vsc-community-material-theme",
"Equinusocio.vsc-material-theme", "Equinusocio.vsc-material-theme",
@ -20,11 +21,15 @@
"ms-vscode.vscode-typescript-tslint-plugin", "ms-vscode.vscode-typescript-tslint-plugin",
"ms-vscode.wordcount", "ms-vscode.wordcount",
"ms-vsts.team", "ms-vsts.team",
"msjsdiag.debugger-for-chrome",
"msjsdiag.debugger-for-edge",
"nrwl.angular-console", "nrwl.angular-console",
"PKief.material-icon-theme", "PKief.material-icon-theme",
"ritwickdey.LiveServer", "ritwickdey.LiveServer",
"streetsidesoftware.code-spell-checker", "streetsidesoftware.code-spell-checker",
"svelte.svelte-vscode",
"Telerik.nativescript", "Telerik.nativescript",
"Tyriar.lorem-ipsum" "Tyriar.lorem-ipsum",
"yzhang.markdown-all-in-one"
] ]
} }