File tree Expand file tree Collapse file tree 8 files changed +14
-9
lines changed
com.microsoft.jdtls.ext.core
com.microsoft.jdtls.ext.target Expand file tree Collapse file tree 8 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to the "vscode-java-dependency" extension will be documented
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
+ ## 0.21.2
8
+ ### Fixed
9
+ - Improve the output of exporting jar tasks. [ #699 ] ( https://github.com/microsoft/vscode-java-dependency/issues/699 )
10
+ - Open build tasks action is blocked. [ #720 ] ( https://github.com/microsoft/vscode-java-dependency/issues/720 )
11
+
7
12
## 0.21.1
8
13
### Changed
9
14
- Scan two levels of directories for activation indicators. [ PR #681 ] ( https://github.com/microsoft/vscode-java-dependency/pull/681 )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : JDTLS EXT Core
4
4
Bundle-SymbolicName : com.microsoft.jdtls.ext.core;singleton:=true
5
- Bundle-Version : 0.21.1
5
+ Bundle-Version : 0.21.2
6
6
Bundle-Activator : com.microsoft.jdtls.ext.core.JdtlsExtActivator
7
7
Bundle-RequiredExecutionEnvironment : JavaSE-11
8
8
Bundle-ActivationPolicy : lazy
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.microsoft.jdtls.ext</groupId >
7
7
<artifactId >jdtls-ext-parent</artifactId >
8
- <version >0.21.1 </version >
8
+ <version >0.21.2 </version >
9
9
</parent >
10
10
<artifactId >com.microsoft.jdtls.ext.core</artifactId >
11
11
<packaging >eclipse-plugin</packaging >
Original file line number Diff line number Diff line change 14
14
<unit id =" org.eclipse.equinox.sdk.feature.group" version =" 0.0.0" />
15
15
<unit id =" org.eclipse.jdt.source.feature.group" version =" 0.0.0" />
16
16
<unit id =" org.eclipse.sdk.feature.group" version =" 0.0.0" />
17
- <repository location =" https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20230215-0610 " />
17
+ <repository location =" https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300 " />
18
18
</location >
19
19
<location includeAllPlatforms =" false" includeConfigurePhase =" false" includeMode =" planner" includeSource =" true" type =" InstallableUnit" >
20
20
<unit id =" org.eclipse.xtext.xbase.lib" version =" 0.0.0" />
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.microsoft.jdtls.ext</groupId >
6
6
<artifactId >jdtls-ext-parent</artifactId >
7
- <version >0.21.1 </version >
7
+ <version >0.21.2 </version >
8
8
</parent >
9
9
<artifactId >com.microsoft.jdtls.ext.tp</artifactId >
10
10
<name >${base.name} :: Target Platform</name >
Original file line number Diff line number Diff line change 4
4
<groupId >com.microsoft.jdtls.ext</groupId >
5
5
<artifactId >jdtls-ext-parent</artifactId >
6
6
<name >${base.name} :: Parent</name >
7
- <version >0.21.1 </version >
7
+ <version >0.21.2 </version >
8
8
<packaging >pom</packaging >
9
9
<properties >
10
10
<base .name>Java Project Manager</base .name>
Original file line number Diff line number Diff line change 2
2
"name" : " vscode-java-dependency" ,
3
3
"displayName" : " Project Manager for Java" ,
4
4
"description" : " %description%" ,
5
- "version" : " 0.21.1 " ,
5
+ "version" : " 0.21.2 " ,
6
6
"publisher" : " vscjava" ,
7
7
"preview" : true ,
8
8
"aiKey" : " 5c642b22-e845-4400-badb-3f8509a70777" ,
48
48
"main" : " ./main.js" ,
49
49
"contributes" : {
50
50
"javaExtensions" : [
51
- " ./server/com.microsoft.jdtls.ext.core-0.21.1 .jar"
51
+ " ./server/com.microsoft.jdtls.ext.core-0.21.2 .jar"
52
52
],
53
53
"commands" : [
54
54
{
You can’t perform that action at this time.
0 commit comments