You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Despite this configuration, the sloppy-imports option does not take effect unless I include a deno.json file with the following content: { "unstable": ["sloppy-imports"] } in the root of my project.
This requirement is problematic for me since I use denols as the language server for all my TypeScript files, including those outside of Deno projects. Adding a deno.json file to non-Deno projects feels out of place.
Request
Could you either enable sloppy-imports by default or fix the issue where the configuration doesn’t pick it up? This change would greatly improve the usability of denols across various projects.
The text was updated successfully, but these errors were encountered:
Version: Deno 2.0.2
The configuration schema indicates that deno.unstable is a valid option that accepts an array of strings.
I have added it to my denols configuration in my
lspconfig.lu
a as follows:Despite this configuration, the
sloppy-imports
option does not take effect unless I include adeno.json
file with the following content:{ "unstable": ["sloppy-imports"] }
in the root of my project.This requirement is problematic for me since I use denols as the language server for all my TypeScript files, including those outside of Deno projects. Adding a deno.json file to non-Deno projects feels out of place.
Request
Could you either enable sloppy-imports by default or fix the issue where the configuration doesn’t pick it up? This change would greatly improve the usability of denols across various projects.
The text was updated successfully, but these errors were encountered: