Skip to content

Commit

Permalink
remove aold code
Browse files Browse the repository at this point in the history
  • Loading branch information
filip131311 committed Mar 10, 2025
1 parent 75509f2 commit 6491908
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/package-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,25 +101,3 @@ jobs:
- name: Publish to Open VSX Registry
working-directory: packages/vscode-extension
run: npm run openVSX:publish -- --pat ${{ secrets.VSCODE_MARKETPLACE_TOKEN }} --target ${{ steps.set_targets.outputs.targets }}


# - name: Publish to Visual Studio Marketplacesfg
# uses: HaaLeo/publish-vscode-extension@v1
# if: ${{ github.event.inputs.publish == 'true' }}
# env:
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# packagePath: "packages/vscode-extension"
# registryUrl: https://marketplace.visualstudio.com
# pat: ${{ secrets.VSCODE_MARKETPLACE_TOKEN }}
# target: ${{ steps.set_targets.outputs.targets }}

# - name: sdfgfg
# uses: HaaLeo/publish-vscode-extension@v1
# if: ${{ github.event.inputs.publish == 'true' }}
# env:
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# packagePath: "packages/vscode-extension"
# pat: ${{ secrets.OPENVSX_MARKETPLACE_TOKEN }}
# target: ${{ steps.set_targets.outputs.targets }}

0 comments on commit 6491908

Please sign in to comment.