Created Issue: Azure remote debugging error on Windows 7 [754]
When you try to debug attach to a web socket address on Windows 7, you'll see this error message:```---------------------------Microsoft Visual Studio---------------------------Unable to connect to...
View ArticleEdited Issue: Azure remote debugging error on Windows 7 [754]
When you try to debug attach to a web socket address on Windows 7, you'll see this error message:```---------------------------Microsoft Visual Studio---------------------------Unable to connect to...
View ArticleCreated Issue: Go to definition available on 2012 [755]
This is showing up on 2012 for .js files. We need to shut it down until the feature is available.
View ArticleCreated Issue: F5 on worker role project running in emulator doesn't attach...
1. Create a new worker role project.2. Set Cloud project as startup and press F5.3. Try setting breakpoints in startup.js - it doesn't work4. Look at the output window - it attached to a process named...
View ArticleCreated Issue: npm fails to parse package.json [757]
VS 2012 RTM can't parse valid package.json files.```{"name": "azure","author": "Microsoft Corporation","contributors": ["Block, Glenn <gblock@microsoft.com>","Cowlishaw, Mark...
View ArticleCommented Issue: VS Crash on F5 TypeScript console app [745]
Web Express 2013Debug build CL1197433 (the changeset which introduced changes to debugging console app)I couldn't repro again. VM was extremely slow at the time when this happened.Create new TypeScript...
View ArticleCreated Issue: npm UI leaking threads [758]
Each time the npm UI is used it creates a new worker thread. This thread is never closed and so we keep leaking.(This may be related to VS thinking a modal dialog is still open when you try to exit.)
View ArticleCreated Issue: warn about max_path limits early on [759]
make sure we warn users about the dumb max_path limit on windows in any way possible.1. msbuild warning2. videos3. docs
View ArticleNew Post: Press any key to continue...
I was just looking for an excuse to make something, I'm not worried :)
View ArticleCommented Issue: Publish to cloud service didn't use web.cloud.config [479]
I changed the startup file to be wrong in web.config, but kept it correct in web.cloud.config. Then publish to cloud service. Site doesn't work. I remote connect to the azure machine and noticed that...
View ArticleCommented Issue: Publish to cloud service didn't use web.cloud.config [479]
I changed the startup file to be wrong in web.config, but kept it correct in web.cloud.config. Then publish to cloud service. Site doesn't work. I remote connect to the azure machine and noticed that...
View ArticleNew Post: NPM Proxy
try this npm config set proxy "http://domain\username:password@servername:port/"
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 ArticleCommented Issue: VS crashes / runs out of memory when Javascript language...
Hi,Just updated to the recent dev build.There seems to be a serious bug with the JavaScript language service which happens every few minutes on my machine I think is related to the javascript...
View ArticleCommented Feature: iisnode integration [170]
F5/Ctrl-F5 for launch, debugging, profilingMore details can be seen here:https://github.com/tjanczuk/iisnode/wikiComments: iisnode provides debugging facilities by using...
View ArticleEdited Feature: Debug node.js without stopping server [219]
In the nodejs development world, it becomes a hassle to always restart the server after you modify code. It is a pain to do every time.There are a few community projects that solves this problem with...
View ArticleCommented Feature: Nodemon Support [545]
I was playing with NTVS last night and was really impressed. However, when I start with/without debugging I have to close the window and restart when I make any changes to the application files. It...
View ArticleEdited Feature: Nodemon Support [545]
I was playing with NTVS last night and was really impressed. However, when I start with/without debugging I have to close the window and restart when I make any changes to the application files. It...
View ArticleCommented Feature: Create a special editor for package.json [103]
We should create an experience around the package.json file. Things we could do:We should display under it the packages you reference as nodes in a tree.We should allow you to directly edit the file...
View ArticleEdited Issue: Too long debugger start time in the Web project [654]
According to extended debugging logs after breakpoints binding (17:57:36.1864938) debugger work resumes with a continue command only after 10 sec (17:57:45.1230387):```[17:57:34.1333922] NodeEngine...
View Article