Skip to content

Fix dew nextgen publish command - #57

Merged
alvinashcraft merged 1 commit into
mainfrom
alvinashcraft/main-pub-fix
Jun 3, 2026
Merged

alvinashcraft merged 1 commit into
mainfrom
alvinashcraft/main-pub-fix

Conversation

@alvinashcraft

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the Morning Dew NextGen publish/import command in the Dev Feed Curator VS Code extension by avoiding vscode.tasks/ShellExecution (which can fail to launch in an empty workspace) and instead running the PowerShell import script directly while capturing output in a dedicated Output Channel.

Changes:

  • Replace vscode.tasks-based execution with child_process.spawn('pwsh', ...) and stream stdout/stderr into an Output Channel.
  • Add a new changelog entry documenting the fix.
  • Bump extension version to 3.10.5.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
src/extension.ts Switches Morning Dew NextGen import execution to spawn() and logs output to a dedicated Output Channel.
package.json Version bump to 3.10.5.
CHANGELOG.md Documents the Morning Dew NextGen import execution fix.

Comment thread CHANGELOG.md
@alvinashcraft
alvinashcraft merged commit ffac5e2 into main Jun 3, 2026
1 check passed
@alvinashcraft
alvinashcraft deleted the alvinashcraft/main-pub-fix branch June 3, 2026 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants