Skip to content

Commit

Permalink
feat: recognise json(c) & markdown files (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
satyarohith committed May 20, 2021
1 parent 1fe0271 commit b0739b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@ export async function activate(
{ scheme: "deno", language: "javascriptreact" },
{ scheme: "deno", language: "typescript" },
{ scheme: "deno", language: "typescriptreact" },
{ scheme: "file", language: "json" },
{ scheme: "file", language: "jsonc" },
{ scheme: "file", language: "markdown" },
],
diagnosticCollectionName: "deno",
initializationOptions: getWorkspaceSettings(),
Expand Down

0 comments on commit b0739b0

Please sign in to comment.