Skip to content

Commit

Permalink
Hover and definition support for option/extension literals
Browse files Browse the repository at this point in the history
  • Loading branch information
kralicky committed Jul 17, 2023
1 parent 3fd1cfb commit 9528d8b
Show file tree
Hide file tree
Showing 6 changed files with 575 additions and 135 deletions.
4 changes: 4 additions & 0 deletions editors/vscode/client/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ export function buildLanguageClient(
synchronize: {fileEvents: workspace.createFileSystemWatcher('**/*.proto')},
revealOutputChannelOn: RevealOutputChannelOn.Never,
outputChannel: vscode.window.createOutputChannel('Protobuf Language Server'),
markdown: {
isTrusted: true,
supportHtml: true,
}
} as LanguageClientOptions,
);
return c;
Expand Down
Loading

0 comments on commit 9528d8b

Please sign in to comment.