Skip to content

Commit fe10ad8

Browse files
authored
[vscode-extension] Prep for version 0.0.6 release of vscode extension (#903)
## Summary title says it. ## How was it tested? N/A
1 parent b38e936 commit fe10ad8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
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.0.6]
8+
9+
- Fixed a small bug connecting to a remote environment.
10+
- Added better error handling and messages if connecting to devbox cloud fails.
11+
712
## [0.0.5]
813

914
- Added handling `Open In VSCode` button with `vscode://` style links.

vscode-extension/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is the official VSCode extension for [devbox](https://github.com/jetpack-io
66

77
### Open In VSCode button
88

9-
If a Devbox Cloud instance (from [devbox.sh](https://devbox.sh)) has an `Open In VSCode` button, this extension will make VSCode to be able to connect its workspace to the instance.
9+
If a Devbox Cloud instance (from [devbox.sh](https://devbox.sh)) has an `Open In Desktop` button, this extension will make VSCode to be able to connect its workspace to the instance.
1010

1111
### Auto Shell on a devbox project
1212

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 jetpack.io",
44
"description": "devbox integration for VSCode",
5-
"version": "0.0.5",
5+
"version": "0.0.6",
66
"icon": "assets/icon.png",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)