Skip to content

Commit

Permalink
[vscode-extension] Prep for version 0.0.6 release of vscode extension (
Browse files Browse the repository at this point in the history
…#903)

## Summary
title says it.

## How was it tested?
N/A
  • Loading branch information
mohsenari committed Apr 12, 2023
1 parent b38e936 commit fe10ad8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
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

0 comments on commit fe10ad8

Please sign in to comment.