File tree 30 files changed +86
-81
lines changed
src/language-server/generated
src/language-server/generated
src/language-server/generated
src/language-server/generated
30 files changed +86
-81
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ npm link -D langium-cli
64
64
The first command above will change the dependency entry for ` langium ` in ` package.json ` from:
65
65
66
66
``` json
67
- "langium" : " 0.1.0 "
67
+ "langium" : " X.Y.Z "
68
68
```
69
69
70
70
to
@@ -136,12 +136,13 @@ Currently the process of releasing a new version of Langium is done manually one
136
136
6 . ` packages/langium-vscode `
137
137
* Update version in ` package.json `
138
138
* Update dependency to ` langium `
139
- * ` npm install -g vsce `
140
- * ` vsce publish -p <token> --yarn ` (the last argument is due to an npm bug)
141
- * ` npm i -g ovsx `
142
- * ` ovsx publish - p <token> --yarn `
139
+ * ` npm install -g @vscode/ vsce ovsx `
140
+ * ` vsce package `
141
+ * ` vsce publish -i langium-vscode-<version>.vsix -p <token> `
142
+ * ` ovsx publish langium-vscode-<version>.vsix - p <token> `
143
143
7 . ` examples/* `
144
144
* Update dependency to ` langium ` and dev-dependency to ` langium-cli `
145
+ * ` npm run publish:latest `
145
146
8 . ` npm install ` again in the repository root to update ` package-lock.json `
146
147
9 . Commit, tag and push your changes
147
148
10 . Create a GitHub release from the new tag
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " langium-arithmetics-dsl" ,
3
3
"displayName" : " Arithmetics DSL" ,
4
- "version" : " 1.0 .0" ,
4
+ "version" : " 1.1 .0" ,
5
5
"description" : " Example language built with Langium" ,
6
6
"homepage" : " https://langium.org" ,
7
7
"engines" : {
71
71
"dependencies" : {
72
72
"chalk" : " ~4.1.2" ,
73
73
"commander" : " ~10.0.0" ,
74
- "langium" : " ~1.0.1 " ,
74
+ "langium" : " ~1.1.0 " ,
75
75
"vscode-languageclient" : " ~8.0.2" ,
76
76
"vscode-languageserver" : " ~8.0.2"
77
77
},
78
78
"devDependencies" : {
79
- "langium-cli" : " ~1.0 .0"
79
+ "langium-cli" : " ~1.1 .0"
80
80
},
81
81
"volta" : {
82
82
"node" : " 16.19.0" ,
Original file line number Diff line number Diff line change 1
1
/******************************************************************************
2
- * This file was generated by langium-cli 1.0 .0.
2
+ * This file was generated by langium-cli 1.1 .0.
3
3
* DO NOT EDIT MANUALLY!
4
4
******************************************************************************/
5
5
Original file line number Diff line number Diff line change 1
1
/******************************************************************************
2
- * This file was generated by langium-cli 1.0 .0.
2
+ * This file was generated by langium-cli 1.1 .0.
3
3
* DO NOT EDIT MANUALLY!
4
4
******************************************************************************/
5
5
Original file line number Diff line number Diff line change 1
1
/******************************************************************************
2
- * This file was generated by langium-cli 1.0 .0.
2
+ * This file was generated by langium-cli 1.1 .0.
3
3
* DO NOT EDIT MANUALLY!
4
4
******************************************************************************/
5
5
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " langium-domainmodel-dsl" ,
3
3
"displayName" : " Domain Model DSL" ,
4
- "version" : " 1.0 .0" ,
4
+ "version" : " 1.1 .0" ,
5
5
"description" : " Example language built with Langium" ,
6
6
"homepage" : " https://langium.org" ,
7
7
"engines" : {
60
60
"dependencies" : {
61
61
"chalk" : " ~4.1.2" ,
62
62
"commander" : " ~10.0.0" ,
63
- "langium" : " ~1.0.1 " ,
63
+ "langium" : " ~1.1.0 " ,
64
64
"lodash" : " ~4.17.21" ,
65
65
"vscode-languageclient" : " ~8.0.2" ,
66
66
"vscode-languageserver" : " ~8.0.2"
67
67
},
68
68
"devDependencies" : {
69
- "langium-cli" : " ~1.0 .0"
69
+ "langium-cli" : " ~1.1 .0"
70
70
},
71
71
"volta" : {
72
72
"node" : " 16.19.0" ,
Original file line number Diff line number Diff line change 1
1
/******************************************************************************
2
- * This file was generated by langium-cli 1.0 .0.
2
+ * This file was generated by langium-cli 1.1 .0.
3
3
* DO NOT EDIT MANUALLY!
4
4
******************************************************************************/
5
5
Original file line number Diff line number Diff line change 1
1
/******************************************************************************
2
- * This file was generated by langium-cli 1.0 .0.
2
+ * This file was generated by langium-cli 1.1 .0.
3
3
* DO NOT EDIT MANUALLY!
4
4
******************************************************************************/
5
5
Original file line number Diff line number Diff line change 1
1
/******************************************************************************
2
- * This file was generated by langium-cli 1.0 .0.
2
+ * This file was generated by langium-cli 1.1 .0.
3
3
* DO NOT EDIT MANUALLY!
4
4
******************************************************************************/
5
5
Original file line number Diff line number Diff line change 2
2
"name" : " langium-requirements-dsl" ,
3
3
"displayName" : " Requirements DSL" ,
4
4
"description" : " A demo showing how to combine two DSLs" ,
5
- "version" : " 1.0 .0" ,
5
+ "version" : " 1.1 .0" ,
6
6
"engines" : {
7
7
"vscode" : " ^1.67.0"
8
8
},
72
72
"dependencies" : {
73
73
"chalk" : " ~4.1.2" ,
74
74
"commander" : " ~10.0.0" ,
75
- "langium" : " ~1.0.1 " ,
75
+ "langium" : " ~1.1.0 " ,
76
76
"lodash" : " ~4.17.21" ,
77
77
"vscode-languageclient" : " ~8.0.2" ,
78
78
"vscode-languageserver" : " ~8.0.2"
79
79
},
80
80
"devDependencies" : {
81
- "langium-cli" : " ~1.0 .0"
81
+ "langium-cli" : " ~1.1 .0"
82
82
},
83
83
"volta" : {
84
84
"node" : " 16.19.0" ,
Original file line number Diff line number Diff line change 1
1
/******************************************************************************
2
- * This file was generated by langium-cli 1.0 .0.
2
+ * This file was generated by langium-cli 1.1 .0.
3
3
* DO NOT EDIT MANUALLY!
4
4
******************************************************************************/
5
5
Original file line number Diff line number Diff line change 1
1
/******************************************************************************
2
- * This file was generated by langium-cli 1.0 .0.
2
+ * This file was generated by langium-cli 1.1 .0.
3
3
* DO NOT EDIT MANUALLY!
4
4
******************************************************************************/
5
5
Original file line number Diff line number Diff line change 1
1
/******************************************************************************
2
- * This file was generated by langium-cli 1.0 .0.
2
+ * This file was generated by langium-cli 1.1 .0.
3
3
* DO NOT EDIT MANUALLY!
4
4
******************************************************************************/
5
5
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " langium-statemachine-dsl" ,
3
3
"displayName" : " State Machine DSL" ,
4
- "version" : " 1.0 .0" ,
4
+ "version" : " 1.1 .0" ,
5
5
"description" : " Example language built with Langium" ,
6
6
"homepage" : " https://langium.org" ,
7
7
"engines" : {
61
61
"dependencies" : {
62
62
"chalk" : " ~4.1.2" ,
63
63
"commander" : " ~10.0.0" ,
64
- "langium" : " ~1.0.1 " ,
64
+ "langium" : " ~1.1.0 " ,
65
65
"lodash" : " ^4.17.21" ,
66
66
"vscode-languageclient" : " ~8.0.2" ,
67
67
"vscode-languageserver" : " ~8.0.2"
68
68
},
69
69
"devDependencies" : {
70
- "langium-cli" : " ~1.0 .0"
70
+ "langium-cli" : " ~1.1 .0"
71
71
},
72
72
"volta" : {
73
73
"node" : " 16.19.0" ,
Original file line number Diff line number Diff line change 1
1
/******************************************************************************
2
- * This file was generated by langium-cli 1.0 .0.
2
+ * This file was generated by langium-cli 1.1 .0.
3
3
* DO NOT EDIT MANUALLY!
4
4
******************************************************************************/
5
5
Original file line number Diff line number Diff line change 1
1
/******************************************************************************
2
- * This file was generated by langium-cli 1.0 .0.
2
+ * This file was generated by langium-cli 1.1 .0.
3
3
* DO NOT EDIT MANUALLY!
4
4
******************************************************************************/
5
5
Original file line number Diff line number Diff line change 1
1
/******************************************************************************
2
- * This file was generated by langium-cli 1.0 .0.
2
+ * This file was generated by langium-cli 1.1 .0.
3
3
* DO NOT EDIT MANUALLY!
4
4
******************************************************************************/
5
5
You can’t perform that action at this time.
0 commit comments