Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vscode-extension] Prep for version 0.0.6 release of vscode extension #903

Merged
merged 1 commit into from
Apr 12, 2023
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.
Jump to
Jump to file
Failed to load files.
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.0.6]

- Fixed a small bug connecting to a remote environment.
- Added better error handling and messages if connecting to devbox cloud fails.

## [0.0.5]

- Added handling `Open In VSCode` button with `vscode://` style links.
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is the official VSCode extension for [devbox](https://github.com/jetpack-io

### Open In VSCode button

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.
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.

### Auto Shell on a devbox project

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 jetpack.io",
"description": "devbox integration for VSCode",
"version": "0.0.5",
"version": "0.0.6",
"icon": "assets/icon.png",
"repository": {
"type": "git",
Expand Down