gpt4 book ai didi

vim - 无法删除 leafgarland-vim TypeScript experimentalDecorator 警告

转载 作者:搜寻专家 更新时间:2023-10-30 20:56:33 24 4
gpt4 key购买 nike

我有 leafgarland-vim 插件已安装,当我保存我的 .ts 文件时,我总是收到此警告:

Screenshot of the warning inside VIM

我已经尝试将 let g:typescript_compiler_options="--experimentalDecorators" 添加到我的 ~/.vimrc 中,并且我还从 vim 内部输入了该命令, 在第一次输入“:”之后。我什至可以执行 :echo g:typescript_compiler_options 并返回 --experimentalDecorators。然而,每次我去保存时,我都会收到这个错误。

我怎样才能让这个错误消失? --experimentalDecorators 似乎没有完成它的工作。

编辑:我在 vim 中试过这个:
:let g:typescript_compiler_options = '--dnwejuidbnwejudbn'
并且代码仍在编译,并带有相同的警告。我认为 let g:typescript_compiler_options 实际上没有做任何事情。

编辑2: Apparently none of these settings actually do anything

编辑3:与此同时,这个 hack 摆脱了警告: enter image description here

最佳答案

我猜,但我认为您是从另一个插件(可能是 Syntastic)看到了这些警告。 Syntastic 使用自己的编译器设置。

你可以尝试在你的 vimrc 中添加类似这行的内容:

让 g:syntastic_typescript_tsc_args = "--experimentalDecorators"

有关详细信息,请参阅 :help syntastic-checker-options

关于vim - 无法删除 leafgarland-vim TypeScript experimentalDecorator 警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34347909/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com