Skip to content

Commit 31515b4

Browse files
authored
chore(vscode): 0.2.2 (#1058)
1 parent ee45800 commit 31515b4

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

extensions/vscode/CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1+
# 0.2.2
2+
3+
- chore: remove new-route-middleware.gif ([#1039](https://github.com/VeryGoodOpenSource/dart_frog/pull/1039))
4+
- fix: detach from debug session on premature application exit ([#1043](https://github.com/VeryGoodOpenSource/dart_frog/pull/1043))
5+
- fix: support async route handlers ([#1041](https://github.com/VeryGoodOpenSource/dart_frog/pull/1041))
6+
- fix: support CodeLens for very long route signatures ([#1046](https://github.com/VeryGoodOpenSource/dart_frog/pull/1046))
7+
- docs: add disclaimer to the extension ([#1047](https://github.com/VeryGoodOpenSource/dart_frog/pull/1047))
8+
- feat: implemented quickPickProject ([#1025](https://github.com/VeryGoodOpenSource/dart_frog/pull/1025))
9+
- fix: avoid keeping progress when spamming stop server ([#1053](https://github.com/VeryGoodOpenSource/dart_frog/pull/1053))
10+
- feat: show quickPickProject on monorepos ([#1026](https://github.com/VeryGoodOpenSource/dart_frog/pull/1026))
11+
112
# 0.2.1
213

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

617
# 0.2.0
718

extensions/vscode/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dart-frog",
33
"displayName": "Dart Frog",
44
"description": "Support for Dart Frog, a minimalistic backend framework.",
5-
"version": "0.2.1",
5+
"version": "0.2.2",
66
"publisher": "VeryGoodVentures",
77
"bugs": {
88
"url": "https://github.com/VeryGoodOpenSource/dart_frog/issues",

0 commit comments

Comments
 (0)