We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50aa9bf commit 6269239Copy full SHA for 6269239
vscode-extension/CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to the "devbox" extension will be documented in this file.
4
5
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6
7
+## [0.1.2]
8
+
9
+- Fixed error handling when using `Reopen in Devbox shell` command in Windows and WSL
10
11
## [0.1.1]
12
13
- Fixed documentation
vscode-extension/package.json
@@ -2,7 +2,7 @@
2
"name": "devbox",
3
"displayName": "devbox by jetpack.io",
"description": "devbox integration for VSCode",
- "version": "0.1.1",
+ "version": "0.1.2",
"icon": "assets/icon.png",
"repository": {
"type": "git",
0 commit comments