Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用语言突出显示,但我不想使用语法验证。
我有一个不同的验证服务器,所以我不想在编辑器上显示错误下划线。
JSON 示例:
monaco.languages.json.jsonDefaults.setDiagnosticsOptions({ validate: false });