File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ images/*.gif
44examples /
55images /yang-diagram.png
66yang-language-server.zip
7- releasing.txt
7+ releasing.md
88** /node_modules /
99** /tsconfig.json
1010** /lerna.json
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## v2.3.4
4+
5+ * Fix for "Spawn process fails on windows" [ #95 ] ( https://github.com/TypeFox/yang-vscode/issues/95 )
6+ * Dependencies updated.
7+
38## v2.3.3
49
510* Update [ yang-lsp] [ yang-lsp ] to version [ 0.7.6] ( https://github.com/TypeFox/yang-lsp/releases/tag/v0.7.6 )
Original file line number Diff line number Diff line change 1- Prepare Build
1+ Prepare Build
22
331 . Update yang-lsp version in package.json
44
@@ -10,15 +10,13 @@ Prepare Build
1010
11115 . Install vsce ` npm install -g @vscode/vsce `
1212
13- 6. Prepare and test the extension: `vsce package`
14-
13+ 6 . Prepare and test the extension: ` vsce package `
1514
1615Publish Open VSX
1716
18171 . Create token ` https://open-vsx.org/user-settings/tokens ` or use existing
1918
20- 2. Publish OpenVSX `npx ovsx publish -p <open vsx access token>`
21-
19+ 2 . Publish OpenVSX ` npx ovsx publish -p <open vsx access token> `
2220
2321Publish VSCode
2422
@@ -28,4 +26,4 @@ Publish VSCode
2826
29273 . Publish: ` vsce publish `
3028
31- Create and push release tag
29+ Create and push release tag
You can’t perform that action at this time.
0 commit comments