-
Notifications
You must be signed in to change notification settings - Fork 44
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
[Bug] Unable to insert configuration into sublime-project file #189
Comments
Snippet insertion is not supported when not using a sublime-project at the moment |
That was with an active sublime project. |
change your sublime-project into this: {
"folders": [
{
"path": "."
},
],
"debugger_tasks": [
],
"debugger_configurations": [
],
}
|
Thanks @dongguaguaguagua I already did this as a workaround. However, Debugger should be able to insert snippets into sublime projects with missing |
Its supposed to add |
Debugger fails to add a configuration to a sublime project if the key
debugger_configurations
is not present.The text was updated successfully, but these errors were encountered: