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": [
|
"recommendations": [
|
||||||
"42crunch.vscode-openapi",
|
"42crunch.vscode-openapi",
|
||||||
"dbaeumer.vscode-eslint",
|
"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": []
|
"unwantedRecommendations": []
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue