diff options
author | Dirk Jonker <dirkjonker@gmail.com> | 2022-09-11 03:57:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-11 10:57:03 +0900 |
commit | 1458b8749c28b607ee5b3112a9ef1dbfacb10578 (patch) | |
tree | c6cc2f65330a671a5ce86cb64e42387393811a65 /supported-tools.md | |
parent | a51fd9dababe43d239b8bdc1c10ac1f5397d6739 (diff) | |
download | ale-1458b8749c28b607ee5b3112a9ef1dbfacb10578.zip |
Deno: find project root using deno.json/deno.jsonc (#4306)
Deno LSP automatically detects config files named deno.json or
deno.jsonc since version 1.18.
For Deno 1.18+ this means that ALE no longer needs to resolve the
project root. However, removing the project root logic from ALE means
breaking changes for people that are still using an older version.
Adding deno.json to the list of looking files to look for will keep the
behavior consistent and compatible with the Deno config file naming
convention.
See also:
https://deno.com/blog/v1.18#auto-discovery-of-the-config-file
Diffstat (limited to 'supported-tools.md')
0 files changed, 0 insertions, 0 deletions