sfavazza

Results 5 issues of sfavazza

Hello, I wanted to create a function to add files to a perspective, only if belonging to a project or a list of projects. I thought that the best way...

## Expected behavior When editing a project `.dir-locals.el` (e.g. updating `projectile-project-[install|test|run|etc..]-cmd`) the `projectile-*-cmd-map` should be updated such that the first prompt on next invocation should be the latest from `.dir-locals.el`....

Hello! Despite reading over and over the official documentation, I had no doubt that `tasks.json` file was not supported by dap-mode. Though by chance I saw the `preLaunchTask` keyword in...

This is a fix for a bug I erroneously introduces in PR #754 . The function `dap--buffers-w-breakpoints` was returning a list of files names instead of a list of buffers....

Assuming a multi-language project. Is it possible to define multiple language-servers within a `.lsp-docker.yml` file? The same goes for the debug servers, is it possible to define multiple?