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

Typescript Intellisense not update with types defined in new ts file #1091

Closed
mortyccp opened this issue Feb 14, 2019 · 1 comment
Closed

Comments

@mortyccp
Copy link

fileEvents: vscode.workspace.createFileSystemWatcher('{**/*.js,**/*.ts}', true, false, true)

The watcher ignores the create event so new ts file don't trigger update. I think we should not ignores create and delete events.

@octref
Copy link
Member

octref commented Mar 14, 2019

Thanks. Fixed.

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

No branches or pull requests

2 participants