vscode-elixir-ls
vscode-elixir-ls copied to clipboard
Elixir language support and debugger for VS Code, powered by ElixirLS.
### Is this the right repo? I believe this is the right repo, as the issue, as the issue I'm observing is related to syntax highlighting in VSCode. ### Environment...
The action `HaaLeo/publish-vscode-extension@v1` supports `preRelease` flag but marketplace won't accept the version. ``` Error: Error: The VS Marketplace doesn't support prerelease versions: '0.15.0-rc.3' ``` https://github.com/microsoft/vscode-vsce/issues/148 https://github.com/microsoft/vscode/issues/15756 https://github.com/microsoft/vsmarketplace/issues/310 https://github.com/microsoft/vsmarketplace/issues/50 This blog...
### Environment * Elixir & Erlang versions (elixir --version): 1.13.4 * Elixir Language Server version: v0.11.0 * Operating system: macOS 12.4 * Editor or IDE name (e.g. Emacs/VSCode): VSCode *...
You can see that VSCode tokenizes `@spec` as `variable.other.readwrite.module.elixir`. There is no specific tokenization rule for typespecs, therefore no way to create a local override. This PR attempted to fix...
It should be possible to add ``` const runProfile = controller.createRunProfile( "Coverage", vscode.TestRunProfileKind.Coverage, (request, token) => { ... } ); ``` Depends on https://github.com/elixir-lsp/vscode-elixir-ls/issues/306
I was working on the Tesla package and went to sleep. When I resumed work, I noticed that my computer was almost unresponsive. The extension had consumed all available RAM...
As you can see on the print attached, it seems to me the wrong rule it's being applied to `__MODULE__` macro (but all the others too) when there's a function...
Hey guys, I need the operator `&` to have specific name, for code highlighting customizations. Is this the best way to do this? If everything is fine I'd appreciate to...