我正在使用 Prettier 以及 VS Code 中的插件
prettier-plugin-apex
来格式化 Salesforce 类和 Visual Force 页面等。
它在大多数情况下都有效(在保存时格式化我的文档),但现在一些(但不是全部)VF 页面(.page 文件)无法格式化并出现此错误:
[Error - 10:42:57 AM] Request textDocument/rangeFormatting failed.
Message: Request textDocument/rangeFormatting failed with message: js_source_text is not defined
Code: -32603
我已经搜索过这个错误,甚至只是搜索
Request textDocument/rangeFormatting failed with message: js_source_text is not defined
,但没有返回任何真正有用的东西。
确实很奇怪,它适用于某些文件而不适用于其他文件,即使它们具有相同的扩展名。
有什么想法以及如何解决这个问题吗?