Reenable publishing to open-vsx
The extension ms-vscode.test-adapter-converter is now available on open-vsx, but under a different name. Fixes https://github.com/github/vscode-codeql/issues/1085 I have verified that I can publish and install the extension by manually publishing v1.6.4.
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -147,13 +147,11 @@ jobs:
|
|||||||
If this was an authentication problem, please make sure the \
|
If this was an authentication problem, please make sure the \
|
||||||
auth token hasn't expired."
|
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:
|
open-vsx-publish:
|
||||||
name: Publish to Open VSX Registry
|
name: Publish to Open VSX Registry
|
||||||
needs: build
|
needs: build
|
||||||
environment: publish-open-vsx
|
environment: publish-open-vsx
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: 1 == 0
|
|
||||||
env:
|
env:
|
||||||
OPEN_VSX_TOKEN: ${{ secrets.OPEN_VSX_TOKEN }}
|
OPEN_VSX_TOKEN: ${{ secrets.OPEN_VSX_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -21,8 +21,7 @@
|
|||||||
"Programming Languages"
|
"Programming Languages"
|
||||||
],
|
],
|
||||||
"extensionDependencies": [
|
"extensionDependencies": [
|
||||||
"hbenl.vscode-test-explorer",
|
"hbenl.vscode-test-explorer"
|
||||||
"ms-vscode.test-adapter-converter"
|
|
||||||
],
|
],
|
||||||
"capabilities": {
|
"capabilities": {
|
||||||
"untrustedWorkspaces": {
|
"untrustedWorkspaces": {
|
||||||
|
|||||||
Reference in New Issue
Block a user