Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/vscode-ext-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup NodeJS 16
uses: actions/setup-node@v3
- name: Setup NodeJS 18
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
- name: Install dependencies
run: |
npm install -g yarn
Expand Down
2 changes: 1 addition & 1 deletion docs/app/docs/ide_configuration/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Follow the steps below to have VSCode's environment be in sync with Devbox shell

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.

**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).
**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).

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

Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

- Added reopen in devbox shell environment feature that allows projects with devbox.json
reopen vscode in devbox environment. Note: It 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).
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).

## [0.0.7]

Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If the opened workspace in VSCode has a devbox.json file, from command palette,
4. Close current VSCode window and reopen it in a devbox shell environment as if VSCode was opened from a devbox shell terminal.

NOTE: 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).
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).

### Run devbox commands from command palette

Expand Down