Edited Issue: Debugging Cloud Service Project not working [1229]
If I want to debug an Cloud Service Project containing an Node.js app the compute emulator won't start. A warning window shows up with: Role instances are taking longer than expected to start.NTVS Dev...
View ArticleCreated Issue: requirejs member info missing [1235]
```jsvar requirejs = require('requirejs');requirejs.config````requirejs` is unknown type and no member completions are available.Furthermore, when hovering over requirejs, it says "exports from r.js"...
View ArticleCreated Issue: .dat files should be marked hidden earlier [1236]
At times we get the file in disk but fail to mark it hidden.
View ArticleCreated Issue: \r\n showing in some intellisense documentation [1237]
In http, I am seeing some \r\n in messages. one example is on 'createServer' where the message is the following"\r\nThe requestListener is a function...."They are escaping the \r\n in json (\\r\\n) so...
View ArticleCreated Issue: Package manager doesn't handle Unicode well [1238]
Look at the 'zalgo' package and see how it overlaps the next package in the list.
View ArticleCreated Issue: body-parser member info missing [1239]
```jsvar bodyParser = require('body-parser');bodyParser();bodyParser.json();````bodyParser` only displays members that are universal to all objects - no info when calling it or on `json`.It seems that...
View ArticleCreated Feature: open repl command from project node [1240]
would be nice to get a quick access to the REPL window from the project or npm node.
View ArticleCommented Feature: open repl command from project node [1240]
would be nice to get a quick access to the REPL window from the project or npm node.Comments: a link from the npm ui would be nice too.
View ArticleCreated Unassigned: colors package is missing colors [1241]
```jsvar colors = require('colors');console.log('foo'.zalgo);console.log('hello'.green); // outputs green textconsole.log('i like cake and pies'.underline.red) // outputs red underlined...
View ArticleEdited Issue: colors package is missing colors [1241]
```jsvar colors = require('colors');console.log('foo'.zalgo);console.log('hello'.green); // outputs green textconsole.log('i like cake and pies'.underline.red) // outputs red underlined...
View ArticleCommented Issue: Debugging Cloud Service Project not working [1229]
If I want to debug an Cloud Service Project containing an Node.js app the compute emulator won't start. A warning window shows up with: Role instances are taking longer than expected to start.NTVS Dev...
View ArticleCreated Issue: Build Action needs to be set correctly when adding dts files...
The Build Action needs to be set correctly when adding dts files into a Typescript project. Currently it's set as Content. It should be TypeScriptCompile. This is thru either Adding exiting files in...
View ArticleEdited Issue: Debugging Cloud Service Project not working [1229]
If I want to debug an Cloud Service Project containing an Node.js app the compute emulator won't start. A warning window shows up with: Role instances are taking longer than expected to start.NTVS Dev...
View ArticleCreated Issue: bower commands don't have argument info [1243]
```jsbower.commands.search('jquery', {}).on('end', function (results) { console.log(results);});```Triggering signature info for `search` shows it as `command(...)`. Ditto for other commands like...
View ArticleCreated Feature: TypeScript Web Site templates [1244]
We have New Web Site templates for JavaScript, but not for TypeScript.
View ArticleCreated 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: http-proxy member information missing [1234]
```jsvar httpProxy = require('http-proxy');var proxy = httpProxy.createProxyServer({});proxy.web```The type of `proxy` shows as "unknown type", and no members of it show up at all.It seems that this is...
View ArticleCreated Unassigned: exception w ' at end of line [1246]
type:var h = require('http-parser')'you get an exception...
View ArticleNew Post: A whole bunch of bug fixes on their way...
TypeScript is treated almost identical to JavaScript. The only difference is that at discovery time we switch from the .ts file to the underlying .js file. At the moment the best documentation is the...
View ArticleCreated Issue: Package.json not updated if opened while installing the npm...
Config:- Win8.1 w/ latest updates- VS2013 Ult Update 3 RC- NTVS build 20714.00Repro:- Create a blank JS web application- Install Express through the Install npm manager dialog- open package.json file...
View Article