Commented Issue: Solution Explorer search box does not work [584]
When trying to use the Solution Explorer search box, no matching results are ever shown in VS 2013 (I don't know about earlier VS versions). It seems that project files are not being searched at...
View ArticleEdited Issue: Package manager UI issues at 200% DPI [596]
Steps to reproduce:1. Run at a high DPI (e.g. 200%). This is common for anyone using a high resolution display (such as a Retina MacBook).2. Open the package manager3. Result - see attached screenshot.
View ArticleCommented Issue: Package manager UI issues at 200% DPI [596]
Steps to reproduce:1. Run at a high DPI (e.g. 200%). This is common for anyone using a high resolution display (such as a Retina MacBook).2. Open the package manager3. Result - see attached...
View ArticleNew Post: getting error when debugging nodejs in visual studio 2013
The default setting is to break into the debugger whenever an exception is raised. It looks like that's what happened here. You should be able to continue execution at that point (it may break again at...
View ArticleCreated Unassigned: Make opening site from Azure seamless [597]
Currently creating a site from Azure and opening it in VS doesn't work very well. We should track down what we need to do to make this seamless. That might mean we need to add .njsproj's to Azure...
View ArticleNew Post: getting error when debugging nodejs in visual studio 2013
its single line of code console.log('hai node');
View ArticleCreated Unassigned: Support for one of the Razor-like view engines [598]
ASP.NET developers are familiar with the Razor View Engine and would be right at home with one of these view engines in the Express framework, instead of using the JADE view...
View ArticleEdited Issue: Error too vague in test output when Node.js isn't installed [591]
Make sure you don't have Node.js installedOpen the test explorer tool windowCreate New Node.js console appYou'll see an error on the status bar. Open the output window and you'll see:```------ Load...
View ArticleEdited Issue: Require intellisense doesn't reset filtering on backspace [413]
We should handle backspace and reset the filtering
View ArticleEdited Task: Problem 'installing' kerberos when trying to install mongoose [575]
Hi,I came across a problem reported here a couple of times concerning the installation of the kerberos package (used by mongoose) on Windows 8.1My workaround was to:- Install Python 2.7- Update the...
View ArticleCommented Issue: Cannot install Angular [573]
Attempting to install Angular using the NPM interface in VS 2013, however it consistently fails when attempting to install (or build?) Contextify, which I presume must be an Angular dependency. Have...
View ArticleEdited Issue: require: renaming a file causes it to disappear from require...
Create a new project, copy server.js to another file, rename it, attempt to do require intellisense - the renamed module is not listed in the completions for require.Adding a new item and renaming it...
View ArticleCommented Issue: require: renaming a file causes it to disappear from require...
Create a new project, copy server.js to another file, rename it, attempt to do require intellisense - the renamed module is not listed in the completions for require.Adding a new item and renaming it...
View ArticleEdited Issue: Intellisense Requiring Files [583]
I have a problem with intellisense not working when I require a file using path.resolve or join. This seems to kill the intellisense for everything Except core node objects. All local vars a missing....
View ArticleCommented Issue: Project property "Node.exe path": field too narrow [586]
I'm using "C:\Chocolatey\lib\nodist.0.3.12-beta\tools\nodist-master\bin\node.exe", a fact that I cannot see in the project properties since the field "Node.exe path" is too narrow.Neither can one scoll...
View ArticleEdited Issue: Project property "Node.exe path": field too narrow [586]
I'm using "C:\Chocolatey\lib\nodist.0.3.12-beta\tools\nodist-master\bin\node.exe", a fact that I cannot see in the project properties since the field "Node.exe path" is too narrow.Neither can one scoll...
View ArticleEdited Issue: NullReferenceException in interactive window [513]
VS2013 only.I was typing a for loop in the REPL while debugging:```for (var i = 0; i < 5; i++) { }```and I hit enter after typing the open brace (the close brace appeared automatically).I got a...
View ArticleEdited Issue: BasicProjectTests failures [357]
BasicProjectTests.ProjectConfiguration - brings down VS and the test runBasicProjectTests.TestAutomationProject - assertion failureBasicProjectTests.SaveProjectAs - save dialog doesn't go away
View ArticleCommented Issue: BasicProjectTests failures [357]
BasicProjectTests.ProjectConfiguration - brings down VS and the test runBasicProjectTests.TestAutomationProject - assertion failureBasicProjectTests.SaveProjectAs - save dialog doesn't go awayComments:...
View ArticleEdited Issue: UITests failures [360]
On VS2012:Something's wrong with the test data for these, they all get FileNotFoundException with the path to...
View Article