Skip to content

Commit 85e051a

Browse files
authored
Merge pull request #1285 from github/aeisenberg/reenable-openvsx
Reenable publishing to open-vsx
2 parents a3deec7 + 7027a61 commit 85e051a

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,11 @@ jobs:
147147
If this was an authentication problem, please make sure the \
148148
auth token hasn't expired."
149149
150-
# TODO This job is currently broken and is blocked on https://github.com/github/vscode-codeql/issues/1085
151150
open-vsx-publish:
152151
name: Publish to Open VSX Registry
153152
needs: build
154153
environment: publish-open-vsx
155154
runs-on: ubuntu-latest
156-
if: 1 == 0
157155
env:
158156
OPEN_VSX_TOKEN: ${{ secrets.OPEN_VSX_TOKEN }}
159157
steps:

extensions/ql-vscode/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [UNRELEASED]
44

5+
- Re-enable publishing to open-vsx. [#1285](https://github.com/github/vscode-codeql/pull/1285)
6+
57
## 1.6.4 - 6 April 2022
68

79
No user facing changes.

extensions/ql-vscode/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
"Programming Languages"
2222
],
2323
"extensionDependencies": [
24-
"hbenl.vscode-test-explorer",
25-
"ms-vscode.test-adapter-converter"
24+
"hbenl.vscode-test-explorer"
2625
],
2726
"capabilities": {
2827
"untrustedWorkspaces": {

0 commit comments

Comments
 (0)