Skip to content

Tags: microsoft/vscode-python-debugger

Tags

v2025.19.10262205

Toggle v2025.19.10262205's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Removed all --allow-proposed-apis logic (and the EnabledApiProposalsJ…

…son env wiring) from publish.yml. (#938)

Updated both publish paths to use --no-verify (correct flag name; --noVerify won’t work):
Pre-release: adds --no-verify --pre-release
Stable: adds --no-verify
This should avoid the unknown option '--allow-proposed-apis …' failure entirely by no longer passing that option.

v2025.19.10261719

Toggle v2025.19.10261719's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix passing parameter enabledApiProposalsJson (#937)

* Added template parameter enabledApiProposalsJson.
Added env: EnabledApiProposalsJson: ${{ parameters.enabledApiProposalsJson }} on the PowerShell@2 step.
Script continues to read $env:EnabledApiProposalsJson (safe for JSON with quotes).
publish-extension.yml
Wired it up: enabledApiProposalsJson: $(EnabledApiProposalsJson) when calling the publish template.
This should fully eliminate the PowerShell parser failure you hit while still allowing the --allow-proposed-apis ... list to be applied when present.

* disable publish

* The System.Object[] happened later, inside the publish step, because the publish script was turning the JSON into a nested array and then joining/printing it poorly — which then produced an invalid CLI arg: --allow-proposed-apis System.Object[].

I’ve fixed that parsing/flattening in publish.yml, so the publish log should now show:

enabledApiProposals (from EnabledApiProposalsJson): portsAttributes, debugVisualization, contribViewsWelcome
and the npx ... publish command should include: --allow-proposed-apis portsAttributes debugVisualization contribViewsWelcome

* uncomment publish

v2025.19.10230715

Toggle v2025.19.10230715's commit message
The System.Object[] happened later, inside the publish step, because …

…the publish script was turning the JSON into a nested array and then joining/printing it poorly — which then produced an invalid CLI arg: --allow-proposed-apis System.Object[].

I’ve fixed that parsing/flattening in publish.yml, so the publish log should now show:

enabledApiProposals (from EnabledApiProposalsJson): portsAttributes, debugVisualization, contribViewsWelcome
and the npx ... publish command should include: --allow-proposed-apis portsAttributes debugVisualization contribViewsWelcome

v2025.19.10230422

Toggle v2025.19.10230422's commit message
The System.Object[] happened later, inside the publish step, because …

…the publish script was turning the JSON into a nested array and then joining/printing it poorly — which then produced an invalid CLI arg: --allow-proposed-apis System.Object[].

I’ve fixed that parsing/flattening in publish.yml, so the publish log should now show:

enabledApiProposals (from EnabledApiProposalsJson): portsAttributes, debugVisualization, contribViewsWelcome
and the npx ... publish command should include: --allow-proposed-apis portsAttributes debugVisualization contribViewsWelcome

v2025.19.10230202

Toggle v2025.19.10230202's commit message
disable publish

v2025.19.10230048

Toggle v2025.19.10230048's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
append proposed flags to publish (#936)

v2025.19.10222145

Toggle v2025.19.10222145's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove scripts folder add logic back to yml (#935)

* remove scripts due to releaseJob

* disable publish for testing

* re-enable publish

v2025.19.10221904

Toggle v2025.19.10221904's commit message
disable publish for testing

v2025.19.10212156

Toggle v2025.19.10212156's commit message
fix regex

v2025.19.10201823

Toggle v2025.19.10201823's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
clean Microbuild plugins temp dir (#929)