diff --git a/vscode/extensions.json b/vscode/extensions.json index 23a8170..3f390a1 100644 --- a/vscode/extensions.json +++ b/vscode/extensions.json @@ -1,5 +1,6 @@ { "extensions": [ + "DavidAnson.vscode-markdownlint", "DotJoshJohnson.xml", "Equinusocio.vsc-community-material-theme", "Equinusocio.vsc-material-theme", @@ -20,11 +21,15 @@ "ms-vscode.vscode-typescript-tslint-plugin", "ms-vscode.wordcount", "ms-vsts.team", + "msjsdiag.debugger-for-chrome", + "msjsdiag.debugger-for-edge", "nrwl.angular-console", "PKief.material-icon-theme", "ritwickdey.LiveServer", "streetsidesoftware.code-spell-checker", + "svelte.svelte-vscode", "Telerik.nativescript", - "Tyriar.lorem-ipsum" + "Tyriar.lorem-ipsum", + "yzhang.markdown-all-in-one" ] } \ No newline at end of file