Commit 5ab6e77
.github/workflows: adjust release nightly to use npx vsce
We can use the installed vsce instead of the third-party action.
We also adjust the nightly workflow to package vsix in clean state
before running any tests. That will reduce the chance of including
unwanted files generated during tests.
Updates #2676
Change-Id: I246cd1bf99bc51e23575ef16630e8eead04b11e2
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/470195
Run-TryBot: Hyang-Ah Hana Kim <[email protected]>
TryBot-Result: kokoro <[email protected]>
Reviewed-by: Suzy Mueller <[email protected]>
(cherry picked from commit 179f226)
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/470637
Run-TryBot: Suzy Mueller <[email protected]>
Auto-Submit: Suzy Mueller <[email protected]>
Reviewed-by: Hyang-Ah Hana Kim <[email protected]>1 parent 170d3dc commit 5ab6e77
2 files changed
+12
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
42 | 49 | | |
43 | 50 | | |
44 | 51 | | |
| |||
62 | 69 | | |
63 | 70 | | |
64 | 71 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
| 111 | + | |
116 | 112 | | |
117 | 113 | | |
0 commit comments