Skip to content

Commit f6e5fbe

Browse files
authored
[vscode extension] extension version and readme update to 0.1.8 (#2736)
## Summary version update to 0.1.8 updated README updated CHANGELOG updated version number in package.json ## How was it tested? N/A ## Community Contribution License All community contributions in this pull request are licensed to the project maintainers under the terms of the [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). By creating this pull request, I represent that I have the right to license the contributions to the project maintainers under the Apache 2 License as stated in the [Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license).
1 parent 4ba6fce commit f6e5fbe

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

vscode-extension/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to the "devbox" extension will be documented in this file.
44

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

7+
## [0.1.8]
8+
9+
- Added support "Reopen in Devbox" feature for Windows with WSL
10+
- Credit: [Adrian Grucza](https://github.com/apgrucza)
11+
712
## [0.1.7]
813

914
- Removed Open In Desktop feature since devbox.sh web app is deprecated.

vscode-extension/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ If the opened workspace in VSCode has a devbox.json file, from command palette,
2020
NOTE: Requires devbox CLI v0.5.5 and above
2121
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

23+
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)
24+
2325
### Run devbox commands from command palette
2426

2527
`cmd/ctrl + shift + p` opens vscode's command palette. Typing devbox filters all available commands devbox extension can run. Those commands are:

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "devbox",
33
"displayName": "devbox by Jetify",
44
"description": "devbox integration for VSCode",
5-
"version": "0.1.7",
5+
"version": "0.1.8",
66
"icon": "assets/icon.png",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)