mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-06-26 06:14:39 +00:00
Fix: ts-error-translator renamed auto_override_publish_diagnostics
Changed deprecated auto_override_publish_diagnostics to auto_attach Fixes error: ts-error-translator: auto_override_publish_diagnostics is deprecated, use auto_attach instead
This commit is contained in:
parent
d55e51c3f7
commit
528b520663
2 changed files with 6 additions and 1 deletions
|
|
@ -631,4 +631,9 @@ https://github.com/gorbit99/codewindow.nvim
|
||||||
- Add `prettier` and `prettierd` as supported formatters to
|
- Add `prettier` and `prettierd` as supported formatters to
|
||||||
`vim.languages.json`.
|
`vim.languages.json`.
|
||||||
|
|
||||||
|
[BrockoliniMorgan](https://github.com/BrockoliniMorgan)
|
||||||
|
|
||||||
|
- Renamed
|
||||||
|
`languages.typescript.extensions.ts-error-translator.auto_override_publish_diagnostics`
|
||||||
|
|
||||||
<!-- vim: set textwidth=80: -->
|
<!-- vim: set textwidth=80: -->
|
||||||
|
|
|
||||||
|
|
@ -119,7 +119,7 @@ in {
|
||||||
|
|
||||||
setupOpts = mkPluginSetupOption "ts-error-translator" {
|
setupOpts = mkPluginSetupOption "ts-error-translator" {
|
||||||
# This is the default configuration behaviour.
|
# This is the default configuration behaviour.
|
||||||
auto_override_publish_diagnostics = mkOption {
|
auto_attach = mkOption {
|
||||||
description = "Automatically override the publish_diagnostics handler";
|
description = "Automatically override the publish_diagnostics handler";
|
||||||
type = bool;
|
type = bool;
|
||||||
default = true;
|
default = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue