Dan Rose
Dan Rose
> The ideal solution is implement `ignorePatterns`, but I don't see any problems with `"parser": "ignore"` `ignorePatterns` is necessary for eslint because you can have multiple rulesets and need a...
@fisker could you please take a look at this and let me know either (1) what I need to to do in order to move this PR forward or (2)...
The decision to *not* do `ignorePatterns` was on purpose, as it's confusing. If I specify both `ignorePatterns` and a matching pattern with options for some files, it's not clear which...
> What do you think we add support for `ignore: boolean` to `overrides`? #15322 I don’t quite understand the why. It seems like “ignore” is mutually exclusive with a choice...
I’m rather fond of `parser: ignore` because 1) it’s more discoverable/searchable 2) it’s less magical (even if we were to admit a `false` literal in the config file, I’d probably...
@fisker What needs to happen to get this merged in?
Merged in master, freshened up the description. @fisker, @sosukesuzuki Could we please get this merged in?
@NetOpWibby > I'm still getting red squiggles on that version. Deno is off by default. I had to add `"deno": { "enable": true }` to my [global settings](https://zed.dev/docs/configuring-zed#global-settings). Adding it...
> Okay I have that working but now I'm getting these errors for valid code. My `import_map.json` sets up these import paths. You probably need to [add that to your...
@igorbrasileiro your setup works for me. You *do* have to quit and restart Zed after enabling Deno. Or run the "workspace: restart" command. The "editor: restart language server" command does...