New Post: Project as blacklist manifest
I was wondering if it could be possible to have the project use blacklisting behavior rather than whitelisting behavior in its manifest. Our team is switching back and forth between Visual Studio and...
View ArticleCreated Issue: Context menu to enable C++ View and Python View nodes doesn't...
... when debugging in mixed mode.
View ArticleNew Post: Keeping the console window open after running with F5
How can I get the console window that starts up when I start the program with F5 (or Ctrl+F5) to stay open after my program completes? Thanks for this incredible tool.
View ArticleCommented Issue: npm Package manager fails to retrieve published package list...
Sometimes, when I right click npm and select "Manage npm Modules", the package manages says "Loading published package list", but it comes back empty. See screenshot here:...
View ArticleSource code checked in, #4d17131ead6efbbd3109f7d872e1b697eb5f83aa
#1321 VS crash (KeyNotFoundException) when removing a breakpoint When hitting a previously unbound breakpoint, do not try to rebind it if it has already been deleted.
View ArticleEdited Issue: npm manager should only return valid search matches [1292]
Currently we return results which may or many not match. We should only return those entries which we deem to match````example searchr: 123456781234```
View ArticleSource code checked in, #cb1033599b42cf4d1be6cc10b858442031f116ef
Removes EncodedLocation which was a wrapper around node and switches to using EncodedSpan's which store the offset/length directly
View ArticleSource code checked in, #4e76d5425e195fe624fecbed1471012702599778
#1365 Breakpoints inside functions don't work when attaching Fix fuzzy (filesystem-walking) filename matcher that is used for remote debugging such that it doesn't produce false matches for modules...
View ArticleSource code checked in, #49f7d9945b70ad3986a377337d2d31a8c62893bf
- added logging to npm catalogue command - fixed npm output pane not being created bug
View ArticleSource code checked in, #bf21fbf52b7d8d89533fa647701869be86e83097
#809 Property values are shown in bold Property values on a project item were bold. C# has them never bolded and this behavior is now replicated in PTVS and NTVS with this change.
View ArticleSource code checked in, #4c221502bf56b8e0a1b2dba6f05fe80ccd668e56
#1292 npm manager should only return valid search matches - always set filtered list, even if empty - no results text in listview - no package selected text to replace package details - added...
View ArticleSource code checked in, #4a2c23acc08de81beedd2132d310d21df4b22344
#1077 no completions on buffer instance Define ClassBuiltinFunctionValue which returns the value whether it's constructed or called. Parse signatures and offer signature help for the class as well....
View ArticleSource code checked in, #f3b96b794991a7dd26c24cd7dfc7ef00c506f6c3
#1193 Need to specialize array.push Adds specializations for array.push, pop, and slice and index assignment. Fixes array indexing - we were trying to get an integer constant value which will never...
View ArticleSource code checked in, #e5bb778f6e4f07725fda72b9022782d8311425dc
949 bool is unknown type Override Description so we display boolean 1307 Missing completions for Date Add missing methods, also add signatures for ctor function 1082 path module functions don't have...
View ArticleSource code checked in, #26f5b537afdaacecc10d105ce35e475ac43ae8f0
Temporary fix for unhandled exception
View ArticleSource code checked in, #4e86edaadcc97f898490d77366811c00f742999b
Removes previous hack, moves getting the snapshot onto the UI thread.
View ArticleReleased: Latest dev build (Sep 08, 2014)
An intermediate release with the latest changes and bug fixes.
View ArticleUpdated Release: Latest dev build (Sep 08, 2014)
An intermediate release with the latest changes and bug fixes.
View ArticleCreated Unassigned: NPM UI Errors out with out-of-memory [1382]
Hi,VS Version: Ultimate update 3NTVS: 5-Sep-2014 (Latest dev build)Downloaded 46MB of the package listDownloaded 47MB of the package listDownloaded 48MB of the package listDownload completeReading...
View ArticleCommented Unassigned: Brace Highlighting no longer works in editor [1381]
If I edit a Node javascript file, then the brace highlighting no longer works. If I edit a clientside javascript file, then the brace highlighting works.Comments: What version of Node.js Tools are you...
View Article