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
Fix buildJars task (microsoft#1481)
chore(deps): bump protobufjs from 7.2.4 to 7.2.6 in /npm-package (microsoft#1483)
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.2.4 to 7.2.6.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](protobufjs/protobuf.js@protobufjs-v7.2.4...protobufjs-v7.2.6)
---
updated-dependencies:
- dependency-name: protobufjs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jinbo Wang <jinbwan@microsoft.com>
chore(deps-dev): bump protobufjs from 7.2.4 to 7.2.6 in /extension (microsoft#1482)
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.2.4 to 7.2.6.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](protobufjs/protobuf.js@protobufjs-v7.2.4...protobufjs-v7.2.6)
---
updated-dependencies:
- dependency-name: protobufjs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jinbo Wang <jinbwan@microsoft.com>
chores: Add build server debug config (microsoft#1486)
build: Update code sign task to v5 (microsoft#1488)
refactor: Move Gradle Daemons implementation from Java into Typescript (microsoft#1489)
Fix: Append the log message to build output if it's from compilation report. (microsoft#1490)
- Store the id of the compilation task in an LRU cache.
- Append the log message to the build output if it's from the compilation task.
Signed-off-by: Sheng Chen <sheche@microsoft.com>
fix: set GradleExecution jdk use java.import.gradle.java.home (microsoft#1491)
Refresh the output folders after build tasks (microsoft#1493)
Signed-off-by: Sheng Chen <sheche@microsoft.com>
build: Update telemetry wrapper to 0.14.0 (microsoft#1495)
chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /extension (microsoft#1496)
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Extract api scan to a separate pipeline (microsoft#1498)
build: Prepare for 3.14.0 (microsoft#1499)
chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /npm-package (microsoft#1500)
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
gradle server muti-thread
fix- Fix the importer version and prepare for 3.14.1 (microsoft#1501)
build - Update target platform (microsoft#1502)
init named pipe
impl muti-thread and named pipe for buildServer
gradle server muti-thread
fix- Fix the importer version and prepare for 3.14.1 (microsoft#1501)
build - Update target platform (microsoft#1502)
init named pipe
test build Server named pipe connection
test build Server named pipe connection
update build/initialize sender
finish forward message demo
finish merge and named pipe
implement polling solution
Only send request after initialization (microsoft#1503)
fix - Add java 22 to compatibility matrix (microsoft#1505)
Introduce gson to simplify the object parsing (microsoft#1509)
Signed-off-by: Sheng Chen <sheche@microsoft.com>
fix bug: buildServerHandler
Copy file name to clipboardexpand all lines: CHANGELOG.md
+23
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,29 @@ All notable changes to the "vscode-gradle" extension will be documented in this
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
7
+
### 3.14.1
8
+
### What's Changed
9
+
* fix - Fix the importer version.
10
+
11
+
## 3.14.0
12
+
### What's Changed
13
+
* enhancement - Bump Gradle Wrapper to v8.5 and change Java 21 min Gradle version by @JoseLion in https://github.com/microsoft/vscode-gradle/pull/1455
14
+
* enhancement - Group the Gradle related menus in the file explorer into a submenu labeled 'Gradle' by @testforstephen in https://github.com/microsoft/vscode-gradle/pull/1474
15
+
* enhancement - Upgrade Build Server for Gradle to 0.2.0
16
+
* fix - Exclude the project itself becoming its project classpath entry by @jdneo in https://github.com/microsoft/vscode-gradle/pull/1464
17
+
* fix - Append the log message to build output if it's from compilation report. by @jdneo in https://github.com/microsoft/vscode-gradle/pull/1490
18
+
* fix - Set GradleExecution jdk use java.import.gradle.java.home by @Jiaaming in https://github.com/microsoft/vscode-gradle/pull/1491
19
+
* fix - Refresh the output folders after build tasks by @jdneo in https://github.com/microsoft/vscode-gradle/pull/1493
20
+
* build - Fix buildJars task by @donat in https://github.com/microsoft/vscode-gradle/pull/1481
21
+
* build - Add Build Server debug config by @Jiaaming in https://github.com/microsoft/vscode-gradle/pull/1486
22
+
* build - Move Gradle Daemons implementation from Java into Typescript by @Jiaaming in https://github.com/microsoft/vscode-gradle/pull/1489
23
+
24
+
## New Contributors
25
+
*@donat made their first contribution in https://github.com/microsoft/vscode-gradle/pull/1481
26
+
*@Jiaaming made their first contribution in https://github.com/microsoft/vscode-gradle/pull/1486
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+19
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,25 @@ The extension uses a Gradle plugin (`com.microsoft.gradle.GradlePlugin`) to get
40
40
41
41
> Note: There is a known issue that when the Gradle project stores in a sub-folder of the root folder, the `Attach to Gradle Plugin` will fail to attach. See [#1237](https://github.com/microsoft/vscode-gradle/issues/1237).
42
42
43
+
## Debugging Gradle Build Server
44
+
45
+
To debug the Extension with the [Gradle Build Server](https://github.com/microsoft/build-server-for-gradle), follow these steps:
46
+
47
+
1. Open the `extension/build-server-for-gradle` directory, which you should have [imported previously](#build-gradle-project-importer) as a separate project.
48
+
2. In the `.vscode/launch.json` of the build-server-for-gradle project, ensure you have the following configuration to attach the debugger:
49
+
```json
50
+
{
51
+
"type": "java",
52
+
"name": "Attach to Gradle Build Server",
53
+
"request": "attach",
54
+
"hostName": "localhost",
55
+
"port": "8989",
56
+
"projectName": "server"
57
+
}
58
+
```
59
+
3. In your main project (vscode-gradle), start the `Debug Extension & Build Server` launch configuration.
60
+
4. In the build-server-for-gradle project, start the `Attach to Gradle Build Server` launch configuration.
61
+
43
62
## Debugging Gradle Language Server (editing feature related)
44
63
45
64
1. Run vscode launch configuration `Debug Language Server: Launch Extension`.
0 commit comments