Source code checked in, #a1cb641ce7a9bdf7fe240d3ae069bde1f9414a2b
Fixed npm tests, removed dead code
View ArticleSource code checked in, #647d13a1d5516a7898af353e22e024dae80fe647
fixed npm ui output (event handlers missing)
View ArticleSource code checked in, #0e8bd5ecf8835148c540f9cb76887b5b8ce61de7
Fixes a couple of dev build crashes: Handle disconnected proxies when doing AsUnion w/ a union of 2 Fix OAFolderItem.ProjectItems to have the previous behavior, it shouldn't be returning the parent...
View ArticleEdited Issue: TypeScript project crashes [1339]
Visual Studio 2013 Update 3Create any type of Node.js+TypeScript project.After project is created, VS crashes silently.
View ArticleSource code checked in, #fea62f347a67b67403d48fe62a0401ab576bdf2f
Replace IndexSpan's in nodes with EncodedSpan to cut size in half This isn't a huge savings in memory for the ASTs themselves (13MB out of 533MB when running against the top 99 packages) but is in...
View ArticleSource code checked in, #eb0cdfc8aa799360e3dc42a244080ae2cbd453a4
Merge branch 'grep' of https://git01.codeplex.com/forks/wangyugang/nodejs into WangYugang/NodeJS
View ArticleEdited Issue: Modal dialogs shouldn't display in task bar [938]
Our launch profiling, npm dialogs show in task bar, unlike the other VS dialogs (tools options, customize, extensions, etc). We should set our dialogs so that they follow that convention.
View ArticleEdited Issue: Inconsistent spelling of debugee/debuggee in RemoteDebug.js [813]
Example output, with 1 and 2 g's:```node: nodescriptToDebug: server.jspassThroughArgs:localClientPort: localhost:5859remoteServerPort: HUGUESMBP:5858startDebuggeeOnRemoteConnect:...
View ArticleEdited Issue: Wrong screenshots in new project dialog [798]
The screenshots for TypeScript projects show the reference to the d.ts file, which we don't generate anymore.Both screenshots for Node.js Express (not TypeScript) show code that doesn't match what we...
View ArticleEdited Issue: Can't do case change folder rename [844]
Create folder named Foo, F2, rename to foo, it fails
View ArticleSource code checked in, #27ecddc7ceea907ed4c0dc64bcef1d006853fbc4
938 Modal dialogs shouldn't display in task bar 813 Inconsistent spelling of debugee/debuggee in RemoteDebug.js 798 Wrong screenshots in new project dialog
View ArticleSource code checked in, #cb0f9997add1618a51a14220d30c7b909214c7cc
Fix stupid search and replace bug introduced at the last minute
View ArticleSource code checked in, #1abdf240ace2a4ee4939bc7b94d7114fb9b9508e
#844 Can't do case change folder rename Modified the project system to enable renaming of folders/directories when the only change is case. This required directly P/Invoking MoveFile as Directory.Move...
View ArticleClosed Issue: Can't do case change folder rename [844]
Create folder named Foo, F2, rename to foo, it fails
View ArticleCommented Feature: TFS online / Windows Azure Web Sites integration [535]
One might want to setup your workflow between TFS Online and Windows Azure Web Sites such that you deploy to TFS online and have TFS online deploy to Windows Azure Web Sites. You can do this with a C#...
View ArticleEdited Issue: TypeScript: File icon is different. [738]
Hi,I've attached an image that compares the file icon provide by TypeScript projects vs. NTVS for TypeScript files.It's confusing to have two different icons for the same file type.Please consider...
View ArticleEdited Issue: Labels to explain the installation location dropdown [718]
Its not clear what Standard means. We need to be explicit about what this dropdown does.
View ArticleClosed Issue: Old TypeScript versions [709]
We now require at least 1.0RC for intellisense to work properly. We should warn\block for anything older.
View ArticleEdited Issue: Can't create worker role project - Azure Tools not installed [700]
VS 2013, rolling debug build CL1190242I do NOT have the Azure Tools installed.Is there any way we can make it more obvious to the user as to what they need to do to fix this? They're probably not going...
View ArticleEdited Issue: Add existing item doesn't add to source control [621]
Create new Node.js console appRight click on project in solution explorer, Add Solution to Source ControlYou should see all items in solution explorer get a + icon overlayOutside of VS, create a...
View Article