You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
vmArgs field in the launch.json file is not parsed or used.
Emacs 29.1 + latest doom emacs
To Reproduce
using a launch.json file that works in vscode to launch a spring boot app. The vmArgs field is used to set the config location. If this field is not set the app can't start.
Describe the bug
vmArgs field in the launch.json file is not parsed or used.
Emacs 29.1 + latest doom emacs
To Reproduce
using a launch.json file that works in vscode to launch a spring boot app. The vmArgs field is used to set the config location. If this field is not set the app can't start.
Case 1, not working, I used this file :
output in lsp-log buffer, vmArgs is null :
If instead, I put the config line in the args, like in the modified launch.json file below then it works, the app starts :
logs from lsp-log buffer, args is set :
I also tried to fill args AND vmArgs in the json file and the output in the lsp-log is same as above : args is filled but vmArgs is null.
The text was updated successfully, but these errors were encountered: