Age | Commit message (Collapse) | Author |
|
* Adding support for haskell-ide-engine
* Work with the current directory if no stack.yaml file is found
* Added Cabal file detection, updated documentation and added tests
* Updated help
|
|
Support fixing YAML and HTML files with prettier for files without file extensions.
|
|
|
|
Show LSP diagnostic codes for `%code%` in message formats
|
|
|
|
|
|
fixes #1767
|
|
python: add lookup path for flake8 config
|
|
|
|
|
|
doc/rust: rust.vim distributed w/ Vim>=8.0.0501
|
|
contrib: Fix link to ale-development.txt
|
|
|
|
https://github.com/vim/vim/commit/3c2881dc1195f53ebafc387378399ddd6cb677a7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mark `vulture` as file linter
|
|
|
|
|
|
|
|
Providing cquery support for C files
|
|
Fix joker finding .joker file in project root
|
|
Add --working-dir option so joker can find a .joker file in the project root directory.
|
|
fired
|
|
|
|
set marks to add to jump list
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Work around hot-reloading issue again
|
|
When dializer isn't a dependency, mix dialyzer recompiles the whole
project because it's not possible to know if this command dialyzer exist
or not until recompilation is done. Then the timestamps of the project
is messed up which results in broken hot-loading. In this case, mix help
dialyzer would return zero which prevents compilation of the whole
project since dialyzer isn't installed, it's help manual doesn't exist.
When dialyzer is a dependency, mix dialyzer would just run the command.
In this case, mix help dialyzer would return 1 which allows mix dialyzer
to run.
|
|
|
|
|
|
|
|
|
|
|
|
|