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

chore(vscode): 0.2.2 #1058

Merged
merged 1 commit into from
Sep 19, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions extensions/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# 0.2.2

- chore: remove new-route-middleware.gif ([#1039](https://github.com/VeryGoodOpenSource/dart_frog/pull/1039))
- fix: detach from debug session on premature application exit ([#1043](https://github.com/VeryGoodOpenSource/dart_frog/pull/1043))
- fix: support async route handlers ([#1041](https://github.com/VeryGoodOpenSource/dart_frog/pull/1041))
- fix: support CodeLens for very long route signatures ([#1046](https://github.com/VeryGoodOpenSource/dart_frog/pull/1046))
- docs: add disclaimer to the extension ([#1047](https://github.com/VeryGoodOpenSource/dart_frog/pull/1047))
- feat: implemented quickPickProject ([#1025](https://github.com/VeryGoodOpenSource/dart_frog/pull/1025))
- fix: avoid keeping progress when spamming stop server ([#1053](https://github.com/VeryGoodOpenSource/dart_frog/pull/1053))
- feat: show quickPickProject on monorepos ([#1026](https://github.com/VeryGoodOpenSource/dart_frog/pull/1026))

# 0.2.1

- docs(vscode): update README.md ([#1031](https://github.com/VeryGoodOpenSource/dart_frog/pull/1031))
- chore(vscode): rollback engines.vscode version ([#1035](https://github.com/VeryGoodOpenSource/dart_frog/pull/1035))
- docs: update README.md ([#1031](https://github.com/VeryGoodOpenSource/dart_frog/pull/1031))
- chore: rollback engines.vscode version ([#1035](https://github.com/VeryGoodOpenSource/dart_frog/pull/1035))

# 0.2.0

Expand Down
4 changes: 2 additions & 2 deletions extensions/vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dart-frog",
"displayName": "Dart Frog",
"description": "Support for Dart Frog, a minimalistic backend framework.",
"version": "0.2.1",
"version": "0.2.2",
"publisher": "VeryGoodVentures",
"bugs": {
"url": "https://github.com/VeryGoodOpenSource/dart_frog/issues",
Expand Down