-
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 shouldn't assume that OSX file system in case insensitive #8139
Comments
@zhengbli aren't you already looking into this for other issues related to watchers? |
This should be fixed by #7658, which was merged in master. |
Tried to use Is it possible to test your fix? |
it seems that |
@otbe currently you can test by editing your test project directly in vscode, with the nightly build of typescript. |
@zhengbli |
If you mean using it with VSCode, you could edit your settings file via
for example
|
Works as expected. |
TypeScript Version:
1.8.9
The tsserver code assumes that OSX file systems are always run case insensitive. However this is not the case. When the tsserver is used on a case sensitive file system code assist and other features stop working do to file lookup misses. For all the details please see:
microsoft/vscode#5161 (comment)
The text was updated successfully, but these errors were encountered: