Skip to content

Commit

Permalink
feat(vscode): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
norg-ned committed Feb 13, 2024
1 parent 39fb849 commit 385cce1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions vscode-bugbuddy/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vscode-bugbuddy

Official VSCode client extension for BugBuddy.
Official VSCode client extension for BugBuddy. BugBuddy is a tool for translating programming errors into human-readable messages. It is designed to help beginners understand the errors they encounter while learning to code.

## Features

Expand All @@ -17,12 +17,15 @@ This extension requires that BugBuddy is installed and running on your machine.
This extension contributes the following settings:

* `bugbuddy.path`: Path to the BugBuddy server.
* `bugbuddy.dataDirPath`: Path to the BugBuddy data directory.
* `bugbuddy.daemonPort`: Port to connect to the BugBuddy daemon server.

## Known Issues
## Release Notes

Calling out known issues can help limit users opening duplicate issues against your extension.
### 0.2.0

## Release Notes
- Add ability to get/set BugBuddy data directory.
- Add ability to connect to a BugBuddy daemon server with a custom port.

### 0.1.0

Expand Down
2 changes: 1 addition & 1 deletion vscode-bugbuddy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/nedpals/bugbuddy/tree/master/vscode-bugbuddy"
},
"version": "0.1.0",
"version": "0.2.0",
"engines": {
"vscode": "^1.76.2"
},
Expand Down

0 comments on commit 385cce1

Please sign in to comment.