aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/client.ts
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/src/client.ts')
-rw-r--r--editors/code/src/client.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/client.ts b/editors/code/src/client.ts
index 9df670283..f2094b5ce 100644
--- a/editors/code/src/client.ts
+++ b/editors/code/src/client.ts
@@ -66,7 +66,7 @@ export function createClient(serverPath: string, cwd: string): lc.LanguageClient
66 // Workaround to support command links (trusted vscode.MarkdownString) in hovers 66 // Workaround to support command links (trusted vscode.MarkdownString) in hovers
67 // https://github.com/microsoft/vscode/issues/33577 67 // https://github.com/microsoft/vscode/issues/33577
68 hover.contents = hover.contents.map(toTrusted); 68 hover.contents = hover.contents.map(toTrusted);
69 69
70 const actions = (<any>result).actions; 70 const actions = (<any>result).actions;
71 if (actions) { 71 if (actions) {
72 hover.contents.push(renderHoverActions(actions)); 72 hover.contents.push(renderHoverActions(actions));