mirror of https://github.com/zulip/zulip.git
vscode: Recommend remote development extension.
Add the VSCode Remote Development Extension to our list of recommended extensions.
This commit is contained in:
parent
1484812f4b
commit
071c1c617d
|
@ -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": []
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue