[code-server] Create a global launch.json template #76
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
VSCode (code-server) has support for creating global workspace
launch.jsonfiles which could be worth investigating.While my usual [Xdebug] setup is no more than a simple
pathMappingsto the right directory, using this global config, we could perhaps get rid of some of the more annoying hiccups that we run into now and then when using VSCode's exception catcher. The PHP Debug extension has a few launch.json options that could be used to set up our Xdebug config once and for all (and other languages in the future). Excluding/vendorand everything in/var/www/toolswould be very helpful.Related SO post
Another thought if we can't get this to work the way we want it to could be to set up a global usersnippet for the launch configs we wish to pre-define some settings for. We could probably track a new snippet file which contains all of our launch configurations.