File tree 4 files changed +4
-4
lines changed
clients/cobol-lsp-vscode-extension
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ pipeline {
164
164
dir(' clients/cobol-lsp-vscode-extension' ) {
165
165
sh ' npx vsce package'
166
166
archiveArtifacts " *.vsix"
167
- sh ' mv cobol-language-support*.vsix cobol-language-support_0.12.0+NEXT .vsix'
167
+ sh ' mv cobol-language-support*.vsix cobol-language-support_0.12.0-alpha.1 .vsix'
168
168
}
169
169
}
170
170
}
Original file line number Diff line number Diff line change 4
4
"description" : " Autocomplete, highlighting and diagnostics for COBOL code and copybooks." ,
5
5
"author" : " Broadcom" ,
6
6
"license" : " EPL-2.0" ,
7
- "version" : " 0.12.0+NEXT " ,
7
+ "version" : " 0.12.0-alpha.1 " ,
8
8
"preview" : false ,
9
9
"publisher" : " BroadcomMFD" ,
10
10
"engines" : {
Original file line number Diff line number Diff line change 17
17
Put in this folder the COBOL LSP server jar with this name
18
18
19
19
```
20
- lsp-service-cobol-0.12.0+NEXT .jar
20
+ lsp-service-cobol-0.12.0-alpha.1 .jar
21
21
```
22
22
In Linux environment be sure that the server folder have read/write permission, in case simply run the command
23
23
Original file line number Diff line number Diff line change 25
25
<name >COBOL LSP :: Parent pom</name >
26
26
27
27
<properties >
28
- <revision >0.12.0+NEXT </revision >
28
+ <revision >0.12.0-alpha.1 </revision >
29
29
<lsp4j .version>0.5.0</lsp4j .version>
30
30
<antlr .version>4.7.1</antlr .version>
31
31
<guice .version>4.2.2</guice .version>
You can’t perform that action at this time.
0 commit comments