Skip to content

Commit 0d1527a

Browse files
committed
remove aold code
1 parent 5ff2d90 commit 0d1527a

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/package-extension.yml

-22
Original file line numberDiff line numberDiff line change
@@ -101,25 +101,3 @@ jobs:
101101
- name: Publish to Open VSX Registry
102102
working-directory: packages/vscode-extension
103103
run: npm run openVSX:publish -- --pat ${{ secrets.VSCODE_MARKETPLACE_TOKEN }} --target ${{ steps.set_targets.outputs.targets }}
104-
105-
106-
# - name: Publish to Visual Studio Marketplacesfg
107-
# uses: HaaLeo/publish-vscode-extension@v1
108-
# if: ${{ github.event.inputs.publish == 'true' }}
109-
# env:
110-
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
111-
# with:
112-
# packagePath: "packages/vscode-extension"
113-
# registryUrl: https://marketplace.visualstudio.com
114-
# pat: ${{ secrets.VSCODE_MARKETPLACE_TOKEN }}
115-
# target: ${{ steps.set_targets.outputs.targets }}
116-
117-
# - name: sdfgfg
118-
# uses: HaaLeo/publish-vscode-extension@v1
119-
# if: ${{ github.event.inputs.publish == 'true' }}
120-
# env:
121-
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
122-
# with:
123-
# packagePath: "packages/vscode-extension"
124-
# pat: ${{ secrets.OPENVSX_MARKETPLACE_TOKEN }}
125-
# target: ${{ steps.set_targets.outputs.targets }}

0 commit comments

Comments
 (0)