You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+12
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
> Detailed release notes can be found here: https://github.com/badsyntax/vscode-gradle/releases
4
4
5
+
## 3.0.0
6
+
7
+
- General performance improvements (#370) @badsyntax
8
+
- Add debug task with args feature (#382) @badsyntax
9
+
- Bump google-protobuf from 3.12.0-rc.1 to 3.12.0-rc.2 in /npm-package (#377) @dependabot-preview
10
+
- Bump snyk from 1.319.2 to 1.320.3 in /extension (#380) @dependabot-preview
11
+
- Bump @typescript-eslint/eslint-plugin from 2.31.0 to 2.33.0 in /extension (#371) @dependabot-preview
12
+
13
+
The progress messages have been reduced to help with performance. Although I like seeing ALL progress, it did degrade performance. Now only certain progress events are shown.
14
+
15
+
This is a major bump as the public API (used by consuming extensions) has changed.
16
+
5
17
## 2.7.11
6
18
7
19
- Refactor public API and expose cancelRunTask method (#358) @badsyntax
0 commit comments