Source code checked in, #1d489ddca90f24315d903163ee7c23c05e7eea1d
fix a couple of small merge issues
View ArticleCreated Issue: Avoid unnessecary COM call when Build service is shutdown [678]
We should avoid the COM call if get_BuildablePRojectCfg is null
View ArticleCreated Issue: Formatting service initialization issues [679]
The cctor is triggering the ctor before the guid is created. Switch to Lazy<T> pattern for this singleton
View ArticleSource code checked in, #a748c7ce79b6b7aeead490f09371a0a2822c4f55
#678 - Avoid unnessecary COM call when Build service is shutdown #679 - Formatting service initialization issues
View ArticleClosed Issue: Formatting service initialization issues [679]
The cctor is triggering the ctor before the guid is created. Switch to Lazy<T> pattern for this singletonComments:...
View ArticleEdited Issue: Formatting service initialization issues [679]
The cctor is triggering the ctor before the guid is created. Switch to Lazy<T> pattern for this singleton
View ArticleClosed Issue: Avoid unnessecary COM call when Build service is shutdown [678]
We should avoid the COM call if get_BuildablePRojectCfg is nullComments: https://nodejstools.codeplex.com/SourceControl/changeset/a748c7ce79b6b7aeead490f09371a0a2822c4f55
View ArticleEdited Feature: Add worker role project template [114]
Node.js supports both web and worker role, we should have ability to create worker role project.
View ArticleEdited Issue: Indentation messes with the editor [651]
Just downloaded the Node.js tools for VS 2012. Writing code is completely useless. I hit enter and the cursor goes 80-90 columns away. Each subsequent enter multiplies this effect. For each and every...
View ArticleCommented Issue: Indentation messes with the editor [651]
Just downloaded the Node.js tools for VS 2012. Writing code is completely useless. I hit enter and the cursor goes 80-90 columns away. Each subsequent enter multiplies this effect. For each and every...
View ArticleEdited Feature: Use performance hub on 2013 [296]
Currently we have our own window/entry point, we should use the performance hub.
View ArticleUpdated Wiki: Projects
ProjectsNode.js Tools allows you to create projects using the Visual Studio project system. Project files (.njsproj) reference all the source and content files associated with your project, showing...
View ArticleUpdated Wiki: NodeJSOnLinuxOnAzure
Debugging Node.js running on LinuxNode.js Tools for Visual Studio (NTVS) supports remote debugging of Node.js processes running on any OS (Windows, Linux, MacOS).This section describes setup steps...
View ArticleUpdated Wiki: Npm
npmNpm is Node's package manager and allows you to install packages for use in your Node apps. You can install packages from the publicnpm repository, as well as packages you've authored yourself.Node...
View ArticleUpdated Wiki: Documentation
Node.js Tools for Visual Studio DocumentationGetting StartedNTVS InstallationOverview video: https://www.youtube.com/watch?v=W_1_UqUDx2sFeatures in DepthIntelliSense and EditingDebuggingAdvanced...
View ArticleCommented Issue: Indentation messes with the editor [651]
Just downloaded the Node.js tools for VS 2012. Writing code is completely useless. I hit enter and the cursor goes 80-90 columns away. Each subsequent enter multiplies this effect. For each and every...
View ArticleSource code checked in, #b8402d514ead560fc00a217a1d5e80cd98ce9716
Adds support for Node.js worker roles - TypeScript & JavaScript Also a couple of small perf fixes for project load: Cache the caption, we spend a large amount of time recalculating this to compare...
View ArticleSource code checked in, #837729edcb1ce7799c5e317946a7c1aa60a790ca
Adds missing image in documentation page for projects
View ArticleSource code checked in, #ff83caf8aa653b2181c44a9f4f689d40a7410d82
Fix test issues We allow setting startup file on the underlying js file Need to specify a CoreCompile target to get build support
View ArticleSource code checked in, #ef00d76da46262194d96c980102a5e1dc1a6669e
#111 Option to keep console up before end of program Implements feature - adds options in general options page to enable exiting on normal/abnormal exit Adds check for both debug & non debug launch...
View Article