-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
TSServer 2.0.6 fails with filenames without an extension #11883
Comments
@dbaeumer I cannot repro it as-is by just creating file without extension and opening it. However in the log I can see that you also have config file |
The tsconfig.json is:
You can also clone: https://github.com/microsoft/vscode-extension-vscode |
@dbaeumer We've fixed the original issue in master however at this point
|
Should be fixed by #11922 in TS 2.1.2 |
@mhegazy could this be backported to 2.0.6. We ship 1.7.x this week and this is basically a regression for us. |
TypeScript Version: 2.0.6
Code
File bin\compile (note the file has no extension)
Opening the file and requesting a language feature (hover, code complete) results in an exception in the tsserver:
The text was updated successfully, but these errors were encountered: