author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
410,218
29.04.2017 00:56:48
25,200
b40d16eb8ca8ee3745cada58954803f7be0d3bb6
Ensure things close down correctly
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/TestFrameworks/ExportRunner/exportrunner.js", "new_path": "Nodejs/Product/Nodejs/TestFrameworks/ExportRunner/exportrunner.js", "diff": "@@ -107,5 +107,6 @@ var run_tests = function (testCases, callback) {\ntype: 'suite end',\nresult: resu...
C#
Apache License 2.0
microsoft/nodejstools
Ensure things close down correctly
410,217
20.04.2017 16:33:50
25,200
531ff5b820c47a3901f58f3b321eeb104f4028b6
Fix color contrast for blue theme
[ { "change_type": "MODIFY", "old_path": "Common/Product/ReplWindow/Repl/ReplOutputClassificationFormatDefinitions.cs", "new_path": "Common/Product/ReplWindow/Repl/ReplOutputClassificationFormatDefinitions.cs", "diff": "@@ -64,7 +64,7 @@ namespace Microsoft.NodejsTools.Repl\npublic InteractiveDarkGree...
C#
Apache License 2.0
microsoft/nodejstools
Fix color contrast for blue theme
410,218
01.05.2017 17:00:09
25,200
8ff40680a5914ce72bce4de7799347e4fec981aa
Minor fixes to test runners
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/TestFrameworks/Tape/tape.js", "new_path": "Nodejs/Product/Nodejs/TestFrameworks/Tape/tape.js", "diff": "@@ -112,7 +112,6 @@ function run_tests(testInfo, callback) {\n});\nharness.onFinish(function () {\n- // TODO: This still doesn't seem ...
C#
Apache License 2.0
microsoft/nodejstools
Minor fixes to test runners
410,204
03.05.2017 13:02:00
25,200
ee3f641cd1316f446c49392139befe7e71038315
Fixed path to the node debug adapter Fixed path to the node debug adapter
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "diff": "@@ -353,7 +353,7 @@ namespace Microsoft.NodejsTools.Project\nvar visualStudioInstallationInstanceID = setupConfiguration.Get...
C#
Apache License 2.0
microsoft/nodejstools
Fixed path to the node debug adapter Fixed path to the node debug adapter
410,224
03.05.2017 14:06:06
25,200
34b070f2ec4d9bd008906098868d583d8e835fc6
Changes to the parameters we pass to PineZorro, including the new install path for the Willow-installed VS instance of node.exe
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "diff": "@@ -350,11 +350,17 @@ namespace Microsoft.NodejsTools.Project\nvar setupConfiguration = new SetupConfiguration();\n- var vis...
C#
Apache License 2.0
microsoft/nodejstools
Changes to the parameters we pass to PineZorro, including the new install path for the Willow-installed VS instance of node.exe
410,224
04.05.2017 12:45:36
25,200
a344a97b687cda95caad969f23b08e8522bbf0c6
Fixed the way I'm putting the new strings in the params. With this change, the debugger seems to launch correctly, but at least on my dev box, I don't see chrome launching.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "diff": "@@ -359,8 +359,6 @@ namespace Microsoft.NodejsTools.Project\nvar pathToNode2DebugAdapterRuntime = Environment.ExpandEnvironm...
C#
Apache License 2.0
microsoft/nodejstools
Fixed the way I'm putting the new strings in the params. With this change, the debugger seems to launch correctly, but at least on my dev box, I don't see chrome launching.
410,224
04.05.2017 14:18:37
25,200
8ae39cc0fb52fb44cfca4a659012db7d27bb6db1
Adds Path.Combine and a version-explaining comment as requested by Paul
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "diff": "@@ -354,7 +354,8 @@ namespace Microsoft.NodejsTools.Project\nvar visualStudioInstallationInstanceID = setupInstance.GetInsta...
C#
Apache License 2.0
microsoft/nodejstools
Adds Path.Combine and a version-explaining comment as requested by Paul
410,217
04.05.2017 14:45:15
25,200
e80697d0a19fca74b5975cc0e4d458a0ac59f56f
Start webbrowser when using the webkit debugger.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "diff": "@@ -86,7 +86,7 @@ namespace Microsoft.NodejsTools.Project\n}\nelse\n{\n- StartAndAttachDebugger(file, nodePath);\n+ StartAnd...
C#
Apache License 2.0
microsoft/nodejstools
Start webbrowser when using the webkit debugger.
410,200
04.05.2017 22:39:58
0
4e9cfaa5c1635c156e113b8d334fb617b4155751
Report skipped Mocha tests as "Skipped"
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/TestFrameworks/mocha/mocha.js", "new_path": "Nodejs/Product/Nodejs/TestFrameworks/mocha/mocha.js", "diff": "var EOL = require('os').EOL;\nvar fs = require('fs');\nvar path = require('path');\n-var result = {\n- 'title': '',\n- 'passed': f...
C#
Apache License 2.0
microsoft/nodejstools
Report skipped Mocha tests as "Skipped"
410,217
04.05.2017 13:08:30
25,200
402d892ab45089b3858ff268f91a33a44c73576b
Minimal work to support the new NPM protocol for package search.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NodejsPackage.cs", "new_path": "Nodejs/Product/Nodejs/NodejsPackage.cs", "diff": "@@ -64,7 +64,6 @@ namespace Microsoft.NodejsTools {\n[InstalledProductRegistration(\"#110\", \"#112\", AssemblyVersionInfo.Version, IconResourceID = 400)]\n...
C#
Apache License 2.0
microsoft/nodejstools
Minimal work to support the new NPM protocol for package search.
410,217
05.05.2017 11:20:16
25,200
5e2663e0d6cd804c74ddcca82327759c43b19bd9
Disable no longer used tests
[ { "change_type": "MODIFY", "old_path": "Nodejs/Tests/NpmTests/NpmSearchTests.cs", "new_path": "Nodejs/Tests/NpmTests/NpmSearchTests.cs", "diff": "@@ -133,7 +133,7 @@ namespace NpmTests {\nreturn new MockPackageCatalog(GetTestPackageList(filename, out byName));\n}\n- [TestMethod, Priority(0)]\n+ //[T...
C#
Apache License 2.0
microsoft/nodejstools
Disable no longer used tests
410,224
05.05.2017 11:28:06
25,200
7115ed043b25f7b28db376fedb470d59cba15438
NTVS node2 debug protocol launching changes, in progress, not yet testing
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "diff": "@@ -82,7 +82,7 @@ namespace Microsoft.NodejsTools.Project\n{\nif (CheckUseNewChromeDebugProtocolOption())\n{\n- StartWithChr...
C#
Apache License 2.0
microsoft/nodejstools
NTVS node2 debug protocol launching changes, in progress, not yet testing
410,217
05.05.2017 11:31:51
25,200
540248c46e0c1ee99eed81e929eeb681d5c292a9
Disable the last test
[ { "change_type": "MODIFY", "old_path": "Nodejs/Tests/NpmTests/NpmSearchTests.cs", "new_path": "Nodejs/Tests/NpmTests/NpmSearchTests.cs", "diff": "@@ -359,7 +359,7 @@ namespace NpmTests {\n}\n}\n- [TestMethod, Priority(0)]\n+ //[TestMethod, Priority(0)]\npublic void CheckNonZeroPackageVersionsExist()...
C#
Apache License 2.0
microsoft/nodejstools
Disable the last test
410,224
05.05.2017 13:52:34
25,200
b1244775b317c4907cc5a9b837f4207a32d364e8
Fixes for PZ<->NTVS integration bugs, and making PZ the default (opt out by specifying V1)
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "diff": "@@ -82,7 +82,7 @@ namespace Microsoft.NodejsTools.Project\n{\nif (CheckUseNewChromeDebugProtocolOption())\n{\n- StartWithChr...
C#
Apache License 2.0
microsoft/nodejstools
Fixes for PZ<->NTVS integration bugs, and making PZ the default (opt out by specifying V1)
410,224
05.05.2017 15:00:05
25,200
2b26a09b4ea40c24b9615b3e142f2640472c36cf
In response to PR suggestions from Paul, I added an explanatory comment about the debug node path, and I removed some extra blank lines I had inadvertently added.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "diff": "@@ -383,6 +383,7 @@ namespace Microsoft.NodejsTools.Project\nvar visualStudioInstallationInstanceID = setupInstance.GetInsta...
C#
Apache License 2.0
microsoft/nodejstools
In response to PR suggestions from Paul, I added an explanatory comment about the debug node path, and I removed some extra blank lines I had inadvertently added.
410,217
08.05.2017 12:52:17
25,200
3352dc633fddf7ece1d05ab7f135d4b839310a15
Inlcude v1.3 branch in appveyor script.
[ { "change_type": "MODIFY", "old_path": "appveyor.yml", "new_path": "appveyor.yml", "diff": "except:\n- v1.1.x\n- v1.2.x\n+ - v1.3.x\nskip_tags: true\nimage: Visual Studio 2015\nenvironment:\n- path: NTVS_Out\nname: NtvsOut\ntype: zip\n+-\n+ version: 1.0.{build}\n+ branches:\n+ only:\n+ - v1.3.x\n+ s...
C#
Apache License 2.0
microsoft/nodejstools
Inlcude v1.3 branch in appveyor script.
410,217
08.05.2017 12:56:18
25,200
268a5d053e13b23ed8b8abb30da8deee0ebf110c
Move appveyor for master to LTS and Stable
[ { "change_type": "MODIFY", "old_path": "appveyor.yml", "new_path": "appveyor.yml", "diff": "image: Visual Studio 2015\nenvironment:\nmatrix:\n- - nodejs_version: 4\n+ - nodejs_version: Stable\nvs_version: 14.0\narchitecture: x64\n- - nodejs_version: 5\n+ - nodejs_version: LTS\nvs_version: 14.0\narch...
C#
Apache License 2.0
microsoft/nodejstools
Move appveyor for master to LTS and Stable
410,217
08.05.2017 16:01:32
25,200
0b3a9cc290f103b6e065291974591c4bf56b5d2f
Add the 'debug' typings to the Express templates.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<TypeScriptProject Include=\"ProjectTemplates\\TypeScriptExpressApp\\serve-static.typings.json\" />\n<TypeScriptProject Include=\"ProjectTemplates\\TypeScriptExpr...
C#
Apache License 2.0
microsoft/nodejstools
Add the 'debug' typings to the Express templates.
410,217
08.05.2017 17:06:32
25,200
4edb663ab20d2fe6a0df24a01a147fb9fa3524ea
Url Encode the filter text for the NPM query
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Npm/IPackageCatalog.cs", "new_path": "Nodejs/Product/Npm/IPackageCatalog.cs", "diff": "@@ -50,8 +50,7 @@ namespace Microsoft.NodejsTools.Npm {\n// All exceptions thrown here and in the called methods are handled by the\n// NPM search dialog, so ...
C#
Apache License 2.0
microsoft/nodejstools
Url Encode the filter text for the NPM query
410,217
09.05.2017 10:35:05
25,200
757aeb66c052af8b8b317c58ab3f5f2cbd9add4e
Make the threading in the NPM worker more straight forward. Fix typo in comment
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NpmUI/NpmWorker.cs", "new_path": "Nodejs/Product/Nodejs/NpmUI/NpmWorker.cs", "diff": "// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license informa...
C#
Apache License 2.0
microsoft/nodejstools
Make the threading in the NPM worker more straight forward. Fix typo in comment
410,204
09.05.2017 09:16:51
25,200
06a6c7d4338b5bd4e7a5e71c73819875f1a4f1ba
Now WebKit V2 debugger will launch the Node process in an external terminal
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "diff": "@@ -404,7 +404,8 @@ namespace Microsoft.NodejsTools.Project\n}\n// Here we need to massage the env variables into the format...
C#
Apache License 2.0
microsoft/nodejstools
Now WebKit V2 debugger will launch the Node process in an external terminal
410,217
09.05.2017 13:21:01
25,200
884b6f50b57edbb706b014fc19ad498d1f77846c
Cleanup of typings.json in Express templates for TypeScript
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<TypeScriptProject Include=\"ProjectTemplates\\TypeScriptExpressApp\\express.typings.json\" />\n<TypeScriptProject Include=\"ProjectTemplates\\TypeScriptExpressAp...
C#
Apache License 2.0
microsoft/nodejstools
Cleanup of typings.json in Express templates for TypeScript
410,217
09.05.2017 13:58:57
25,200
52f001bfe8e8f5f32d3254eb1c3f9696a2f9214b
Fix the names and descriptions for the project templates
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/ProjectTemplates/CloudService/CloudService.vstemplate", "new_path": "Nodejs/Product/Nodejs/ProjectTemplates/CloudService/CloudService.vstemplate", "diff": "<VSTemplate Version=\"3.0.0\" Type=\"Project\" xmlns=\"http://schemas.microsoft.co...
C#
Apache License 2.0
microsoft/nodejstools
Fix the names and descriptions for the project templates
410,217
09.05.2017 15:46:33
25,200
2f70cb49540c8044361a4c6bade5cabaee4fcef0
PR feedback Added comment about the shape of the expected json object Removed unused field
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NpmUI/NpmWorker.cs", "new_path": "Nodejs/Product/Nodejs/NpmUI/NpmWorker.cs", "diff": "@@ -18,13 +18,13 @@ namespace Microsoft.NodejsTools.NpmUI\n{\ninternal sealed class NpmWorker : IDisposable\n{\n+ // todo: get this from a user specifie...
C#
Apache License 2.0
microsoft/nodejstools
PR feedback Added comment about the shape of the expected json object Removed unused field
410,217
09.05.2017 17:09:46
25,200
a1a03b39ffd9ffc1784a53a63ae43cd6e6f00c24
Dynamically generate the version number
[ { "change_type": "MODIFY", "old_path": "Build/Common.Build.settings", "new_path": "Build/Common.Build.settings", "diff": "<PropertyGroup>\n<CodeAnalysisRuleSet>$(BuildRoot)\\Build\\xTVS.ruleset</CodeAnalysisRuleSet>\n</PropertyGroup>\n+\n+ <PropertyGroup>\n+ <MajorVersion>1</MajorVersion>\n+ <MinorV...
C#
Apache License 2.0
microsoft/nodejstools
Dynamically generate the version number
410,217
09.05.2017 17:32:15
25,200
5dc77373c906f5a6f23760ac505983afc238726c
Update Profiling assemblies to use the hardcoded assembly version
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Profiling/NodejsProfilingPackage.cs", "new_path": "Nodejs/Product/Profiling/NodejsProfilingPackage.cs", "diff": "@@ -35,7 +35,7 @@ namespace Microsoft.NodejsTools.Profiling\n[Description(\"Node.js Tools Profiling Package\")]\n// This attribute i...
C#
Apache License 2.0
microsoft/nodejstools
Update Profiling assemblies to use the hardcoded assembly version
410,217
10.05.2017 15:53:10
25,200
2ff8d254cdc642094a8580e794cd18e0fbcf5ed1
Update readme.md for future development plans.
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "-<a href=\"http://aka.ms/explorentvs\" target=\"_blank\">![Node.js Tools for Visual Studio](https://download-codeplex.sec.s-msft.com/Download?ProjectName=nodejstools&DownloadId=761175&Build=20959)</a>\n-<hr>\n-NTVS...
C#
Apache License 2.0
microsoft/nodejstools
Update readme.md for future development plans.
410,217
10.05.2017 23:14:50
25,200
ea95d8d466b20ce7908cfa00d21ee2185e9b46cb
Use VSIX version for the targets VSIX
[ { "change_type": "MODIFY", "old_path": "Nodejs/Setup/swix/Microsoft.VisualStudio.NodejsTools.Targets.swixproj", "new_path": "Nodejs/Setup/swix/Microsoft.VisualStudio.NodejsTools.Targets.swixproj", "diff": "<TargetPath>$(BuildOutputRoot)Setup\\Microsoft.VisualStudio.NodejsTools.Targets.vsix</TargetPa...
C#
Apache License 2.0
microsoft/nodejstools
Use VSIX version for the targets VSIX
410,217
12.05.2017 13:47:32
25,200
3e8f255cd135a58126a03b156816eb2f6a615f7c
update appveyor config to work with vs2017 remove test projects from SLN
[ { "change_type": "MODIFY", "old_path": "Nodejs/.nuget/NuGet.exe", "new_path": "Nodejs/.nuget/NuGet.exe", "diff": "Binary files a/Nodejs/.nuget/NuGet.exe and b/Nodejs/.nuget/NuGet.exe differ\n" }, { "change_type": "MODIFY", "old_path": "Nodejs/Setup/BuildRelease.ps1", "new_path": "Nod...
C#
Apache License 2.0
microsoft/nodejstools
update appveyor config to work with vs2017 remove test projects from SLN
410,217
12.05.2017 17:29:55
25,200
527514456af625305bc35cc6b17e239349d88c2d
Fix icons in add new item dialog
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Templates/Files/EmptyJson/EmptyJson.vstemplate", "new_path": "Nodejs/Product/Nodejs/Templates/Files/EmptyJson/EmptyJson.vstemplate", "diff": "<TemplateData>\n<Name Package=\"{FE8A8C3D-328A-476D-99F9-2A24B75F8C7F}\" ID=\"3023\"/>\n<Descrip...
C#
Apache License 2.0
microsoft/nodejstools
Fix icons in add new item dialog
410,217
15.05.2017 13:53:53
25,200
7c640d111ca47983ae5c2327dfb3670ff8e31040
Add regkey to disable the testadapter.
[ { "change_type": "MODIFY", "old_path": "Common/Product/TestAdapter/VsProjectExtensions.cs", "new_path": "Common/Product/TestAdapter/VsProjectExtensions.cs", "diff": "using System;\nusing System.Collections.Generic;\nusing System.Diagnostics;\n+using Microsoft.NodejsTools;\nusing Microsoft.VisualStud...
C#
Apache License 2.0
microsoft/nodejstools
Add regkey to disable the testadapter.
410,217
16.05.2017 13:43:43
25,200
085bcc7b1e9660e40895ef7d147ec6b1827f4867
remove attribute which exports old node.js language settings
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NodejsPackage.cs", "new_path": "Nodejs/Product/Nodejs/NodejsPackage.cs", "diff": "@@ -54,10 +54,8 @@ namespace Microsoft.NodejsTools\n[ProvideProjectFactory(typeof(NodejsProjectFactory), null, null, null, null, \".\\\\NullPath\", Language...
C#
Apache License 2.0
microsoft/nodejstools
remove attribute which exports old node.js language settings
410,217
16.05.2017 16:04:07
25,200
2a95876c3dd1ff6c54316caa49193b1745846ea4
Race condition between Take and Dispose
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NpmUI/NpmWorker.cs", "new_path": "Nodejs/Product/Nodejs/NpmUI/NpmWorker.cs", "diff": "@@ -41,7 +41,7 @@ namespace Microsoft.NodejsTools.NpmUI\nprivate void QueueCommand(QueuedNpmCommandInfo info)\n{\n- if (!this.commandQueue.IsAddingCompl...
C#
Apache License 2.0
microsoft/nodejstools
Race condition between Take and Dispose
410,217
16.05.2017 17:13:16
25,200
8c66a7c7613fc9008b8db174b8591b4d3327393e
Don't throw unneccessary exception
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Debugger/DebugEngine/AD7Thread.cs", "new_path": "Nodejs/Product/Nodejs/Debugger/DebugEngine/AD7Thread.cs", "diff": "@@ -40,7 +40,7 @@ namespace Microsoft.NodejsTools.Debugger.DebugEngine\n// NOTE: VS2013 and earlier do not use the result ...
C#
Apache License 2.0
microsoft/nodejstools
Don't throw unneccessary exception
410,217
16.05.2017 18:36:48
25,200
0489c0685f086d614d6c43f5634e67caa8d17279
Enable Webkit debugger for Open Folder debugging. note: adding support for the legacy webkit debugger requires changes to the IVsDebugLaunchTargetProvider. So I decided against that for now.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Debugger/NodeDebugProvider.cs", "new_path": "Nodejs/Product/Nodejs/Debugger/NodeDebugProvider.cs", "diff": "using System;\nusing System.ComponentModel.Composition;\n+using System.IO;\n+using Microsoft.NodejsTools.Project;\n+using Microsof...
C#
Apache License 2.0
microsoft/nodejstools
Enable Webkit debugger for Open Folder debugging. note: adding support for the legacy webkit debugger requires changes to the IVsDebugLaunchTargetProvider. So I decided against that for now.
410,217
17.05.2017 15:53:28
25,200
aeb25b53ba23559b9697a6715abeb1a7e69fdf5b
No need to ship this assemblies in our VSIX
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/source.extension.vsixmanifest", "new_path": "Nodejs/Product/Nodejs/source.extension.vsixmanifest", "diff": "<Asset Type=\"Microsoft.VisualStudio.Assembly\" d:Source=\"Project\" d:ProjectName=\"ProjectWizard\" Path=\"|ProjectWizard|\" Asse...
C#
Apache License 2.0
microsoft/nodejstools
No need to ship this assemblies in our VSIX
410,226
17.05.2017 17:37:07
25,200
274a056ddd078de89e5ef8a66fc934857e4cf7f7
Stamp latest supported TypeScript version into new projects
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<Reference Include=\"Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitectu...
C#
Apache License 2.0
microsoft/nodejstools
Stamp latest supported TypeScript version into new projects
410,226
17.05.2017 17:41:05
25,200
c7b14b62e986f9b9669e2437ec2114064b92fb2d
return empty string if no version
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/ImportWizard/ImportSettings.cs", "new_path": "Nodejs/Product/Nodejs/Project/ImportWizard/ImportSettings.cs", "diff": "@@ -554,7 +554,7 @@ namespace Microsoft.NodejsTools.Project.ImportWizard\n.First();\n}\n- return null;\n+ return...
C#
Apache License 2.0
microsoft/nodejstools
return empty string if no version
410,204
17.05.2017 18:55:59
25,200
09ca51d9eaf7c94577539c75a8a3c8a4bbcb250b
Updated the debugging option to trace: true which is the new option
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "diff": "@@ -417,7 +417,7 @@ namespace Microsoft.NodejsTools.Project\nnew JProperty(\"cwd\", cwd),\nnew JProperty(\"console\", \"exte...
C#
Apache License 2.0
microsoft/nodejstools
Updated the debugging option to trace: true which is the new option
410,217
22.05.2017 15:12:19
25,200
3e60b1497fe524ecd17f88950ab3918a46cc29c2
Use Telemetry Nuget Package
[ { "change_type": "DELETE", "old_path": "Nodejs/Common/Telemetry/Microsoft.NodejsTools.Telemetry.11.0.dll", "new_path": "Nodejs/Common/Telemetry/Microsoft.NodejsTools.Telemetry.11.0.dll", "diff": "Binary files a/Nodejs/Common/Telemetry/Microsoft.NodejsTools.Telemetry.11.0.dll and /dev/null differ\n" ...
C#
Apache License 2.0
microsoft/nodejstools
Use Telemetry Nuget Package
410,217
23.05.2017 11:28:57
25,200
6f3cfa9db6a23920a08eb68841b7ced0eebf3bcd
Telemetry for debugging
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Debugger/NodeDebugProvider.cs", "new_path": "Nodejs/Product/Nodejs/Debugger/NodeDebugProvider.cs", "diff": "@@ -4,6 +4,7 @@ using System;\nusing System.ComponentModel.Composition;\nusing System.IO;\nusing Microsoft.NodejsTools.Project;\n+...
C#
Apache License 2.0
microsoft/nodejstools
Telemetry for debugging
410,217
23.05.2017 15:11:56
25,200
a6ece0fc8420f7f1aa94fdeac6a8c6a7d79fde57
Telemetry for NPM manager
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NpmUI/NpmPackageInstallViewModel.cs", "new_path": "Nodejs/Product/Nodejs/NpmUI/NpmPackageInstallViewModel.cs", "diff": "@@ -10,6 +10,7 @@ using System.Windows;\nusing System.Windows.Input;\nusing System.Windows.Threading;\nusing Microsoft...
C#
Apache License 2.0
microsoft/nodejstools
Telemetry for NPM manager
410,217
23.05.2017 15:54:08
25,200
9dd80012014d5e42277acdc2f93fbda8e96d9bf0
Add telemetry to Repl
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Repl/NodejsReplEvaluator.cs", "new_path": "Nodejs/Product/Nodejs/Repl/NodejsReplEvaluator.cs", "diff": "@@ -14,6 +14,7 @@ using System.Threading;\nusing System.Threading.Tasks;\nusing System.Web.Script.Serialization;\nusing System.Windows...
C#
Apache License 2.0
microsoft/nodejstools
Add telemetry to Repl
410,217
23.05.2017 17:06:52
25,200
7e9518006b0aa49cd07906ff72b1726de9f596c7
Telemetry for test adapter
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestAdapter.csproj", "new_path": "Nodejs/Product/TestAdapter/TestAdapter.csproj", "diff": "<UpgradeBackupLocation>\n</UpgradeBackupLocation>\n<OldToolsVersion>4.0</OldToolsVersion>\n+ <NuGetPackageImportStamp>\n+ </NuGetPackageImport...
C#
Apache License 2.0
microsoft/nodejstools
Telemetry for test adapter
410,217
17.05.2017 14:47:43
25,200
55acb18a1f561bbc242daf3cf3d6006b0364461e
Modernize Tuples
[ { "change_type": "MODIFY", "old_path": "Common/Product/ReplWindow/Repl/InlineReplAdornmentManager.cs", "new_path": "Common/Product/ReplWindow/Repl/InlineReplAdornmentManager.cs", "diff": "@@ -12,13 +12,13 @@ namespace Microsoft.NodejsTools.Repl\ninternal class InlineReplAdornmentManager : ITagger<In...
C#
Apache License 2.0
microsoft/nodejstools
Modernize Tuples
410,217
26.05.2017 11:17:22
25,200
245acc190b99740d0078d49002161e0c14bb1d1c
Remove profiling from build
[ { "change_type": "MODIFY", "old_path": "Build/UpdateVsixVersion.ps1", "new_path": "Build/UpdateVsixVersion.ps1", "diff": "@@ -50,4 +50,3 @@ function Update-Manifest\nUpdate-Manifest 'InteractiveWindow'\nUpdate-Manifest 'NodeJs'\n-Update-Manifest 'Profiling'\n" }, { "change_type": "MODIFY", ...
C#
Apache License 2.0
microsoft/nodejstools
Remove profiling from build
410,217
26.05.2017 11:41:23
25,200
6ff387aabc96000bcd545b773f2890439b2bfd17
Fixes an issue where the NPM UI would not update on Install
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NpmUI/PackageCatalogEntryViewModel.cs", "new_path": "Nodejs/Product/Nodejs/NpmUI/PackageCatalogEntryViewModel.cs", "diff": "using System;\nusing System.Collections.Generic;\nusing System.Linq;\n+using System.Windows;\nusing Microsoft.Node...
C#
Apache License 2.0
microsoft/nodejstools
Fixes an issue where the NPM UI would not update on Install
410,217
26.05.2017 11:47:52
25,200
68a1c5e42d81bc5199ae10b6ee4e3f0501948df7
Fixes issue where the search icon would be overtyped with a long search query
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NpmUI/NpmPackageInstallWindow.xaml", "new_path": "Nodejs/Product/Nodejs/NpmUI/NpmPackageInstallWindow.xaml", "diff": "Text=\"{Binding FilterText,UpdateSourceTrigger=PropertyChanged}\"\nPreviewKeyDown=\"FilterTextBox_PreviewKeyDown\"\nTabI...
C#
Apache License 2.0
microsoft/nodejstools
Fixes issue where the search icon would be overtyped with a long search query
410,217
05.06.2017 14:14:14
25,200
1a74c0eea54a0528b8bf70b8fc5db92312fbd95f
Enable sourcelink support for NodeTools This requires portable PDBs, and VS 15.3/VS Code This only affects our MicroBuilds.
[ { "change_type": "MODIFY", "old_path": "Build/Common.Build.CSharp.settings", "new_path": "Build/Common.Build.CSharp.settings", "diff": "</PropertyGroup>\n<PropertyGroup Condition=\" '$(Configuration)' == 'Release' \">\n- <DebugType>pdbonly</DebugType>\n+ <DebugType>portable</DebugType>\n<Optimize>tr...
C#
Apache License 2.0
microsoft/nodejstools
Enable sourcelink support for NodeTools This requires portable PDBs, and VS 15.3/VS Code This only affects our MicroBuilds.
410,217
06.06.2017 13:01:44
25,200
38c8bf001020ee9c3f9ae32355c9cab8f127ff20
Checkout package.json before editinggit
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NpmUI/ErrorHelper.cs", "new_path": "Nodejs/Product/Nodejs/NpmUI/ErrorHelper.cs", "diff": "@@ -89,5 +89,12 @@ namespace Microsoft.NodejsTools.NpmUI\nMessageBoxImage.Error);\n}\n}\n+\n+ public static void ReportPackageJsonNotCheckedOut(Wind...
C#
Apache License 2.0
microsoft/nodejstools
Checkout package.json before editinggit
410,217
08.06.2017 13:33:44
25,200
48f87cdcf3fb3b79971135ad0b9878523eac439b
PR Feedback Thanks
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NpmUI/ErrorHelper.cs", "new_path": "Nodejs/Product/Nodejs/NpmUI/ErrorHelper.cs", "diff": "@@ -94,7 +94,7 @@ namespace Microsoft.NodejsTools.NpmUI\n{\nvar message = Resources.PackageJsonNotCheckedOutMessage;\nvar caption = Resources.Packag...
C#
Apache License 2.0
microsoft/nodejstools
PR Feedback Thanks @amcasey
410,217
08.06.2017 13:49:02
25,200
9984239fa4ce9ba8f9f5d196fd1c9311d4e7aa83
cleanup signlist
[ { "change_type": "MODIFY", "old_path": "Nodejs/Setup/BuildRelease.ps1", "new_path": "Nodejs/Setup/BuildRelease.ps1", "diff": "@@ -154,10 +154,10 @@ $project_url = \"https://github.com/Microsoft/nodejstools\"\n$project_keywords = \"NTVS; Visual Studio; Node.js\"\n# These people are able to approve co...
C#
Apache License 2.0
microsoft/nodejstools
cleanup signlist
410,217
09.06.2017 10:57:29
25,200
57f5fa079f543b1890a02bb2d3b371b68ac60cd6
previous signlist didn't do what I expected. Just replacing sitani with pvanbren for now
[ { "change_type": "MODIFY", "old_path": "Nodejs/Setup/BuildRelease.ps1", "new_path": "Nodejs/Setup/BuildRelease.ps1", "diff": "@@ -154,7 +154,7 @@ $project_url = \"https://github.com/Microsoft/nodejstools\"\n$project_keywords = \"NTVS; Visual Studio; Node.js\"\n# These people are able to approve code...
C#
Apache License 2.0
microsoft/nodejstools
previous signlist didn't do what I expected. Just replacing sitani with pvanbren for now
410,217
09.06.2017 15:42:35
25,200
c56d5a6362d962f5069643b6af6743d21b734427
Give usefull error when Nodejs exe is corrupt
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/PressAnyKey/PressAnyKey.cs", "new_path": "Nodejs/Product/PressAnyKey/PressAnyKey.cs", "diff": "// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license infor...
C#
Apache License 2.0
microsoft/nodejstools
Give usefull error when Nodejs exe is corrupt
410,217
09.06.2017 16:05:11
25,200
15d68510f7aa0f13435915cd4cda3db6e7045e96
Add packages.config to the setup projects.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Setup/swix/Microsoft.VisualStudio.NodejsTools.Targets.swixproj", "new_path": "Nodejs/Setup/swix/Microsoft.VisualStudio.NodejsTools.Targets.swixproj", "diff": "<ItemGroup>\n<Package Include=\"Targets_files.swr\" />\n+ <Node Include=\"packages.config\" />...
C#
Apache License 2.0
microsoft/nodejstools
Add packages.config to the setup projects.
410,217
13.06.2017 14:47:28
25,200
8b15b61d83ddea600314db36b60bba91f9e82e06
VSSDK based Targets project Replace the custom swix project with a VSSDK project for the NodejsTools msbuild components.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<SubType>Designer</SubType>\n</ZipProject>\n<ZipProject Include=\"ProjectTemplates\\AzureNodejsApp\\server.js\" />\n- <Content Include=\"Microsoft.NodejsTools.tar...
C#
Apache License 2.0
microsoft/nodejstools
VSSDK based Targets project Replace the custom swix project with a VSSDK project for the NodejsTools msbuild components.
410,217
16.06.2017 18:01:58
25,200
7ff0c621428a11474594b3a2f26eccd3cefb4793
Add signing and clean up name
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/NodejsToolsVsix/NodejsToolsVsix.csproj", "new_path": "Nodejs/Product/NodejsToolsVsix/NodejsToolsVsix.csproj", "diff": "<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup%3bBuiltProjectOutputGroupDependencies%3bGetCopyToOutputDirectoryItems%3bSat...
C#
Apache License 2.0
microsoft/nodejstools
Add signing and clean up name
410,217
20.06.2017 11:46:04
25,200
5ca0334599f129d84fbfe42ea186f12839a79608
Update reference MSFT.VS.Utilities
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/InteractiveWindow/InteractiveWindow.csproj", "new_path": "Nodejs/Product/InteractiveWindow/InteractiveWindow.csproj", "diff": "<Reference Include=\"envdte, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\">\n<EmbedInteropTypes>...
C#
Apache License 2.0
microsoft/nodejstools
Update reference MSFT.VS.Utilities
410,217
20.06.2017 14:30:41
25,200
04c3af6705c7726ecdfa04a50837fb4b233eac92
Set DevEnvDir correct
[ { "change_type": "MODIFY", "old_path": "Build/Common.Build.settings", "new_path": "Build/Common.Build.settings", "diff": "<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>\n- <DevEnvDir Condition=\"'$(DevEnvDir)' == ''\">$([MSBuild]...
C#
Apache License 2.0
microsoft/nodejstools
Set DevEnvDir correct
410,217
20.06.2017 16:13:05
25,200
62e649b3a935208bf53abf905a6f17df780fcd54
update path to mb package
[ { "change_type": "MODIFY", "old_path": "Nodejs/Setup/NodejsTools.vsmanproj", "new_path": "Nodejs/Setup/NodejsTools.vsmanproj", "diff": "<PropertyGroup>\n<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>\n</PropertyGroup>\n-\n+ <Import Project=\"..\\..\\packages\\MicroBuild.Core.0.2.0\\build\\M...
C#
Apache License 2.0
microsoft/nodejstools
update path to mb package
410,217
20.06.2017 16:19:32
25,200
f557b0f97e6d8b88e28d5e09d3bb4a1817743a83
Don't deploy when building on VSTS
[ { "change_type": "MODIFY", "old_path": "Build/Common.Build.settings", "new_path": "Build/Common.Build.settings", "diff": "<IncludeVsixItemsFromTargets Condition=\"'$(IncludeVsixItemsFromTargets)' == ''\">BuiltProjectOutputGroup;SatelliteDllsProjectOutputGroup;</IncludeVsixItemsFromTargets>\n<!-- Cop...
C#
Apache License 2.0
microsoft/nodejstools
Don't deploy when building on VSTS
410,217
20.06.2017 16:23:06
25,200
c4cc83d4818a6062d97ca5f91d2e81b7b5896212
fix path for real
[ { "change_type": "MODIFY", "old_path": "Nodejs/Setup/NodejsTools.vsmanproj", "new_path": "Nodejs/Setup/NodejsTools.vsmanproj", "diff": "<PropertyGroup>\n<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>\n</PropertyGroup>\n- <Import Project=\"..\\..\\packages\\MicroBuild.Core.0.2.0\\build\\Micr...
C#
Apache License 2.0
microsoft/nodejstools
fix path for real
410,217
20.06.2017 17:17:20
25,200
b06917d1b127d7f3d341df148cb9807900a3b743
Remove vstarget and build suffix for general case
[ { "change_type": "MODIFY", "old_path": "Build/Common.Build.settings", "new_path": "Build/Common.Build.settings", "diff": "Rather than customizing OutputPath or IntermediateOutputPath in projects,\n$(OutputPathSuffix) and $(IntermediateOutputPathSuffix) should be set.\n-->\n- <BuildOutputRoot Conditi...
C#
Apache License 2.0
microsoft/nodejstools
Remove vstarget and build suffix for general case
410,217
20.06.2017 17:28:01
25,200
2163c480a9c790bbd9f71cf35742a7a2b27a685d
Set the output path for the vsman project
[ { "change_type": "MODIFY", "old_path": "Nodejs/Setup/SetupProjectBefore.settings", "new_path": "Nodejs/Setup/SetupProjectBefore.settings", "diff": "<Project xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\n<PropertyGroup>\n<BuildRoot Condition=\"'$(BuildRoot)' == ''\">$([MSBuild]::Get...
C#
Apache License 2.0
microsoft/nodejstools
Set the output path for the vsman project
410,217
21.06.2017 12:46:55
25,200
07b449d919510e932a240be0a5a4c7ef2feda8f0
Change paths for Vsix files
[ { "change_type": "ADD", "old_path": null, "new_path": "Nodejs/Product/VsixProjectBefore.settings", "diff": "+<Project xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\n+ <PropertyGroup>\n+ <BuildRoot Condition=\"'$(BuildRoot)' == ''\">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildT...
C#
Apache License 2.0
microsoft/nodejstools
Change paths for Vsix files
410,217
21.06.2017 12:48:41
25,200
815fb5db51caf447f322e147b6cc5e2bf7093841
Rename targets vsix
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "@@ -110,6 +110,7 @@ Generated_Code #added for RIA/Silverlight projects\n_UpgradeReport_Files/\nBackup*/\nUpgradeLog*.XML\n+UpgradeLog*.htm\n*.DotSetting.user\n" }, { "change_type": "MODIFY", "old_path...
C#
Apache License 2.0
microsoft/nodejstools
Rename targets vsix
410,217
21.06.2017 16:37:52
25,200
fd62370bb8ee4043ce45eae6bcc785c03163e1da
No longer needed specific nuget binaries
[ { "change_type": "DELETE", "old_path": "Nodejs/.nuget/NuGet.exe", "new_path": "Nodejs/.nuget/NuGet.exe", "diff": "Binary files a/Nodejs/.nuget/NuGet.exe and /dev/null differ\n" }, { "change_type": "DELETE", "old_path": "Nodejs/.nuget/NuGet.targets", "new_path": null, "diff": "-<?...
C#
Apache License 2.0
microsoft/nodejstools
No longer needed specific nuget binaries
410,217
22.06.2017 11:42:42
25,200
b7ced9e330c6813975975756bc57c2c88eb68654
Remove converter tool
[ { "change_type": "DELETE", "old_path": "Common/Tools/VsctToXliff/App.config", "new_path": null, "diff": "-<?xml version=\"1.0\" encoding=\"utf-8\"?>\n-<configuration>\n- <startup>\n- <supportedRuntime version=\"v4.0\" sku=\".NETFramework,Version=v4.6\"/>\n- </startup>\n-</configuration>\n" }, { ...
C#
Apache License 2.0
microsoft/nodejstools
Remove converter tool
410,217
23.06.2017 10:43:18
25,200
1b44714e0b91c1e9baaedc238e6a8713033b8bed
Fix telemetry in Repl Window and PR feedback
[ { "change_type": "MODIFY", "old_path": "Common/Product/ReplWindow/Repl/ReplWindow.cs", "new_path": "Common/Product/ReplWindow/Repl/ReplWindow.cs", "diff": "@@ -21,6 +21,7 @@ using Microsoft.VisualStudio.Editor;\nusing Microsoft.VisualStudio.OLE.Interop;\nusing Microsoft.VisualStudio.Shell;\nusing Mi...
C#
Apache License 2.0
microsoft/nodejstools
Fix telemetry in Repl Window and PR feedback
410,217
07.07.2017 16:07:30
25,200
4853da70b237fca020a9d00ffa7cba165dc17077
Bunch of fixes for test adapter
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestExecutor.cs", "new_path": "Nodejs/Product/TestAdapter/TestExecutor.cs", "diff": "@@ -145,8 +145,6 @@ namespace Microsoft.NodejsTools.TestAdapter\n/// <param name=\"frameworkHandle\">Handle to framework. Used for recording results...
C#
Apache License 2.0
microsoft/nodejstools
Bunch of fixes for test adapter
410,217
07.07.2017 16:25:42
25,200
93807c7fea268cbfb92c955c3e6d6b5032e1c007
Exclude BAML files, since all strings are in RESX
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/InteractiveWindow/InteractiveWindow.csproj", "new_path": "Nodejs/Product/InteractiveWindow/InteractiveWindow.csproj", "diff": "<FilesToLocalize Include=\"$(OutDir)\\$(AssemblyName).dll\">\n<TranslationFile>$(BuildRoot)\\loc\\lcl\\{lang}\\$(Assem...
C#
Apache License 2.0
microsoft/nodejstools
Exclude BAML files, since all strings are in RESX
410,217
12.07.2017 16:39:51
25,200
3a700341aa735f0f853ad5a548bdbc2f3580ec6a
Fix resolution of TestFrameworks folder
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/TestFrameworks/TestFrameworkDirectories.cs", "new_path": "Nodejs/Product/Nodejs/TestFrameworks/TestFrameworkDirectories.cs", "diff": "using System;\nusing System.Collections.Generic;\nusing System.IO;\n+using System.Linq;\nnamespace Micro...
C#
Apache License 2.0
microsoft/nodejstools
Fix resolution of TestFrameworks folder
410,217
12.07.2017 16:49:01
25,200
ec11bcda8eb9e7fa1425e3d3da4b75d440f28b30
Fix up filename for localization
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/InteractiveWindow/InteractiveWindow.csproj", "new_path": "Nodejs/Product/InteractiveWindow/InteractiveWindow.csproj", "diff": "</ItemGroup>\n<ItemGroup>\n<FilesToLocalize Include=\"$(OutDir)\\$(AssemblyName).dll\">\n- <TranslationFile>$(BuildRoo...
C#
Apache License 2.0
microsoft/nodejstools
Fix up filename for localization
410,217
12.07.2017 17:30:50
25,200
09b3fdc38285e38f8533a26a370acb596f4585ac
Fix casing for loc task
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/InteractiveWindow/InteractiveWindow.csproj", "new_path": "Nodejs/Product/InteractiveWindow/InteractiveWindow.csproj", "diff": "</ItemGroup>\n<ItemGroup>\n<FilesToLocalize Include=\"$(OutDir)\\$(AssemblyName).dll\">\n- <TranslationFile>$(BuildRoo...
C#
Apache License 2.0
microsoft/nodejstools
Fix casing for loc task
410,217
14.07.2017 15:23:00
25,200
3595fa25adde0e870c3d25fc8ee6fcdb846cab93
Remove no longer used menus
[ { "change_type": "DELETE", "old_path": "Nodejs/Product/Nodejs/Commands/OpenRemoteDebugDocumentationCommand.cs", "new_path": null, "diff": "-// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.\n-...
C#
Apache License 2.0
microsoft/nodejstools
Remove no longer used menus
410,217
14.07.2017 16:34:28
25,200
e3bd95c0e086058f8c3ed2f484e600c6d53c2f48
Remove another menu
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NodejsTools.vsct", "new_path": "Nodejs/Product/Nodejs/NodejsTools.vsct", "diff": "<IDSymbol name=\"CodeFileGroup\" value=\"0x1012\" />\n<IDSymbol name=\"AzureExplorerCommandsGroup\" value=\"0x1015\" />\n<IDSymbol name=\"AddNewFileGroup\" ...
C#
Apache License 2.0
microsoft/nodejstools
Remove another menu
410,217
14.07.2017 16:45:38
25,200
943933f978a4ca8f549acec82cc43ce4a7d492a2
Remove logger which is no longer used, since we removed the diagnostics window.
[ { "change_type": "DELETE", "old_path": "Nodejs/Product/Nodejs/Logging/INodejsToolsLogger.cs", "new_path": null, "diff": "-// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.\n-\n-namespace Micro...
C#
Apache License 2.0
microsoft/nodejstools
Remove logger which is no longer used, since we removed the diagnostics window.
410,217
17.07.2017 12:58:27
25,200
9f44a8a0b6c8789b7019e26f43846ba347667e71
Make sure we work with both .ts and .tsx files
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Debugger/DebugEngine/AD7Engine.cs", "new_path": "Nodejs/Product/Nodejs/Debugger/DebugEngine/AD7Engine.cs", "diff": "@@ -13,6 +13,7 @@ using Microsoft.NodejsTools.Debugger.Communication;\nusing Microsoft.NodejsTools.Debugger.Remote;\nusing...
C#
Apache License 2.0
microsoft/nodejstools
Make sure we work with both .ts and .tsx files
410,217
17.07.2017 17:37:39
25,200
fd141e3ac0b42f18909174de9834d116cd9578bd
Add better support for .jsx
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NodejsConstants.cs", "new_path": "Nodejs/Product/Nodejs/NodejsConstants.cs", "diff": "@@ -8,6 +8,7 @@ namespace Microsoft.NodejsTools\ninternal static class NodejsConstants\n{\ninternal const string JavaScriptExtension = \".js\";\n+ inter...
C#
Apache License 2.0
microsoft/nodejstools
Add better support for .jsx
410,217
18.07.2017 15:32:57
25,200
7176baae8a64f541b9e8525105aecf8418e4ca9a
Fire changed events for all revelant controls in project properties.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsGeneralPropertyPageControl.Designer.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsGeneralPropertyPageControl.Designer.cs", "diff": "this._nodeExeArguments.Name = \"_nodeExeArguments\";\nthis._nodeExeArguments.Size = ...
C#
Apache License 2.0
microsoft/nodejstools
Fire changed events for all revelant controls in project properties.
410,217
18.07.2017 17:16:42
25,200
62105d397138bc20a55499db4ddb8aaa8419feb8
Move TestAdapter files into project from shared location
[ { "change_type": "RENAME", "old_path": "Common/Product/TestAdapter/ServiceProviderExtension.cs", "new_path": "Nodejs/Product/TestAdapter/ServiceProviderExtension.cs", "diff": "" }, { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestAdapter.csproj", "new_path": "No...
C#
Apache License 2.0
microsoft/nodejstools
Move TestAdapter files into project from shared location
410,217
18.07.2017 17:19:18
25,200
51f81e7020e97db8ab4f54cfd18966e22c0f121b
Move WebSocket file
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/WebRole/WebRole.csproj", "new_path": "Nodejs/Product/WebRole/WebRole.csproj", "diff": "<Reference Include=\"System.Web.ApplicationServices\" />\n</ItemGroup>\n<ItemGroup>\n- <Compile Include=\"$(BuildRoot)\\Common\\Product\\WebRole\\WebSocketPro...
C#
Apache License 2.0
microsoft/nodejstools
Move WebSocket file
410,202
20.07.2017 15:08:23
25,200
495f007a01ebf5b49db2b0407a988e1030a0b828
Added double quotes to npm search for allowing one character queries.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NpmUI/NpmWorker.cs", "new_path": "Nodejs/Product/Nodejs/NpmUI/NpmWorker.cs", "diff": "@@ -106,7 +106,7 @@ namespace Microsoft.NodejsTools.NpmUI\nTelemetryHelper.LogSearchNpm();\n- var relativeUri = string.Format(\"/-/v1/search?text={0}\",...
C#
Apache License 2.0
microsoft/nodejstools
Added double quotes to npm search for allowing one character queries.
410,217
25.07.2017 13:23:40
25,200
e4fab319bd60503e1b277a3c1434779bf9d72573
Fixed some names, descriptions for templates.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/VSPackage.resx", "new_path": "Nodejs/Product/Nodejs/VSPackage.resx", "diff": "<value>Azure Cloud Service</value>\n</data>\n<data name=\"3066\" xml:space=\"preserve\">\n- <value>Basic Node.js Express 4 Application.</value>\n+ <value>Azure ...
C#
Apache License 2.0
microsoft/nodejstools
Fixed some names, descriptions for templates.
410,217
27.07.2017 13:55:01
25,200
79ce38f19c2e8297573784df5e831c4405b3a2e0
Fixed string.
[ { "change_type": "MODIFY", "old_path": "Common/Product/SharedProject/ProjectResources.resx", "new_path": "Common/Product/SharedProject/ProjectResources.resx", "diff": "@@ -633,7 +633,7 @@ Run Visual Studio with the /Log option and check ActivityLog.xml for more detail\n<value>Unable to add '{0}'. A ...
C#
Apache License 2.0
microsoft/nodejstools
Fixed string.
410,217
16.08.2017 16:34:40
25,200
9c19193f06fcdf2eb7dd8a52cf47011cc3435f13
Move the browse workingdir button to the right location. And set the correct tabindex
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsGeneralPropertyPageControl.Designer.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsGeneralPropertyPageControl.Designer.cs", "diff": "// _scriptArgsLabel\n//\nthis._scriptArgsLabel.AutoSize = true;\n- this._scriptArgsL...
C#
Apache License 2.0
microsoft/nodejstools
Move the browse workingdir button to the right location. And set the correct tabindex
410,217
17.08.2017 12:57:08
25,200
01393a1a44556ba23d1de01d13c0aea5f4d35f48
Warn user when Node is not installed Show a dialog when the user tries to debug a js file in Open Folder, and Node.js is not installed.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<Reference Include=\"Microsoft.VisualStudio.TextManager.Interop.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MS...
C#
Apache License 2.0
microsoft/nodejstools
Warn user when Node is not installed Show a dialog when the user tries to debug a js file in Open Folder, and Node.js is not installed.
410,217
17.08.2017 12:59:36
25,200
92a63fb860eaf52a1345528f1225b577df0bdbae
Make sure reference assemblies are not added to VSIX And clean up whitespace
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/InteractiveWindow/InteractiveWindow.csproj", "new_path": "Nodejs/Product/InteractiveWindow/InteractiveWindow.csproj", "diff": "</Reference>\n<Reference Include=\"Microsoft.VisualStudio.RemoteControl, Version=14.0.0.0, Culture=neutral, PublicKeyT...
C#
Apache License 2.0
microsoft/nodejstools
Make sure reference assemblies are not added to VSIX And clean up whitespace
410,202
17.08.2017 14:28:43
25,200
3f9f050074786a73a43edfcacfbe1ee72d457596
Added Test passed message to ouput.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestFrameworks/ExportRunner/exportrunner.js", "new_path": "Nodejs/Product/TestAdapter/TestFrameworks/ExportRunner/exportrunner.js", "diff": "@@ -85,6 +85,7 @@ var run_tests = function (testCases, callback) {\nresult.title = test.test...
C#
Apache License 2.0
microsoft/nodejstools
Added Test passed message to ouput.
410,202
17.08.2017 14:31:21
25,200
05435227be1507491295d5c0c0fe90abd25dab23
Added end of line.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestFrameworks/ExportRunner/exportrunner.js", "new_path": "Nodejs/Product/TestAdapter/TestFrameworks/ExportRunner/exportrunner.js", "diff": "@@ -85,7 +85,7 @@ var run_tests = function (testCases, callback) {\nresult.title = test.test...
C#
Apache License 2.0
microsoft/nodejstools
Added end of line.
410,217
21.08.2017 17:22:43
25,200
512682f7a94181ffb0e6fa5ca5fdf67fda525f3f
Clean-up item templates
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Templates/Files/TypeScriptUnitTest/UnitTest.ts", "new_path": "Nodejs/Product/Nodejs/Templates/Files/TypeScriptUnitTest/UnitTest.ts", "diff": "export function Test1() {\nassert.ok(true, \"This shouldn't fail\");\n-}\n+};\nexport function T...
C#
Apache License 2.0
microsoft/nodejstools
Clean-up item templates
410,217
21.08.2017 17:23:18
25,200
cb320c2b88b24b7c8c8e18a6def313efb25648bd
Remove TypingsAcquisition support We're moving to so this is no longer needed.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<ZipItem Include=\"Templates\\Files\\EmptyTs\\EmptyTs.vstemplate\" />\n<ZipItem Include=\"Templates\\Files\\EmptyXml\\EmptyXml.vstemplate\" />\n<ZipItem Include=\...
C#
Apache License 2.0
microsoft/nodejstools
Remove TypingsAcquisition support We're moving to @types so this is no longer needed.
410,217
22.08.2017 15:54:56
25,200
99f000d40f60eb511c88cfa3df37bbd2b34f070c
Generate version displayed in Help/About based on Build Number
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "@@ -38,6 +38,7 @@ x64/\n*.vspscc\n*.vssscc\n.builds\n+GeneratedHelpAboutVersion.cs\n#Include the telemetry pdb\n!Nodejs/Common/Telemetry/*.*\n" }, { "change_type": "MODIFY", "old_path": "Nodejs/Produc...
C#
Apache License 2.0
microsoft/nodejstools
Generate version displayed in Help/About based on Build Number
410,217
22.08.2017 15:58:02
25,200
5422a650a94dbdb71fc331bbe46216c27203cae3
Remove Service Item
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<InProject>false</InProject>\n</FilesToSign>\n</ItemGroup>\n- <ItemGroup>\n- <Service Include=\"{508349B6-6B84-4DF5-91F0-309BEEBAD82D}\" />\n- </ItemGroup>\n<Item...
C#
Apache License 2.0
microsoft/nodejstools
Remove Service Item
410,217
23.08.2017 14:20:23
25,200
d1de4ec3674120c033325fc5d0e90468dfab3c8a
Remove TypeScript registry switches We no longer use this.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<DependentUpon>NpmPackageInstallWindow.xaml</DependentUpon>\n</Compile>\n<Compile Include=\"NpmUI\\PackageCatalogEntryViewModel.cs\" />\n- <Compile Include=\"Opti...
C#
Apache License 2.0
microsoft/nodejstools
Remove TypeScript registry switches We no longer use this.
410,217
23.08.2017 17:38:06
25,200
e19b6182fafbb348412263c6e14477dad98fcb1c
Add icons to Wizard
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<ZipProject Include=\"ProjectTemplates\\NodejsWebApp\\Preview.png\" />\n<ZipProject Include=\"ProjectTemplates\\AzureNodejsApp\\Preview.png\" />\n<ZipProject Incl...
C#
Apache License 2.0
microsoft/nodejstools
Add icons to Wizard
410,217
24.08.2017 15:25:04
25,200
01771c5158e9ffb170f46a2b8639f93bbdb0528c
Ensure the Create from existing works again Code update to fix create from existing.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NodejsTools.vsct", "new_path": "Nodejs/Product/Nodejs/NodejsTools.vsct", "diff": "<CommandName>Attach Node.js Debugger</CommandName>\n</Strings>\n</Button>\n+\n+ <Button guid=\"guidNodeToolsCmdSet\" id=\"cmdidImportWizard\" priority=\"0x0...
C#
Apache License 2.0
microsoft/nodejstools
Ensure the Create from existing works again Code update to fix create from existing.
410,217
29.08.2017 16:44:11
25,200
b1aeba9d5a58ec5ec2b8121bd0e85e1d516e6db9
Remove '.' from template name
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/VSPackage.resx", "new_path": "Nodejs/Product/Nodejs/VSPackage.resx", "diff": "<value>Azure Cloud Service</value>\n</data>\n<data name=\"3067\" xml:space=\"preserve\">\n- <value>Basic Node.js Express 4 Application.</value>\n+ <value>Basic ...
C#
Apache License 2.0
microsoft/nodejstools
Remove '.' from template name
410,217
29.08.2017 17:06:21
25,200
06e9a21c935563396170901102b4c08737283032
Whiteline cleanup
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/SharedProject/ProjectNode.CopyPaste.cs", "new_path": "Nodejs/Product/Nodejs/SharedProject/ProjectNode.CopyPaste.cs", "diff": "@@ -1448,7 +1448,6 @@ namespace Microsoft.VisualStudioTools.Project\nreturn;\n}\n-\nif (this.DropEffect == DropE...
C#
Apache License 2.0
microsoft/nodejstools
Whiteline cleanup
410,228
11.09.2017 22:06:31
-28,800
799c469952dc738ace920d404266e1fcae07c3d6
Add support to Jasmine.js test framework.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestAdapter.csproj", "new_path": "Nodejs/Product/TestAdapter/TestAdapter.csproj", "diff": "<Content Include=\"TestFrameworks\\find_tests.js\">\n<CopyToOutputDirectory>Always</CopyToOutputDirectory>\n</Content>\n+ <Content Include=\"T...
C#
Apache License 2.0
microsoft/nodejstools
Add support to Jasmine.js test framework.