-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Experimental Decorator error even after specifying in tsconfig.json #8751
Comments
This works for me using the latest 0.10.6 build. See attached screen shot: @rajeevkumarsharma pls ping me if you can reproduce using 0.10.6. Steps would be helpful as well. |
From @rajeevkumarsharma on January 7, 2016 6:43 Hi Dirk, It still persist with 0.10.6 on Linux. Here are some screenshots attacked. Thanks |
Duplicates #1740 |
Closing |
From @AdamWillden on May 20, 2016 14:48 I also get the same issue but it is inconsistent (1.1.1 Windows) |
From @mosho1 on May 22, 2016 10:58 +1, (1.1.1 on windows 10) |
Moving to TS team since it still shows up on 1.1.1 which uses 1.8.9 (tsserver) |
From these snapshots, looks like the file you are getting the error in is not part of the tsconfig.json file.
At this point i do not have much details to piece together a repro. please provide a project i can use to reproduce the issue. |
try with this configuration
I've played a lot with different versions of config, no luck |
@dbaeumer I've tried to change
I've used
No luck, are you sure that this issue is related to |
From the screen shots, the file that is showing the errors is |
@mhegazy https://github.com/serhiiso/vscode-test try this one |
Thanks. i see the issue now. the problem is in your tsconfig.json there is a missing file. Removing the missing file from tsconfig.json, should resolve the issue, or updating to the latest nightly, see https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Nightly%20Builds.md#visual-studio-code |
Closing in favor of #8334 |
That doesn't make sense, VSCode should read tsconfig and enable all specified options, It shouldn't be related to the project files. |
it is not about VSCode. this is coming from the ts side of things. The server tries to load the config file. before #8504, if a file was not found, it failed to read the config file, which was a bug. the bug should be fixed in the latest nighties, and it should work now. |
From @rajeevkumarsharma on January 1, 2016 15:7
It still show error on decorator class
Copied from original issue: microsoft/vscode#1730
The text was updated successfully, but these errors were encountered: