-
Notifications
You must be signed in to change notification settings - Fork 5.9k
arguments in launch.json not work in code-server #4362
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
Comments
I recently came across the same issue in my code-server (Version: 3.12.0 on Ubuntu 18.04). The lanch.json file seems doesn't work while debugging the Python code. The same problem also happened for this version when I tested the code-server on MacOS. But after I downgraded the code-server to Version 3.11.1, this issue was solved, which works for Linux and MacOS. |
same there, downgrade to v3.11.1 solved |
Encounter the same issue, please fix the error as it will impact the Python debugging as well |
same here with php debugging... launch.json seems to be ignored. As a workaround, instead of downgrading, i added the launch configuration directly in the server settings.json |
Hi. We are affected by an issue that might be related to this. In our case, it is not like the configuration values are not resolved, but it seems like that the entire configuration object is empty. It doesn't take into account the selected run configuration. |
Also, even when having multiple configurations in the launch.json file and no file selected, it asks the users which debug configuration they want to use, and suggests all installed debuggers, instead of the available ones |
We'll have to see if this is still an issue after upgrading VS Code in #4414 |
I also had to downgrade the python extension to about 1 yr old after downgrading to 3.11.1 |
@bbrendon have you tried in 4.0.0? |
@jsjoeio Negatory. I'm scared to try different versions because something new always breaks. |
:/ we're hoping to get things more stable with the next release. It's a major release so expect some breaking changes, but moving forward, it should get better. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no activity occurs in the next 5 days. |
OS/Web Information
code-server --version
: 3.12.0 b37ff28Steps to Reproduce
myargs
)the project above can be download on https://github.com/aiziyuer/code-server-debug-args.
Expected
the test program shoud output my args
myargs
Actual
Case 01: go run
Case 02: debug in vscode(remote ssh)
Case 03: debug in code-server
Logs
Screenshot
Notes
This issue can be reproduced in VS Code: Yes
The text was updated successfully, but these errors were encountered: