fix: enable markdown in completion details
parent
3e047efd34
commit
12ff291428
|
@ -32,7 +32,10 @@ export class JSONWorker {
|
|||
return resolvePath(base, relativePath);
|
||||
}
|
||||
},
|
||||
schemaRequestService: createData.enableSchemaRequest ? defaultSchemaRequestService : undefined
|
||||
schemaRequestService: createData.enableSchemaRequest
|
||||
? defaultSchemaRequestService
|
||||
: undefined,
|
||||
clientCapabilities: jsonService.ClientCapabilities.LATEST
|
||||
});
|
||||
this._languageService.configure(this._languageSettings);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue