Skip to content

Commit

Permalink
Fixes #43 - Enabled the extension for web
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed May 3, 2022
1 parent 6370c56 commit fb85b4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/cuddly-apes-love.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'ts-error-translator': patch
---

Enabled the extension for web
1 change: 1 addition & 0 deletions apps/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"onLanguage:typescriptreact"
],
"main": "./out/extension.js",
"browser": "./out/extension.js",
"keywords": [
"typescript"
],
Expand Down

1 comment on commit fb85b4f

@vercel
Copy link

@vercel vercel bot commented on fb85b4f May 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.