volar-service-json
Volar plugin for vscode-json-languageservice.
Installation
npm install volar-service-jsonUsage
volar.config.js
module.exports = {
services: [
require('volar-service-json').create(),
],
};Integrate vscode-json-languageservice into Volar
Volar plugin for vscode-json-languageservice.
npm install volar-service-jsonvolar.config.js
module.exports = {
services: [
require('volar-service-json').create(),
],
};@volar/typescriptinitialIndentLevel option for accurate embedded code formatting #75volar-service-tsconfig packagevolar-service-pretty-ts-errors packagedocumentSelector / *DocumentSelector option.isFormattingEnabled option.postcss language. If necessary, you can configure scssDocumentSelector: ['scss', 'postcss'] option.onDidChangeCustomData option instead of inject 'html/updateCustomData' key.ClientCapabilities.textDocument.foldingRange optionvalidate.enable config not working for semantic checkautoClosingTags not working at first linegetScript() result in semantic features #73ReferenceContext #65getPrettier option #68*.suggest.enabled, *.validate.enable config options not working (https://github.com/volarjs/services/commit/6f13b47fc01e9999f6fa46023f80225957f421f8)volar-service-eslint, volar-service-tslint has been deprecated #72