sfavazza

Results 9 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`....

Stale

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?

I use spacemacs and in my configuration, both LSP-mode and Dockerfile mode are enabled when editing an image description file. **Issue**: when indenting a line (no matter the content), the...

I am not sure whether it is intended, but why persp-mode save buffers not baked by a physical file? In some layout files I see lines containing the following: `(def-buffer...

The setup I am working on features the entire toolchain in a container (both GDB & GDB-server). I wonder whether it is possible to configure a debug session via `launch.json`...

*steps to reproduce* - start a gdbserver on your machine - start a debug session with GDB connecting to gdbserver - once dap-mode kicks in from dap-hydra type `r` (restart...