Skip to content

Commit

Permalink
chore: update changelog for 0.10.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <fbricon@gmail.com>
  • Loading branch information
fbricon committed Dec 8, 2023
1 parent e3d15ae commit 3ab2982
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
"typescript.tsc.autoDetect": "off",
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
}
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to the **JBang** extension will be documented in this file.

## [0.10.0] 08/12/2023
- Added `//Q:CONFIG` completion if `//DEPS io.quarkus:quarkus` is found
- Fixed running JBang installed via scoop on Windows
- Fixed bad looking documentation on hover on `//DEPS`
- Updated various dependencies

## [0.9.0] 25/09/2023
- Automatically save document after selecting a result in `//DEPS` completion
- Save document before running/debugging with JBang
Expand Down

0 comments on commit 3ab2982

Please sign in to comment.