Skip to content

Commit 567706a

Browse files
authored
[vscode extension] updated discord link and github action for publishing the extension (#1993)
## Summary github action node version 16 makes publishing the extension to ovsx fail. Discord link is also broken ## How was it tested?
1 parent 76b6d2c commit 567706a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/vscode-ext-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4
15-
- name: Setup NodeJS 16
16-
uses: actions/setup-node@v3
15+
- name: Setup NodeJS 18
16+
uses: actions/setup-node@v4
1717
with:
18-
node-version: 16
18+
node-version: 18
1919
- name: Install dependencies
2020
run: |
2121
npm install -g yarn

docs/app/docs/ide_configuration/vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Follow the steps below to have VSCode's environment be in sync with Devbox shell
1818

1919
Keep in mind that if you make changes to your devbox.json, you need to re-run Step 3 to make VSCode pick up the new changes.
2020

21-
**NOTE:** This integration feature requires Devbox CLI v0.5.5 and above installed and in PATH. This feature is in beta. Please report any bugs/issues in [Github](https://github.com/jetify-com/devbox) or our [Discord](https://discord.gg/Rr5KPJq7).
21+
**NOTE:** This integration feature requires Devbox CLI v0.5.5 and above installed and in PATH. This feature is in beta. Please report any bugs/issues in [Github](https://github.com/jetify-com/devbox) or our [Discord](https://discord.gg/jetify).
2222

2323
**NOTE2:** This feature is not yet available for Windows and WSL.
2424

vscode-extension/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
3131

3232
- Added reopen in devbox shell environment feature that allows projects with devbox.json
3333
reopen vscode in devbox environment. Note: It requires devbox CLI v0.5.5 and above
34-
installed and in PATH. This feature is in beta. Please report any bugs/issues in [Github](https://github.com/jetify-com/devbox) or our [Discord](https://discord.gg/Rr5KPJq7).
34+
installed and in PATH. This feature is in beta. Please report any bugs/issues in [Github](https://github.com/jetify-com/devbox) or our [Discord](https://discord.gg/jetify).
3535

3636
## [0.0.7]
3737

vscode-extension/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If the opened workspace in VSCode has a devbox.json file, from command palette,
2222
4. Close current VSCode window and reopen it in a devbox shell environment as if VSCode was opened from a devbox shell terminal.
2323

2424
NOTE: Requires devbox CLI v0.5.5 and above
25-
installed and in PATH. This feature is in beta. Please report any bugs/issues in [Github](https://github.com/jetify-com/devbox) or our [Discord](https://discord.gg/Rr5KPJq7).
25+
installed and in PATH. This feature is in beta. Please report any bugs/issues in [Github](https://github.com/jetify-com/devbox) or our [Discord](https://discord.gg/jetify).
2626

2727
### Run devbox commands from command palette
2828

0 commit comments

Comments
 (0)