File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,9 @@ export function activate(context: vscode.ExtensionContext) {
143
143
// Notify the server about file changes to '.clientrc files contained in the workspace
144
144
fileEvents : vscode . workspace . createFileSystemWatcher ( "**/.clientrc" ) ,
145
145
} ,
146
+ markdown : {
147
+ isTrusted : true
148
+ }
146
149
} ;
147
150
148
151
// Create the language client and start the client.
Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ connection.onHover(async (request: HoverParams) => {
483
483
// getting runtime import errors to remove this deprecation warning.
484
484
const contents = {
485
485
value : obj . hover ,
486
- language : "nushell" ,
486
+ kind : "markdown"
487
487
} ;
488
488
489
489
if ( obj . hover != "" ) {
You can’t perform that action at this time.
0 commit comments