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:
5050 jdkArchitectureOption : x64
5151 jdkSourceOption : PreInstalled
5252 - task : NodeTool@0
53- displayName : Use Node 18 .x
53+ displayName : Use Node 20 .x
5454 inputs :
55- versionSpec : 18 .x
55+ versionSpec : 20 .x
5656 - task : Npm@1
5757 displayName : npm install
5858 inputs :
Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ extends:
4747 clean : true
4848 fetchTags : true
4949 - task : NodeTool@0
50- displayName : Use Node 18 .x
50+ displayName : Use Node 20 .x
5151 inputs :
52- versionSpec : 18 .x
52+ versionSpec : 20 .x
5353 - task : JavaToolInstaller@0
5454 displayName : Use Java 17
5555 inputs :
Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ extends:
4242 clean : true
4343 fetchTags : true
4444 - task : NodeTool@0
45- displayName : Use Node 18 .x
45+ displayName : Use Node 20 .x
4646 inputs :
47- versionSpec : 18 .x
47+ versionSpec : 20 .x
4848 - task : JavaToolInstaller@0
4949 displayName : Use Java 17
5050 inputs :
Original file line number Diff line number Diff line change 2929 - name : Setup Node.js environment
3030 uses : actions/setup-node@v2
3131 with :
32- node-version : 16
32+ node-version : 20
3333
3434 - name : Install Node.js modules
3535 run : npm install
Original file line number Diff line number Diff line change 2929 - name : Setup Node.js environment
3030 uses : actions/setup-node@v2
3131 with :
32- node-version : 16
32+ node-version : 20
3333
3434 - name : Install Node.js modules
3535 run : npm install
Original file line number Diff line number Diff line change 2222 - name : Setup Node.js environment
2323 uses : actions/setup-node@v2
2424 with :
25- node-version : 16
25+ node-version : 20
2626
2727 - name : Install Node.js modules
2828 run : npm install
Original file line number Diff line number Diff line change 2222 - name : Setup Node.js environment
2323 uses : actions/setup-node@v2
2424 with :
25- node-version : 16
25+ node-version : 20
2626
2727 - name : Install Node.js modules
2828 run : npm install
Original file line number Diff line number Diff line change 2222 - name : Setup Node.js environment
2323 uses : actions/setup-node@v2
2424 with :
25- node-version : 16
25+ node-version : 20
2626
2727 - name : Install Node.js modules
2828 run : npm install
Original file line number Diff line number Diff line change 2121 <repository location =" https://download.eclipse.org/jdtls/snapshots/repository/latest/" />
2222 </location >
2323 <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" />
2626 </location >
2727 <location includeDependencyDepth =" none" includeDependencyScopes =" compile" includeSource =" true" missingManifest =" generate" type =" Maven" >
2828 <dependencies >
You can’t perform that action at this time.
0 commit comments