diff --git a/vscode/extensions.json b/vscode/extensions.json new file mode 100644 index 0000000..23a8170 --- /dev/null +++ b/vscode/extensions.json @@ -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" + ] +} \ No newline at end of file diff --git a/vscode/settings.json b/vscode/settings.json index 5c16c55..f756b1d 100644 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -110,5 +110,5 @@ "editor.wordWrap": "wordWrapColumn", "editor.wordWrapColumn": 64, "editor.quickSuggestions": false - } + } } \ No newline at end of file