Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Performance : TypeScript 2.3 language service proxy #2282

Closed
cyrilletuzi opened this issue Mar 1, 2017 · 2 comments
Closed

Performance : TypeScript 2.3 language service proxy #2282

cyrilletuzi opened this issue Mar 1, 2017 · 2 comments

Comments

@cyrilletuzi
Copy link

Bug Report

  • TSLint version: last
  • TypeScript version: 2.3
  • Running TSLint via: VSCode

Actual behavior

tslint uses its own TypeScript process, impacting performance.

Expected behavior

With TypeScript 2.3 language service proxy, already shipped in nightlys, tslint can use the main TypeScript process, with just this line in tsconfig.json :

{
  "compilerOptions": {
    "plugins": [{ "name": "tslint" }]
  }
}

There are already :

@ondrowan
Copy link

ondrowan commented Aug 21, 2017

Isn't angelozerr/tslint-language-service already doing this? The only thing I noticed that it doesn't do is outputting anything (along with compiler errors) when tsc runs, but I'm not sure if it's possible with these language service plugins.

@cyrilletuzi
Copy link
Author

Closing, as a new VS Code extension is coming for this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants