Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code Helper attempts to index MPEG-TS files in project and eats 100% cpu #41439

Closed
jon-valliere opened this issue Jan 10, 2018 · 2 comments
Closed
Assignees
Labels
typescript Typescript support issues

Comments

@jon-valliere
Copy link

  • VSCode Version: 1.19.2
  • OS Version: 10.13.2

Steps to Reproduce:

  1. Add a MPEG-TS file (e.g. somefile.ts) outside of your normal code folder but somewhere in the project so it shows up in "Explorer" in VSC
  2. Look at your processes -- intellicode totally stops working and the process eats 100%

The TypeScript processor should be smart enough to be able to detect if the file is text or not.

@vscodebot vscodebot bot added the typescript Typescript support issues label Jan 10, 2018
@usernamehw
Copy link
Contributor

usernamehw commented Jan 10, 2018

I wonder if you can exclude media folder(or files) from tsconfig.json:

{
  // ...
  "exclude": [
    "media"
  ]
}

@mjbvz
Copy link
Collaborator

mjbvz commented Jan 11, 2018

This issue was moved to microsoft/TypeScript#21136

@mjbvz mjbvz closed this as completed Jan 11, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Feb 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
typescript Typescript support issues
Projects
None yet
Development

No branches or pull requests

3 participants