-
Notifications
You must be signed in to change notification settings - Fork 204
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
filesGlob not working in 7.11.0 #732
Comments
Same here. |
I figured it out. It has to do with the new The docs suggest that it defaults to true, but it seems to be false by default right now. |
@patsissons thanks for reporting. Fixed : https://github.com/TypeStrong/atom-typescript/releases/tag/v7.11.1 🌹 |
great turn-around! |
Although I am still thankful to the original author for getting it done (which I was failing to do) 🌹 |
I thought it might just be my complex project that I was working in, but I created an ultra basic project and auto-created a
tsconfig.json
file to reproduce. no files section is created unfortunately.My sample environment:
/src/test.ts
is the only file (just contains'use strict';
)/src/tsconfig.json
createdfilesGlob
section looks like this:tried saving the
test.ts
, running sync ontest.ts
, savingtsconfig.json
, running sync ontsconfig.json
. The typescript panel shows thattest.ts
belongs to~src\tsconfig.json
and no issues are reported with either file.This is happening on Win10 with latest atom (
1.2.1
)any ideas on what might be wrong? I don't see anything in the dev console...
The text was updated successfully, but these errors were encountered: