We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm perfectly able to register the template manually by evaluating the snippet below. Yet I fail to set it automatically via .dir-locals.el.
.dir-locals.el
Loading python-mode requires ~2 seconds, due a couple of other bound services like pipenv and in particular lsp-mode.
pipenv
lsp-mode
So I tried replacing python-mode with lsp-mode, but to no avail.
;; .dir-locals.el (python-mode . ((eval . (progn ((dap-register-debug-template "foobar" ( list : type "python" : cwd "${workspaceFolder}" : module "pytest" : request "launch" : name "foobar")))))))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm perfectly able to register the template manually by evaluating the snippet below. Yet I fail to set it automatically via
.dir-locals.el
.Loading python-mode requires ~2 seconds, due a couple of other bound services like
pipenv
and in particularlsp-mode
.So I tried replacing python-mode with lsp-mode, but to no avail.
The text was updated successfully, but these errors were encountered: