Skip to content

fix(sdk): escape backslashes in launchSettings.json generation#26

Merged
CalvinAllen merged 1 commit into
mainfrom
fix/sdk/launchsettings-backslash-escape
Jan 5, 2026
Merged

fix(sdk): escape backslashes in launchSettings.json generation#26
CalvinAllen merged 1 commit into
mainfrom
fix/sdk/launchsettings-backslash-escape

Conversation

@CalvinAllen

Copy link
Copy Markdown
Contributor

Summary

  • Escape backslashes in $(DevEnvDir) path when generating launchSettings.json to produce valid JSON
  • Rename launch profile from "Start Experimental Instance" to "Debug Extension"

Closes #25

- Escape backslashes in DevEnvDir path for valid JSON output
- Rename launch profile to 'Debug Extension'

Closes #25
@CalvinAllen CalvinAllen merged commit 43e9c23 into main Jan 5, 2026
3 checks passed
@CalvinAllen CalvinAllen deleted the fix/sdk/launchsettings-backslash-escape branch January 5, 2026 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

fix(sdk): launchSettings.json has unescaped backslashes in DevEnvDir path

1 participant