File tree Expand file tree Collapse file tree 9 files changed +16
-9
lines changed
com.microsoft.jdtls.ext.activator
com.microsoft.jdtls.ext.core Expand file tree Collapse file tree 9 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ 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.18.0
8
+ ### Added
9
+ - Adopt the resource URI API to the Java Project explorer. [ PR #453 ] ( https://github.com/microsoft/vscode-java-dependency/pull/453 )
10
+
11
+ ### Fixed
12
+ - [ Bugs fixed] ( https://github.com/microsoft/vscode-java-dependency/issues?q=is%3Aissue+label%3Abug+milestone%3A0.18.0+is%3Aclosed )
13
+
7
14
## 0.17.0
8
15
### Added
9
16
- Add contextual title and icon for ` Java Project ` explorer. [ #396 ] ( https://github.com/microsoft/vscode-java-dependency/issues/396 )
Original file line number Diff line number Diff line change 2
2
3
3
> Manage Java projects in Visual Studio Code
4
4
5
- [ ![ Travis CI ] ( https://travis-ci.org/Microsoft/ vscode-java-dependency.svg?branch=master )] ( https://travis-ci.org/Microsoft /vscode-java-dependency )
5
+ [ ![ GitHub Actions ] ( https://img.shields.io/github/workflow/status/microsoft/ vscode-java-dependency/CI/master?style=flat-square )] ( https://github.com/microsoft /vscode-java-dependency/actions?query=workflow%3ACI+branch%3Amaster )
6
6
7
7
## Overview
8
8
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 Activator
4
4
Bundle-SymbolicName : com.microsoft.jdtls.ext.activator;singleton:=true
5
- Bundle-Version : 0.17 .0
5
+ Bundle-Version : 0.18 .0
6
6
Bundle-Activator : com.microsoft.jdtls.ext.activator.JdtlsExtActivator
7
7
Bundle-RequiredExecutionEnvironment : JavaSE-1.8
8
8
Import-Package : org.eclipse.jdt.core,
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.17 .0</version >
8
+ <version >0.18 .0</version >
9
9
</parent >
10
10
<artifactId >com.microsoft.jdtls.ext.activator</artifactId >
11
11
<packaging >eclipse-plugin</packaging >
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.17 .0
5
+ Bundle-Version : 0.18 .0
6
6
Bundle-Activator : com.microsoft.jdtls.ext.core.JdtlsExtActivator
7
7
Bundle-RequiredExecutionEnvironment : JavaSE-1.8
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.17 .0</version >
8
+ <version >0.18 .0</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 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.17 .0</version >
7
+ <version >0.18 .0</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.17 .0" ,
5
+ "version" : " 0.18 .0" ,
6
6
"publisher" : " vscjava" ,
7
7
"preview" : true ,
8
8
"aiKey" : " 5c642b22-e845-4400-badb-3f8509a70777" ,
31
31
"main" : " ./main.js" ,
32
32
"contributes" : {
33
33
"javaExtensions" : [
34
- " ./server/com.microsoft.jdtls.ext.core-0.17 .0.jar"
34
+ " ./server/com.microsoft.jdtls.ext.core-0.18 .0.jar"
35
35
],
36
36
"commands" : [
37
37
{
You can’t perform that action at this time.
0 commit comments