Conversation
| @@ -0,0 +1,7 @@ | |||
| # VS Code | |||
|
|
|||
| Visual Studio Code (VS Code) is a lightweight but powerful source code editor developed by Microsoft. It supports development in a wide range of programming languages through extensions and includes features such as debugging, intelligent code completion, version control integration, and a rich ecosystem of tools. | |||
There was a problem hiding this comment.
I suggest to add the VSCode version (I think it is 1.93.0) and the type (code-server).
| 1. Upon launching a VS Code session from Posit Workbench, if the Terminal is not open, | ||
| press `Ctrl` + `'`. | ||
|
|
||
| 1. Search for the required extension on [open-vsx.org (the open source extensions repository for VSCode)](https://open-vsx.org/), |
There was a problem hiding this comment.
It would be important to highlight version extension because it needs to be compatible with vscode 1.93.0. For example ms-python extension 2024.14.1 is the compatible with our vscode version
| Users can install extensions using the Terminal built into VS Code: | ||
|
|
||
| 1. Upon launching a VS Code session from Posit Workbench, if the Terminal is not open, | ||
| press `Ctrl` + `'`. |
There was a problem hiding this comment.
isn't ctrl + alt + ' the right shortcut?
There was a problem hiding this comment.
Well Ctrl + ' toggles the terminal open/closed, + alt opens a new one. So I don't entirely know if a new one needs to be opened or not - happy to add the alt in though!
|
|
||
| --- | ||
|
|
||
|
|
There was a problem hiding this comment.
It would be relevant to add a security section because users can think they can download .vsix extensions from somewhere else and they can contain malware (safe sources).
Pull Request Details
Fill out the template below. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
Issue Number: #
Type: Bug / Feature / Documentation / Other (Delete as appropriate)
Description of the Change
Verification Process
Additional Work Required
Release Notes