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
nvim-dap makes it possible to add a global launch.json in neovim config instead of project-level .vscode/launch.json, overseer supports .vscode/tasks.json, and it supports preLaunchTask, so I want to have a global tasks.json to make it work with the global launch.json, instead define a global launch.json and write a similar taksks.json for every project to use preLaunchTask.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
nvim-dap makes it possible to add a global
launch.json
in neovim config instead of project-level.vscode/launch.json
, overseer supports.vscode/tasks.json
, and it supportspreLaunchTask
, so I want to have a globaltasks.json
to make it work with the globallaunch.json
, instead define a globallaunch.json
and write a similartaksks.json
for every project to usepreLaunchTask
.Beta Was this translation helpful? Give feedback.
All reactions