-
-
Notifications
You must be signed in to change notification settings - Fork 250
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
Creating a x.js file crashes VS if x.ts exists #890
Comments
BTW, I can't reproduce this issue with Web Application, or Web Site project. Also, you didn't mentioned if its a regular website or a TypeScript website project? Either way, I can't reproduce the issue. Disable WE and try again. If its not related to WE, you cam report this issue in their repo https://typescript.codeplex.com/. @madskristensen, with regular WebSite project, in the |
I updated to latest nightly yesterday and I found no new internal, so I am guessing I am running the latest. About the stack trace, I wasn't really able to to get it. I did attach the one instance to the other, but all I got was this:
Did I do something wrong? |
That exception is already handled. VS crashing is caused by something else. Can you reproduce the same when WE is disabled/uninstalled? |
If I disable WE, the issue does not happen. |
Can you make example project and upload it somewhere? |
Here is the proj + site: https://www.dropbox.com/s/t9npascc6cniere/site.zip. Just add x.js |
No crash. |
I might as well be missing something. Here is a screen capture of the crashing and debugging instances. |
@joneff, I still can't reproduce this issue locally. See if #871 is related. Can you try this fix: |
This is from my event viewer. Not sure if it's helpful
|
This is duplicate of #871. Lets close this and track this issue there. |
* Uses Enterprise Library for "retry policy". * Routes all File IO read/write calls to helper. * Fixes CoffeeScript, SCSS and LESS compilation- related issues. * Fixes TypeScript crashing issues. * Fixes tests. * Other minor fixes. * Targeting madskristensen#871, madskristensen#887, madskristensen#890, madskristensen#897, madskristensen#868 & madskristensen#904.
* Uses Enterprise Library for "retry policy". * Routes all File IO read/write calls to helper. * Fixes CoffeeScript, SCSS and LESS compilation- related issues. * Fixes TypeScript crashing issues. * Fixes tests. * Other minor fixes. * Targeting madskristensen#871, madskristensen#887, madskristensen#890, madskristensen#897, madskristensen#868 & madskristensen#904.
Steps to produce
Previously, when I created x.ts file I would also get the x.js file as well. Using VS2013 U2 RC w/ WE latest.
This may be related to #878.
The text was updated successfully, but these errors were encountered: