diff --git a/vscode-extension/CHANGELOG.md b/vscode-extension/CHANGELOG.md index 5dd63b6254b..06af881d646 100644 --- a/vscode-extension/CHANGELOG.md +++ b/vscode-extension/CHANGELOG.md @@ -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. diff --git a/vscode-extension/README.md b/vscode-extension/README.md index e4c43f300a3..afc8884f2d2 100644 --- a/vscode-extension/README.md +++ b/vscode-extension/README.md @@ -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: diff --git a/vscode-extension/package.json b/vscode-extension/package.json index a27cb59aabd..6a9d1cee83c 100644 --- a/vscode-extension/package.json +++ b/vscode-extension/package.json @@ -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",