Skip to content

Commit 76d9f96

Browse files
authored
Update shiny-vscode link (#153)
* Update shiny-vscode link * another link in `custom-components-pkg`
1 parent e986efe commit 76d9f96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/custom-components-pkg.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ While there are lots of ways to develop components with live-feedback (e.g. Stor
7878

7979
2. Run the bundler in watch mode with `npm run watch`. This will watch the `srcts` directory for changes and automatically rebuild the JavaScript when it detects a change.
8080

81-
3. Run the example app in live-reload mode. If you're using VScode, the [Shiny for Python extension](https://marketplace.visualstudio.com/items?itemName=Posit.shiny-python) enables this automatically when pressing the run button above the app script.
81+
3. Run the example app in live-reload mode. If you're using VScode, the [Shiny extension](https://marketplace.visualstudio.com/items?itemName=Posit.shiny) enables this automatically when pressing the run button above the app script.
8282

8383
Now you can update your component JavaScript/python functions and your app will automatically reload with the changes. Happy developing!
8484

docs/install-create-run.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ You can also modify these settings on a per-file basis with comments at the top
130130
A full list of configuration settings for Pyright/Pylance is available [here](https://github.com/microsoft/pyright/blob/main/docs/configuration.md).
131131

132132
[vscode]: https://code.visualstudio.com/
133-
[vscode-shiny]: https://marketplace.visualstudio.com/items?itemName=posit.shiny-python
133+
[vscode-shiny]: https://marketplace.visualstudio.com/items?itemName=posit.shiny
134134
[vscode-python]: https://marketplace.visualstudio.com/items?itemName=ms-python.python
135135
:::
136136

@@ -158,7 +158,7 @@ Shiny apps can be launched from VSCode or the command line (via `shiny run`).
158158

159159
### VS Code
160160

161-
The best way to run (and develop) Shiny apps is in [Visual Studio Code][vscode] with the [Shiny for Python extension][vscode-shiny]. When a Shiny `app.py` file is being edited, the default behavior of the Run button (circled in red in the screenshot below) becomes "Run Shiny App".
161+
The best way to run (and develop) Shiny apps is in [Visual Studio Code][vscode] with the [Shiny extension][vscode-shiny]. When a Shiny `app.py` file is being edited, the default behavior of the Run button (circled in red in the screenshot below) becomes "Run Shiny App".
162162

163163
![Visual Studio Code running with the Shiny extension](assets/vscode.png)
164164

0 commit comments

Comments
 (0)