diff --git a/.vscode/extensions.json b/.vscode/extensions.json index affda41..84bfe3a 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,15 +1,15 @@ { - "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", - "eamodio.gitlens", - "github.vscode-pull-request-github", - "github.vscode-github-actions" - ] + "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", + "eamodio.gitlens", + "github.vscode-pull-request-github", + "github.vscode-github-actions" + ] }