File tree Expand file tree Collapse file tree 9 files changed +15
-8
lines changed
com.microsoft.jdtls.ext.activator
com.microsoft.jdtls.ext.core Expand file tree Collapse file tree 9 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to the "vscode-java-dependency" extension will be documented
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## 0.18.3
8+ ### Added
9+ - Add new unmanaged folder metadata for the project node. [ PR #479 ] ( https://github.com/microsoft/vscode-java-dependency/pull/479 )
10+ ### Changed
11+ - Rename sorting group ` 9_sync ` to ` 9_configuration ` . [ PR #480 ] ( https://github.com/microsoft/vscode-java-dependency/pull/480 )
12+
713## 0.18.2
814
915### Changed
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : JDTLS EXT Activator
44Bundle-SymbolicName : com.microsoft.jdtls.ext.activator;singleton:=true
5- Bundle-Version : 0.18.2
5+ Bundle-Version : 0.18.3
66Bundle-Activator : com.microsoft.jdtls.ext.activator.JdtlsExtActivator
77Bundle-RequiredExecutionEnvironment : JavaSE-1.8
88Import-Package : org.eclipse.jdt.core,
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.microsoft.jdtls.ext</groupId >
77 <artifactId >jdtls-ext-parent</artifactId >
8- <version >0.18.2 </version >
8+ <version >0.18.3 </version >
99 </parent >
1010 <artifactId >com.microsoft.jdtls.ext.activator</artifactId >
1111 <packaging >eclipse-plugin</packaging >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : JDTLS EXT Core
44Bundle-SymbolicName : com.microsoft.jdtls.ext.core;singleton:=true
5- Bundle-Version : 0.18.2
5+ Bundle-Version : 0.18.3
66Bundle-Activator : com.microsoft.jdtls.ext.core.JdtlsExtActivator
77Bundle-RequiredExecutionEnvironment : JavaSE-1.8
88Bundle-ActivationPolicy : lazy
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.microsoft.jdtls.ext</groupId >
77 <artifactId >jdtls-ext-parent</artifactId >
8- <version >0.18.2 </version >
8+ <version >0.18.3 </version >
99 </parent >
1010 <artifactId >com.microsoft.jdtls.ext.core</artifactId >
1111 <packaging >eclipse-plugin</packaging >
Original file line number Diff line number Diff line change 44 <groupId >com.microsoft.jdtls.ext</groupId >
55 <artifactId >jdtls-ext-parent</artifactId >
66 <name >${base.name} :: Parent</name >
7- <version >0.18.2 </version >
7+ <version >0.18.3 </version >
88 <packaging >pom</packaging >
99 <properties >
1010 <base .name>Java Project Manager</base .name>
Original file line number Diff line number Diff line change 22 "name" : " vscode-java-dependency" ,
33 "displayName" : " Project Manager for Java" ,
44 "description" : " %description%" ,
5- "version" : " 0.18.2 " ,
5+ "version" : " 0.18.3 " ,
66 "publisher" : " vscjava" ,
77 "preview" : true ,
88 "aiKey" : " 5c642b22-e845-4400-badb-3f8509a70777" ,
3131 "main" : " ./main.js" ,
3232 "contributes" : {
3333 "javaExtensions" : [
34- " ./server/com.microsoft.jdtls.ext.core-0.18.2 .jar"
34+ " ./server/com.microsoft.jdtls.ext.core-0.18.3 .jar"
3535 ],
3636 "commands" : [
3737 {
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ const config = {
2525 } ,
2626 plugins : [
2727 // Copy files to dist folder where the runtime can find them
28+ // @ts -ignore
2829 new CopyWebpackPlugin ( {
2930 patterns : [
3031 {
You can’t perform that action at this time.
0 commit comments