New Post: Integrate build tasks into MsBuild
Ok, first option discarded. What about the second one (git submodule)?
View ArticleCommented Issue: Changes to Property.Build Actions are not recognized in the...
Changes to the Build Actions in the property grid are not recognized in the typescript editor. Try to go back and forth with Content and TypeScriptCompile. To repro:- add a dts file (eg. Azure.d.ts) to...
View ArticleCommented Issue: Changes to Property.Build Actions are not recognized in the...
Changes to the Build Actions in the property grid are not recognized in the typescript editor. Try to go back and forth with Content and TypeScriptCompile. To repro:- add a dts file (eg. Azure.d.ts) to...
View ArticleClosed Issue: Changes to Property.Build Actions are not recognized in the...
Changes to the Build Actions in the property grid are not recognized in the typescript editor. Try to go back and forth with Content and TypeScriptCompile. To repro:- add a dts file (eg. Azure.d.ts) to...
View ArticleEdited Issue: Changes to Property.Build Actions are not recognized in the...
Changes to the Build Actions in the property grid are not recognized in the typescript editor. Try to go back and forth with Content and TypeScriptCompile. To repro:- add a dts file (eg. Azure.d.ts) to...
View ArticleCommented Issue: Cannot set as startup project a file that was just renamed...
Here's the context in which it happened:I created a new express 4 project using global express install from command line.That creates a project where the "startup" file should be `bin/www` (no...
View ArticleNew Post: Integrate build tasks into MsBuild
I actually think that we should revisit NuGet. When we last tried it, we didn't have any definitive scenario for it that wouldn't be covered by any other system. Now we have one. MSBuild tasks and such...
View ArticleCommented Feature: Debugging does not work with child processes [1220]
When I spawn a "child_process" or use the Node sample for clustering, I'm not able do debug those child_processes. The child_processes are not capable to communicate with each other also and...
View ArticleCreated Unassigned: TypeScript has issues with boolean arithmetic [1320]
HiThe TypeScript error checker seems to trip up on boolean arithmetic when the booleans are implicitly coerced into being numbers: egif (true + true + false) ...This construction is okay with the...
View ArticleCommented Unassigned: Can I remove Microsoft.NodejsTools.targets from my...
My project "compiles" and runs without issue when I remove the following line from my njsproj file:```xml<Import Project="$(VSToolsPath)\Node.js Tools\Microsoft.NodejsTools.targets" />```Inside...
View ArticleEdited Unassigned: TypeScript has issues with boolean arithmetic [1320]
HiThe TypeScript error checker seems to trip up on boolean arithmetic when the booleans are implicitly coerced into being numbers: eg```if (true + true + false) ...```This construction is okay with the...
View ArticleEdited Unassigned: TypeScript has issues with boolean arithmetic [1320]
HiThe TypeScript error checker seems to trip up on boolean arithmetic when the booleans are implicitly coerced into being numbers: eg```if (true + true + false > 2) ...```This construction is okay...
View ArticleCommented Unassigned: Can't publish to filesystem [841]
The VS Publish option to publish on a local file system path does not work. It throws and error since there is no web.config file, and when I created one it does not copy anything to the output...
View ArticleCommented Unassigned: typeing . after require( commits the session [1151]
instead of displaying the relative files in the required modules list typing . commits the session if the user haven't typed ' or "Comments: Don't you think that using '.' as a normal character would...
View ArticleCommented Unassigned: Can't publish to filesystem [841]
The VS Publish option to publish on a local file system path does not work. It throws and error since there is no web.config file, and when I created one it does not copy anything to the output...
View ArticleCommented Unassigned: typeing . after require( commits the session [1151]
instead of displaying the relative files in the required modules list typing . commits the session if the user haven't typed ' or "Comments: We inadvertently set ourselves up here by starting...
View ArticleNew Post: Unhandled exception crashes VS2013
Same here, with the same log. It happens, when you remove a breakpoint before should be hit (set two breakpoints, remove second on debug).
View ArticleCreated Issue: Unhandled exception crashes VS2013 [1321]
(from https://nodejstools.codeplex.com/discussions/554403)While testing latest NTVS version my vS2013 regularly crashes. It happens just before breakpoint should be hit. In beta 1 I got this crash...
View ArticleNew Post: Unhandled exception crashes VS2013
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleEdited Issue: VS crash (KeyNotFoundException) when removing a breakpoint when...
(from https://nodejstools.codeplex.com/discussions/554403)While testing latest NTVS version my vS2013 regularly crashes. It happens just before breakpoint should be hit. In beta 1 I got this crash...
View Article