Skip to content

Commit

Permalink
feat: allow links in markdown hovers (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellebore authored Jan 23, 2025
1 parent bc0ae0b commit b3ae610
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ function createLangServer(): LanguageClient {
};

const clientOptions: LanguageClientOptions = {
markdown: {
isTrusted: true,
},
diagnosticCollectionName: "sourcery",
documentSelector: [
{ language: "*", scheme: "file" },
Expand Down

0 comments on commit b3ae610

Please sign in to comment.