File tree Expand file tree Collapse file tree 7 files changed +12
-8
lines changed
com.microsoft.jdtls.ext.core
com.microsoft.jdtls.ext.target Expand file tree Collapse file tree 7 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ 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.23.4
8+ ### Added
9+ - Contribute 'New Java Project...' command to ` File ` > ` New File... ` and File Explorer menus. [ PR #809 ] ( https://github.com/microsoft/vscode-java-dependency/pull/809 )
10+
711## 0.23.3
812### Added
913- Register the project delete event. [ PR #802 ] ( https://github.com/microsoft/vscode-java-dependency/pull/802 )
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.23.3
5+ Bundle-Version : 0.23.4
66Bundle-Activator : com.microsoft.jdtls.ext.core.JdtlsExtActivator
77Bundle-RequiredExecutionEnvironment : JavaSE-11
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.23.3 </version >
8+ <version >0.23.4 </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 <parent >
55 <groupId >com.microsoft.jdtls.ext</groupId >
66 <artifactId >jdtls-ext-parent</artifactId >
7- <version >0.23.3 </version >
7+ <version >0.23.4 </version >
88 </parent >
99 <artifactId >com.microsoft.jdtls.ext.tp</artifactId >
1010 <name >${base.name} :: Target Platform</name >
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.23.3 </version >
7+ <version >0.23.4 </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.23.3 " ,
5+ "version" : " 0.23.4 " ,
66 "publisher" : " vscjava" ,
77 "preview" : false ,
88 "aiKey" : " 5c642b22-e845-4400-badb-3f8509a70777" ,
4646 "main" : " ./main.js" ,
4747 "contributes" : {
4848 "javaExtensions" : [
49- " ./server/com.microsoft.jdtls.ext.core-0.23.3 .jar"
49+ " ./server/com.microsoft.jdtls.ext.core-0.23.4 .jar"
5050 ],
5151 "commands" : [
5252 {
You can’t perform that action at this time.
0 commit comments