diff --git a/.vscode/extensions.json b/.vscode/extensions.json index c7e1936..1c35f14 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,18 +1,18 @@ { - "recommendations": [ - "yzhang.markdown-all-in-one", - "redhat.vscode-yaml", - "akamud.vscode-caniuse", - "visualstudioexptteam.intellicode-api-usage-examples", - "pflannery.vscode-versionlens", - "christian-kohler.npm-intellisense", - "esbenp.prettier-vscode", - "rangav.vscode-thunder-client", - "cweijan.vscode-database-client2", - "ms-azuretools.vscode-docker", - "eamodio.gitlens", - "github.vscode-pull-request-github", - "github.vscode-github-actions", - "github.copilot" - ] + "recommendations": [ + "yzhang.markdown-all-in-one", + "redhat.vscode-yaml", + "akamud.vscode-caniuse", + "visualstudioexptteam.intellicode-api-usage-examples", + "legalfina.npm-version-lens", + "christian-kohler.npm-intellisense", + "esbenp.prettier-vscode", + "rangav.vscode-thunder-client", + "cweijan.vscode-database-client2", + "ms-azuretools.vscode-docker", + "eamodio.gitlens", + "github.vscode-pull-request-github", + "github.vscode-github-actions", + "github.copilot" + ] }