File tree Expand file tree Collapse file tree 12 files changed +602
-150
lines changed
jdtls.ext/com.microsoft.jdtls.ext.target Expand file tree Collapse file tree 12 files changed +602
-150
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ extends:
50
50
jdkArchitectureOption : x64
51
51
jdkSourceOption : PreInstalled
52
52
- task : NodeTool@0
53
- displayName : Use Node 18 .x
53
+ displayName : Use Node 20 .x
54
54
inputs :
55
- versionSpec : 18 .x
55
+ versionSpec : 20 .x
56
56
- task : Npm@1
57
57
displayName : npm install
58
58
inputs :
Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ extends:
47
47
clean : true
48
48
fetchTags : true
49
49
- task : NodeTool@0
50
- displayName : Use Node 18 .x
50
+ displayName : Use Node 20 .x
51
51
inputs :
52
- versionSpec : 18 .x
52
+ versionSpec : 20 .x
53
53
- task : JavaToolInstaller@0
54
54
displayName : Use Java 17
55
55
inputs :
Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ extends:
42
42
clean : true
43
43
fetchTags : true
44
44
- task : NodeTool@0
45
- displayName : Use Node 18 .x
45
+ displayName : Use Node 20 .x
46
46
inputs :
47
- versionSpec : 18 .x
47
+ versionSpec : 20 .x
48
48
- task : JavaToolInstaller@0
49
49
displayName : Use Java 17
50
50
inputs :
Original file line number Diff line number Diff line change 29
29
- name : Setup Node.js environment
30
30
uses : actions/setup-node@v2
31
31
with :
32
- node-version : 16
32
+ node-version : 20
33
33
34
34
- name : Install Node.js modules
35
35
run : npm install
Original file line number Diff line number Diff line change 29
29
- name : Setup Node.js environment
30
30
uses : actions/setup-node@v2
31
31
with :
32
- node-version : 16
32
+ node-version : 20
33
33
34
34
- name : Install Node.js modules
35
35
run : npm install
Original file line number Diff line number Diff line change 22
22
- name : Setup Node.js environment
23
23
uses : actions/setup-node@v2
24
24
with :
25
- node-version : 16
25
+ node-version : 20
26
26
27
27
- name : Install Node.js modules
28
28
run : npm install
Original file line number Diff line number Diff line change 22
22
- name : Setup Node.js environment
23
23
uses : actions/setup-node@v2
24
24
with :
25
- node-version : 16
25
+ node-version : 20
26
26
27
27
- name : Install Node.js modules
28
28
run : npm install
Original file line number Diff line number Diff line change 22
22
- name : Setup Node.js environment
23
23
uses : actions/setup-node@v2
24
24
with :
25
- node-version : 16
25
+ node-version : 20
26
26
27
27
- name : Install Node.js modules
28
28
run : npm install
Original file line number Diff line number Diff line change 21
21
<repository location =" https://download.eclipse.org/jdtls/snapshots/repository/latest/" />
22
22
</location >
23
23
<location includeAllPlatforms =" false" includeConfigurePhase =" false" includeMode =" planner" includeSource =" true" type =" InstallableUnit" >
24
- <repository location =" https://download.eclipse.org/lsp4j/updates/releases/0.22.0 /" />
25
- <unit id =" org.eclipse.lsp4j.sdk.feature.group " version =" 0.0.0" />
24
+ <repository location =" https://download.eclipse.org/lsp4j/updates/releases/0.23.1 /" />
25
+ <unit id =" org.eclipse.lsp4j" version =" 0.0.0" />
26
26
</location >
27
27
<location includeDependencyDepth =" none" includeDependencyScopes =" compile" includeSource =" true" missingManifest =" generate" type =" Maven" >
28
28
<dependencies >
You can’t perform that action at this time.
0 commit comments