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
5 changes: 5 additions & 0 deletions vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to the "devbox" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [0.1.8]

- Added support "Reopen in Devbox" feature for Windows with WSL
- Credit: [Adrian Grucza](https://github.com/apgrucza)

## [0.1.7]

- Removed Open In Desktop feature since devbox.sh web app is deprecated.
Expand Down
2 changes: 2 additions & 0 deletions vscode-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ If the opened workspace in VSCode has a devbox.json file, from command palette,
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/jetify).

NOTE2: This feature works with Linux, MacOS, and Windows with WSL (project files should reside in WSL and devbox CLI needs to be installed and in PATH in WSL)

### Run devbox commands from command palette

`cmd/ctrl + shift + p` opens vscode's command palette. Typing devbox filters all available commands devbox extension can run. Those commands are:
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "devbox",
"displayName": "devbox by Jetify",
"description": "devbox integration for VSCode",
"version": "0.1.7",
"version": "0.1.8",
"icon": "assets/icon.png",
"repository": {
"type": "git",
Expand Down
Loading