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

Commit

Permalink
release v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
justjavac committed Apr 19, 2019
1 parent 34b8c96 commit a994eb9
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 324 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-deno-plugin",
"version": "1.2.1",
"version": "1.2.2",
"description": "Deno language service plugin for TypeScript",
"main": "out/index.js",
"scripts": {
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"mock-require": "^3.0.3",
"request": "^2.88.0"
"vscode-languageserver": "^5.2.1"
},
"devDependencies": {
"@types/mock-require": "^2.0.0",
Expand Down
6 changes: 5 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,11 @@ export = function init({ typescript }: { typescript: typeof ts_module }) {
};

return info.languageService;
}
},

onConfigurationChanged(config: any) {
logger.info(`onConfigurationChanged: ${JSON.stringify(config)}`)
},
};
};

Expand Down
Loading

0 comments on commit a994eb9

Please sign in to comment.