Merge pull request #1285 from github/aeisenberg/reenable-openvsx

Reenable publishing to open-vsx
This commit is contained in:
Andrew Eisenberg
2022-04-08 09:40:40 -07:00
committed by GitHub
3 changed files with 3 additions and 4 deletions

View File

@@ -147,13 +147,11 @@ jobs:
If this was an authentication problem, please make sure the \
auth token hasn't expired."
# TODO This job is currently broken and is blocked on https://github.com/github/vscode-codeql/issues/1085
open-vsx-publish:
name: Publish to Open VSX Registry
needs: build
environment: publish-open-vsx
runs-on: ubuntu-latest
if: 1 == 0
env:
OPEN_VSX_TOKEN: ${{ secrets.OPEN_VSX_TOKEN }}
steps:

View File

@@ -2,6 +2,8 @@
## [UNRELEASED]
- Re-enable publishing to open-vsx. [#1285](https://github.com/github/vscode-codeql/pull/1285)
## 1.6.4 - 6 April 2022
No user facing changes.

View File

@@ -21,8 +21,7 @@
"Programming Languages"
],
"extensionDependencies": [
"hbenl.vscode-test-explorer",
"ms-vscode.test-adapter-converter"
"hbenl.vscode-test-explorer"
],
"capabilities": {
"untrustedWorkspaces": {