vue-format icon indicating copy to clipboard operation
vue-format copied to clipboard

mac 下的快捷键被其它格式化占用?

Open killernova opened this issue 5 years ago • 0 comments

即使禁用该插件,command + ctrl + p 也会格式化,即使启用该插件,并写入配置文件到settings.json, 格式化时也不是按照配置文件来。比如我只需要格式化 html,但实际上也会格式化所有代码:"format_need": ["html"]

另外,该配置代码放在 json 文件的顶级目录下不会被识别,必须放到 "vetur.format.defaultFormatterOptions" 才能被识别,是这样的吗?

killernova avatar Jun 24 '20 10:06 killernova