Skip to content

Commit

Permalink
Cleaned up extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
synle committed Jul 30, 2023
1 parent 72f8a22 commit f805325
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions software/scripts/vs-code-extensions.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
const toInstallExtensions = trimLeftSpaces(`
aaron-bond.better-comments
andrejunges.Handlebars
bierner.folder-source-actions
christian-kohler.npm-intellisense
christian-kohler.path-intellisense
clinyong.vscode-css-modules
dakara.transformer
Expand All @@ -11,25 +8,34 @@ const toInstallExtensions = trimLeftSpaces(`
dsznajder.es7-react-js-snippets
emmanuelbeziat.vscode-great-icons
esbenp.prettier-vscode
formulahendry.auto-rename-tag
Hridoy.ember-snippets
ms-azuretools.vscode-docker
ms-dotnettools.csharp
ms-python.isort
ms-python.python
ms-python.vscode-pylance
ms-vscode-remote.remote-containers
ms-vscode-remote.remote-ssh
ms-vscode-remote.remote-ssh-edit
ms-vscode-remote.remote-wsl
ms-vscode-remote.vscode-remote-extensionpack
ms-vscode.cpptools
ms-vscode.remote-explorer
nicoespeon.abracadabra
NuclleaR.vscode-extension-auto-import
oderwat.indent-rainbow
scala-lang.scala
streetsidesoftware.code-spell-checker
PKief.material-icon-theme
redhat.java
redhat.vscode-yaml
VisualStudioExptTeam.intellicode-api-usage-examples
VisualStudioExptTeam.vscodeintellicode
vscjava.vscode-java-debug
vscjava.vscode-java-dependency
vscjava.vscode-java-pack
vscjava.vscode-java-test
vscjava.vscode-maven
vscode-icons-team.vscode-icons
wholroyd.jinja
wmaurer.change-case
formulahendry.auto-rename-tag
xabikos.JavaScriptSnippets
`).trim();

const VS_CODE_EXTENSIONS_TO_INSTALL = convertTextToList(toInstallExtensions);
Expand Down

0 comments on commit f805325

Please sign in to comment.