Skip to content

Conversation

jakebailey
Copy link
Member

@jakebailey jakebailey commented May 30, 2025

Speeds up local dev and allows attaching when using this flow.

@Copilot Copilot AI review requested due to automatic review settings May 30, 2025 18:57
Copy link
Contributor

@Copilot Copilot AI left a comment

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 adds a new debug build task to speed up local development when launching the extension. The changes include:

  • Introducing a new npm script "build:watch:debug" in package.json that appends a debug flag to the build process.
  • Updating the VS Code tasks to use the new "build:watch:debug" script for improved debugging during local extension launches.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Added a new script "build:watch:debug" to enable debugging during local builds.
.vscode/tasks.json Updated the npm task to reference the new debug build script.
Comments suppressed due to low confidence (2)

package.json:25

  • Confirm that the underlying build command supports the '--debug' flag to avoid unexpected failures during the debug process.
"build:watch:debug": "hereby build:watch --debug",

.vscode/tasks.json:20

  • Ensure that switching to the debug script in the VS Code task configuration aligns with all extension launch requirements and documentation.
"script": "build:watch:debug",

@jakebailey jakebailey added this pull request to the merge queue May 30, 2025
Merged via the queue into main with commit e8d352c May 30, 2025
23 checks passed
@jakebailey jakebailey deleted the jabaile/watch-debug-mode branch May 30, 2025 21:42
zshannon pushed a commit to zshannon/typescript-go that referenced this pull request Oct 6, 2025
zshannon pushed a commit to zshannon/typescript-go that referenced this pull request Oct 6, 2025
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