Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autoStartBrowser starts the wrong url #580

Open
maxschmi opened this issue Jan 30, 2025 · 0 comments · May be fixed by #581
Open

autoStartBrowser starts the wrong url #580

maxschmi opened this issue Jan 30, 2025 · 0 comments · May be fixed by #581
Assignees
Labels
triage-needed Needs assignment to the proper sub-team

Comments

@maxschmi
Copy link

context

I have a django app and customized my djangoadmin runserver command to also start a vite debugging server for my frontend.
Therefor when starting my debugging server I get two url's in my stdout of djangoadmin runserver.

Problem

When I want to use the autoStartBrowser:true option of my debugpy setup to automatically start a browser, it starts the wrong URL. So my vite server-URL is started in the Browser instead of my django webpage.

Sugested solution

Add an additional setting to customize the startup URL. E.g.:

"autoStartBrowser": true,
"autoStartBrowserURL": "http://localhost:8000",
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Jan 30, 2025
@eleanorjboyd eleanorjboyd self-assigned this Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage-needed Needs assignment to the proper sub-team
Projects
None yet
2 participants