Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
(fix) remove errors on files by type
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Selman <[email protected]>
  • Loading branch information
dselman committed Jun 26, 2019
1 parent 1272bd3 commit 09bf9c2
Show file tree
Hide file tree
Showing 7 changed files with 185 additions and 70 deletions.
6 changes: 5 additions & 1 deletion client/out/src/extension.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/out/src/extension.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"activationEvents": [
"onLanguage:ergo",
"onLanguage:concerto",
"onLanguage:ciceroTemplate"
"onLanguage:ciceroTemplate",
"onLanguage:plaintext"
],
"main": "./out/src/extension",
"contributes": {
Expand Down
112 changes: 81 additions & 31 deletions client/server/src/server.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 09bf9c2

Please sign in to comment.