vscode: Recommend remote development extension.

Add the VSCode Remote Development Extension to our list of recommended extensions.
This commit is contained in:
EmmalineLake 2021-11-03 18:03:46 -05:00 committed by GitHub
parent 1484812f4b
commit 071c1c617d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -14,9 +14,10 @@
"recommendations": [
"42crunch.vscode-openapi",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
"esbenp.prettier-vscode",
"ms-vscode-remote.vscode-remote-extensionpack"
],
// Extensions recommended by VS Code that are not recommended for users of zulip/zulip.
// Extensions recommended by VS Code which are not recommended for users of zulip/zulip.
"unwantedRecommendations": []
}