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,217
11.04.2018 13:36:30
25,200
ca5a46dad4e6700b33d779c697ec0d8b29448a1d
Remove support for old Webkit debugger which nobody used And cleaned up some code
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "diff": "@@ -32,8 +32,6 @@ namespace Microsoft.NodejsTools.Project\nprivate readonly NodejsProjectNode _project;\nprivate int? _testS...
C#
Apache License 2.0
microsoft/nodejstools
Remove support for old Webkit debugger which nobody used And cleaned up some code
410,217
11.04.2018 13:40:12
25,200
01c741b156f19005f3b0737ad203249bd0163a43
Add nuget package so we can use the new filewatcher API in VS
[ { "change_type": "MODIFY", "old_path": "Build/xTVS.ruleset", "new_path": "Build/xTVS.ruleset", "diff": "<RuleSet Name=\"xTVS Coding Rules\" Description=\"xTVS ruleset with low-value tests disabled.\" ToolsVersion=\"10.0\">\n<Rules AnalyzerId=\"Microsoft.Analyzers.ManagedCodeAnalysis\" RuleNamespace=...
C#
Apache License 2.0
microsoft/nodejstools
Add nuget package so we can use the new filewatcher API in VS
410,217
11.04.2018 15:09:23
25,200
d65bd019dfabc092ff6eee6888272405df2e3166
Add commit id to help/about
[ { "change_type": "MODIFY", "old_path": "Build/Common.Build.settings", "new_path": "Build/Common.Build.settings", "diff": "</PropertyGroup>\n<PropertyGroup>\n- <BuildVersionExtended>$(BuildVersion)</BuildVersionExtended>\n+ <BuildVersionExtended>$(BuildVersion) unknown commit</BuildVersionExtended>\n...
C#
Apache License 2.0
microsoft/nodejstools
Add commit id to help/about
410,217
12.04.2018 11:24:36
25,200
7c65cbbf61449eb39b72a0d37a93698d0ac4b646
Update commit description in help/about
[ { "change_type": "MODIFY", "old_path": "Build/Common.Build.settings", "new_path": "Build/Common.Build.settings", "diff": "<PropertyGroup>\n<BuildVersionExtended>$(BuildVersion) unknown commit</BuildVersionExtended>\n- <BuildVersionExtended Condition=\"'$(BUILD_SOURCEVERSION)'!=''\">$(BuildVersionExt...
C#
Apache License 2.0
microsoft/nodejstools
Update commit description in help/about
410,217
12.04.2018 13:55:43
25,200
f5c5c0c05dcf05cbc8a6bb858989c3d3370e4b19
Ensure the assemblies are linked not referenced
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<PackageReference Include=\"Microsoft.VisualStudio.AppDesigner\">\n<Version>15.3.0-rc-6162104</Version>\n</PackageReference>\n+ <PackageReference Include=\"Micros...
C#
Apache License 2.0
microsoft/nodejstools
Ensure the assemblies are linked not referenced
410,217
12.04.2018 16:28:29
25,200
d6e36c8c83855a0d826ad7141a25f90f72f3f615
Clean up to prepare for unit test changes
[ { "change_type": "MODIFY", "old_path": "Common/Product/SharedProject/ProcessOutput.cs", "new_path": "Common/Product/SharedProject/ProcessOutput.cs", "diff": "@@ -65,7 +65,6 @@ namespace Microsoft.VisualStudioTools.Project\n/// </summary>\ninternal sealed class ProcessOutput : IDisposable\n{\n- priva...
C#
Apache License 2.0
microsoft/nodejstools
Clean up to prepare for unit test changes
410,204
16.04.2018 09:15:35
25,200
cc0a7c379e8e2b864d258b2c56989bb3eee1716c
Remove incorrect $ from the port
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "diff": "@@ -247,7 +247,7 @@ namespace Microsoft.NodejsTools.Project\nvar runtimeArguments = ConvertArguments(this._project.GetProjec...
C#
Apache License 2.0
microsoft/nodejstools
Remove incorrect $ from the port
410,217
17.04.2018 15:57:39
25,200
f50529f5b6d16ee7f45261e935ad5fc19bdfbfa9
Ensure when we add a folder we use a trailing slash
[ { "change_type": "MODIFY", "old_path": "Common/Product/SharedProject/CommonUtils.cs", "new_path": "Common/Product/SharedProject/CommonUtils.cs", "diff": "@@ -550,7 +550,8 @@ namespace Microsoft.VisualStudioTools\n{\nif (string.IsNullOrEmpty(path))\n{\n- return string.Empty;\n+ Debug.Fail(\"what??\")...
C#
Apache License 2.0
microsoft/nodejstools
Ensure when we add a folder we use a trailing slash
410,217
19.04.2018 11:52:20
25,200
7dde86eb0d3fc414536523b3a468dd1c4781a0ab
some final PR feedback
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsProjectNode.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsProjectNode.cs", "diff": "@@ -5,7 +5,6 @@ using System.Collections.Generic;\nusing System.Drawing;\nusing System.IO;\nusing System.Linq;\n-using System.Text.R...
C#
Apache License 2.0
microsoft/nodejstools
some final PR feedback
410,217
20.04.2018 14:17:08
25,200
462f8ac62f6cccfe41c68a557bf6b9597b86ec89
We no longer need to set this Env Variable VS sets VSINSTALLDIR, which is also available in the Dev CMD Prompt, so we no longer need this workaround
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NodejsPackage.cs", "new_path": "Nodejs/Product/Nodejs/NodejsPackage.cs", "diff": "@@ -128,20 +128,6 @@ namespace Microsoft.NodejsTools\n// The variable is inherited by child processes backing Test Explorer, and is used in\n// the NTVS tes...
C#
Apache License 2.0
microsoft/nodejstools
We no longer need to set this Env Variable VS sets VSINSTALLDIR, which is also available in the Dev CMD Prompt, so we no longer need this workaround
410,217
20.04.2018 14:17:55
25,200
ff3e5a3d8d3fa28f16f53a490c952af2a4aaa6cd
Split CommonConstants Split common constansts in a common file, and a vs specific file.
[ { "change_type": "ADD", "old_path": null, "new_path": "Common/Product/SharedProject/CommonConstants.VS.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 information.\n+\n+using System;\n+usi...
C#
Apache License 2.0
microsoft/nodejstools
Split CommonConstants Split common constansts in a common file, and a vs specific file.
410,217
20.04.2018 15:14:55
25,200
fcbee524c92d891685c27f24f24bdca02cb4b208
Conver TestFrameworkDirectories to a static class TestFrameworkDirectories was consistently used as a static class, so I converted it to be one.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsGeneralPropertyPageControl.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsGeneralPropertyPageControl.cs", "diff": "@@ -20,7 +20,7 @@ namespace Microsoft.NodejsTools.Project\n{\nInitializeComponent();\n- var testFramew...
C#
Apache License 2.0
microsoft/nodejstools
Conver TestFrameworkDirectories to a static class TestFrameworkDirectories was consistently used as a static class, so I converted it to be one.
410,217
24.04.2018 12:34:01
25,200
5150e68926a6625f203549af7e635595446187e9
Move Telemetry to VS assembly
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestAdapter.csproj", "new_path": "Nodejs/Product/TestAdapter/TestAdapter.csproj", "diff": "<PackageReference Include=\"Microsoft.Build\">\n<Version>15.6.82</Version>\n</PackageReference>\n- <PackageReference Include=\"Microsoft.Visua...
C#
Apache License 2.0
microsoft/nodejstools
Move Telemetry to VS assembly
410,217
25.04.2018 13:45:52
25,200
01b5ecd865dc11fb732a903a4f2df788bcf76104
Prevent crash when there is no pending breakpoint
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Debugger/DebugEngine/AD7Engine.cs", "new_path": "Nodejs/Product/Nodejs/Debugger/DebugEngine/AD7Engine.cs", "diff": "@@ -1292,6 +1292,8 @@ namespace Microsoft.NodejsTools.Debugger.DebugEngine\nprivate void OnBreakpointBound(object sender, ...
C#
Apache License 2.0
microsoft/nodejstools
Prevent crash when there is no pending breakpoint
410,217
25.04.2018 13:54:02
25,200
77dd4f62e6edac9f8623238cd9203b37236bb9ea
Make sure we get a fresh hierarchy id map per project instance
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/SharedProject/HierarchyIdMap.cs", "new_path": "Nodejs/Product/Nodejs/SharedProject/HierarchyIdMap.cs", "diff": "@@ -11,9 +11,9 @@ namespace Microsoft.VisualStudioTools.Project\nprivate readonly ConcurrentDictionary<uint, WeakReference<Hie...
C#
Apache License 2.0
microsoft/nodejstools
Make sure we get a fresh hierarchy id map per project instance
410,217
27.04.2018 15:57:56
25,200
627e8dd459f5419da9777b6e34a2e90b58c4a80a
Fix content type for interactive window. This ensures the script code entered is colorized as expected.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<Compile Include=\"Debugger\\ExceptionHandler.cs\" />\n<Compile Include=\"ProvideLanguageTemplates.cs\" />\n<Compile Include=\"Repl\\InfoReplCommand.cs\" />\n- <C...
C#
Apache License 2.0
microsoft/nodejstools
Fix content type for interactive window. This ensures the script code entered is colorized as expected.
410,217
01.05.2018 09:20:12
25,200
d4aa6d70ef60300d7983719d0f2dc9268e992933
Use ProcessOutput class to run/discover tests.
[ { "change_type": "MODIFY", "old_path": "Common/Product/SharedProject/ProcessOutput.cs", "new_path": "Common/Product/SharedProject/ProcessOutput.cs", "diff": "@@ -432,7 +432,7 @@ namespace Microsoft.VisualStudioTools.Project\ntry\n{\n- this.Process.Start();\n+ var started = this.Process.Start();\n}\n...
C#
Apache License 2.0
microsoft/nodejstools
Use ProcessOutput class to run/discover tests.
410,217
01.05.2018 09:55:58
25,200
649ba79ee1caa3094967a2a5e3c5fe3f8f44a3ec
Only hook outputs for running tests. We need to hook outputs when running tests, so we can associate output with each test, for discovering tests we don't need and should just output to stdout and stdErr, so we can report to user.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestFrameworks/ExportRunner/exportrunner.js", "new_path": "Nodejs/Product/TestAdapter/TestFrameworks/ExportRunner/exportrunner.js", "diff": "@@ -19,8 +19,6 @@ function hook_outputs() {\nprocess.stderr.write = append_stderr;\n}\n-hook...
C#
Apache License 2.0
microsoft/nodejstools
Only hook outputs for running tests. We need to hook outputs when running tests, so we can associate output with each test, for discovering tests we don't need and should just output to stdout and stdErr, so we can report to user.
410,217
01.05.2018 17:05:03
25,200
73beed70b6251c1af9c277d71d283b2d87fe0719
Fixes for csproj
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/ShimTestDiscoverer.cs", "new_path": "Nodejs/Product/TestAdapter/ShimTestDiscoverer.cs", "diff": "@@ -7,7 +7,7 @@ using Microsoft.VisualStudio.TestPlatform.ObjectModel.Logging;\nnamespace Microsoft.NodejsTools.TestAdapter\n{\n- [FileE...
C#
Apache License 2.0
microsoft/nodejstools
Fixes for csproj
410,214
03.05.2018 14:30:49
25,200
b613160c42f8b972333b693a7cbe977588aeb855
Removing broken links The leads to a 404 page. We should delete the instances of this link.
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "# Node.js tools for Visual Studio\n-Node.js tools for [Visual Studio 2017](http://aka.ms/explorentvs) is developed and managed here.\n+Node.js tools for Visual Studio 2017 is developed and managed here.\n![Build st...
C#
Apache License 2.0
microsoft/nodejstools
Removing broken links The http://aka.ms/explorentvs leads to a 404 page. We should delete the instances of this link.
410,217
08.05.2018 16:51:37
25,200
09edf41d820e925551872f015df9bf8180035289
Fix command content type
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<Compile Include=\"Commands\\ImportWizardCommand.cs\" />\n<Compile Include=\"Commands\\OpenReplWindowCommand.cs\" />\n<Compile Include=\"Debugger\\DebugEngine\\AD...
C#
Apache License 2.0
microsoft/nodejstools
Fix command content type
410,217
08.05.2018 16:51:53
25,200
20bac58400567da1cf59630e647cec7293cba951
Remove deprecated uses of Buffer constructor
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/visualstudio_nodejs_repl.js", "new_path": "Nodejs/Product/Nodejs/visualstudio_nodejs_repl.js", "diff": "@@ -26,7 +26,7 @@ for (; ;) {\nfunction send_response(socket, data) {\nvar str = JSON.stringify(data);\n- var buf = Buffer(str);\n+ va...
C#
Apache License 2.0
microsoft/nodejstools
Remove deprecated uses of Buffer constructor
410,217
08.05.2018 17:06:51
25,200
2d9a3db19bd106c348d2049fd2307ad205f87daf
Fix assert where we try to open the interactive window twice
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NodejsPackage.cs", "new_path": "Nodejs/Product/Nodejs/NodejsPackage.cs", "diff": "@@ -185,7 +185,7 @@ namespace Microsoft.NodejsTools\n{\nvar replProvider = this.GetInteractiveWindowProvider();\n- replProvider.CreateReplWindow(id);\n+ rep...
C#
Apache License 2.0
microsoft/nodejstools
Fix assert where we try to open the interactive window twice
410,217
08.05.2018 17:36:47
25,200
2edf8ee47d986f239fb7338784c62884d3071bac
Update target version to 4.6.1
[ { "change_type": "MODIFY", "old_path": "Build/Common.Build.settings", "new_path": "Build/Common.Build.settings", "diff": "<VSTarget Condition=\"$(VSTarget)==''\">15.0</VSTarget>\n<BuildingInsideVisualStudio Condition=\"'$(BuildingInsideVisualStudio)' == ''\">false</BuildingInsideVisualStudio>\n- <Ta...
C#
Apache License 2.0
microsoft/nodejstools
Update target version to 4.6.1
410,217
08.05.2018 15:21:37
25,200
ecfbf66b5d6d8a7ea1d06c8afa7362005c9f7859
Clean up and PR feedback
[ { "change_type": "MODIFY", "old_path": "Common/Product/SharedProject/ProcessOutput.cs", "new_path": "Common/Product/SharedProject/ProcessOutput.cs", "diff": "@@ -432,7 +432,7 @@ namespace Microsoft.VisualStudioTools.Project\ntry\n{\n- var started = this.Process.Start();\n+ this.Process.Start();\n}\n...
C#
Apache License 2.0
microsoft/nodejstools
Clean up and PR feedback
410,226
11.05.2018 10:10:36
25,200
3b22d8f70d9a118b3b4d225cb728db9045938db8
Get Node.js and npm paths from VS package
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.cs", "new_path": "Nodejs/Product/Nodejs/Nodejs.cs", "diff": "@@ -135,6 +135,32 @@ namespace Microsoft.NodejsTools\n}\n}\n+ const string nodeJsPackageRegistryKey = \"Microsoft.VisualStudio.Package.NodeJs\";\n+ const string node32Val...
C#
Apache License 2.0
microsoft/nodejstools
Get Node.js and npm paths from VS package
410,217
11.05.2018 10:12:22
25,200
77be33d019b8d2e510809465c7d52ff6fb5722b7
Update templates to target ES6 and Node 8
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptAzureExpressApp/package.json", "new_path": "Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptAzureExpressApp/package.json", "diff": "\"@types/express-serve-static-core\": \"^4.0.50\",\n\"@types/mime\": \"^1.3.1\...
C#
Apache License 2.0
microsoft/nodejstools
Update templates to target ES6 and Node 8
410,202
11.05.2018 14:02:36
25,200
ae617e83b42dc98ce839074e6305aaa962c69160
Removed NODE_ENV from njsproj
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptVuejsApp/TypeScriptVuejsApp.njsproj", "new_path": "Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptVuejsApp/TypeScriptVuejsApp.njsproj", "diff": "<PropertyGroup Condition=\" '$(Configuration)' == 'Debug' \">\n<...
C#
Apache License 2.0
microsoft/nodejstools
Removed NODE_ENV from njsproj
410,202
11.05.2018 15:55:57
25,200
2d9ec04cc4731720689130d72e84f689a7a73c20
Addressed PR comments, Small fixes
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\n<IncludeInVSIX>true</IncludeInVSIX>\n</Content>\n- <TypeScriptProject Include=\"ProjectTemplates\\T...
C#
Apache License 2.0
microsoft/nodejstools
Addressed PR comments, Small fixes
410,217
14.05.2018 10:40:13
25,200
be9414a136e471a096d3731ffac8783505566844
Add manifest build version to make insertions into VS easier
[ { "change_type": "MODIFY", "old_path": "Nodejs/Setup/NodejsTools.vsmanproj", "new_path": "Nodejs/Setup/NodejsTools.vsmanproj", "diff": "<!-- Define properties that drive the manifest creation here. -->\n<FinalizeManifest>true</FinalizeManifest>\n<FinalizeSkipLayout>true</FinalizeSkipLayout>\n- <Buil...
C#
Apache License 2.0
microsoft/nodejstools
Add manifest build version to make insertions into VS easier
410,217
11.05.2018 09:30:01
25,200
86247e58a2a5f2d1c31256391ca31a8e5337f433
Work to make unit tests work in AnyCode based on package.json
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<Reference Include=\"envdte80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\">\n<EmbedInteropTypes>False</EmbedInteropTypes>\n</Reference>\n+...
C#
Apache License 2.0
microsoft/nodejstools
Work to make unit tests work in AnyCode based on package.json
410,202
16.05.2018 15:07:55
25,200
dc116ff0aaf1676cce8dc6b0baf398f79ff4db62
Fixed issues with Vue template
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptVuejsApp/TypeScriptVuejsApp.njsproj", "new_path": "Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptVuejsApp/TypeScriptVuejsApp.njsproj", "diff": "<VisualStudioVersion Condition=\"'$(VisualStudioVersion)' == ''\...
C#
Apache License 2.0
microsoft/nodejstools
Fixed issues with Vue template
410,217
16.05.2018 17:03:23
25,200
23335d9073f164a0c6b73fe18d11ea44b792db9c
PR feedback (part 1)
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Workspace/PackageJsonTestContainer.cs", "new_path": "Nodejs/Product/Nodejs/Workspace/PackageJsonTestContainer.cs", "diff": "@@ -34,20 +34,19 @@ namespace Microsoft.NodejsTools.Workspace\npublic string TestRoot { get; }\n- public IEnumerab...
C#
Apache License 2.0
microsoft/nodejstools
PR feedback (part 1)
410,217
16.05.2018 17:03:40
25,200
302a5581e94979a38360557856a51d558ad59eb5
Move JS TestCaseProperties
[ { "change_type": "RENAME", "old_path": "Nodejs/Product/TestAdapter/TestFrameworks/JavaScriptTestCaseProperties.cs", "new_path": "Nodejs/Product/TestAdapter/JavaScriptTestCaseProperties.cs", "diff": "using Microsoft.VisualStudio.TestPlatform.ObjectModel;\n-namespace Microsoft.NodejsTools.TestAdapter....
C#
Apache License 2.0
microsoft/nodejstools
Move JS TestCaseProperties
410,217
21.05.2018 12:48:33
25,200
25dd6586102a016171e3ae73263e840a7b67ca90
refactoring after feedback
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/JavaScriptTestDiscoverer.cs", "new_path": "Nodejs/Product/TestAdapter/JavaScriptTestDiscoverer.cs", "diff": "@@ -199,6 +199,9 @@ namespace Microsoft.NodejsTools.TestAdapter\n};\ntestcase.SetPropertyValue(JavaScriptTestCaseProperties....
C#
Apache License 2.0
microsoft/nodejstools
refactoring after feedback
410,217
24.05.2018 16:45:31
25,200
c76f3e1ad55f941458ec0793b19176a3b3a368f0
Fix issue where we send the .ts file to the test runner instead of .js file
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/JavaScriptTestCaseProperties.cs", "new_path": "Nodejs/Product/TestAdapter/JavaScriptTestCaseProperties.cs", "diff": "@@ -10,5 +10,6 @@ namespace Microsoft.NodejsTools.TestAdapter\npublic static readonly TestProperty WorkingDir = Test...
C#
Apache License 2.0
microsoft/nodejstools
Fix issue where we send the .ts file to the test runner instead of .js file
410,217
29.05.2018 14:27:53
25,200
eeecc4837357082de47263bad9131387bcaa0126
Don't crash when node is missing from hierarchy when trying to remove
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsFolderNode.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsFolderNode.cs", "diff": "@@ -10,30 +10,25 @@ namespace Microsoft.NodejsTools.Project\n{\ninternal class NodejsFolderNode : CommonFolderNode\n{\n- private reado...
C#
Apache License 2.0
microsoft/nodejstools
Don't crash when node is missing from hierarchy when trying to remove
410,217
30.05.2018 15:59:56
25,200
f611307b0c65ccc66fbc046d9ae782ebaba7de87
Fix issue when tsconfig.json has no outfile specified Fix an issues where neither the tsconfig or the ts file would show the build command, when no outfile was specified.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Workspace/TsConfigScannerFactory.cs", "new_path": "Nodejs/Product/Nodejs/Workspace/TsConfigScannerFactory.cs", "diff": "@@ -42,7 +42,10 @@ namespace Microsoft.NodejsTools.Workspace\nvar tsconfig = await TsConfigJsonFactory.CreateAsync(fil...
C#
Apache License 2.0
microsoft/nodejstools
Fix issue when tsconfig.json has no outfile specified Fix an issues where neither the tsconfig or the ts file would show the build command, when no outfile was specified.
410,217
31.05.2018 15:52:39
25,200
c91592a9eddc8444edae610620b64461ddf2e8fe
Clean up AssemblyResolver code
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/AssemblyResolver.cs", "new_path": "Nodejs/Product/TestAdapter/AssemblyResolver.cs", "diff": "@@ -7,9 +7,12 @@ using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter;\nnamespace Microsoft.NodejsTools.TestAdapter\n{\n- internal ...
C#
Apache License 2.0
microsoft/nodejstools
Clean up AssemblyResolver code
410,217
01.06.2018 14:24:16
25,200
f7ae46392c95b030c8106c713a7d24713b673ed2
Last PR Feedback
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Workspace/PackageJsonTestContainerDiscoverer.cs", "new_path": "Nodejs/Product/Nodejs/Workspace/PackageJsonTestContainerDiscoverer.cs", "diff": "@@ -21,7 +21,7 @@ namespace Microsoft.NodejsTools.Workspace\nprivate readonly List<PackageJson...
C#
Apache License 2.0
microsoft/nodejstools
Last PR Feedback
410,217
06.06.2018 13:46:21
25,200
047038ce4cb4aa08c3b097280331cf1aecf9fe2f
clean up the node process when the tests are cancelled don't double cancel test runs
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestExecutorWorker.cs", "new_path": "Nodejs/Product/TestAdapter/TestExecutorWorker.cs", "diff": "@@ -59,9 +59,6 @@ namespace Microsoft.NodejsTools.TestAdapter\nValidateArg.NotNull(sources, nameof(sources));\nValidateArg.NotNull(disco...
C#
Apache License 2.0
microsoft/nodejstools
clean up the node process when the tests are cancelled don't double cancel test runs
410,217
06.06.2018 14:36:21
25,200
744807a27d0c27ca3f7cfea80f34bb4f248bf86c
Remove telemetry infra since it was never invoked. Telemetry doesn't work from the sattelite process that runs the tests, we depend on the events we get from the test framework
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestExecutorWorker.cs", "new_path": "Nodejs/Product/TestAdapter/TestExecutorWorker.cs", "diff": "@@ -134,14 +134,6 @@ namespace Microsoft.NodejsTools.TestAdapter\nvar nodeVersion = Nodejs.GetNodeVersion(nodeExePath);\n- // We can onl...
C#
Apache License 2.0
microsoft/nodejstools
Remove telemetry infra since it was never invoked. Telemetry doesn't work from the sattelite process that runs the tests, we depend on the events we get from the test framework
410,217
06.06.2018 14:52:03
25,200
091d2c15eb8d96ccd8176e4e208641d7d3447d41
Clarify project properties only apply to JavaScript/TypeScript
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NodejsConstants.cs", "new_path": "Nodejs/Product/Nodejs/NodejsConstants.cs", "diff": "@@ -101,7 +101,7 @@ namespace Microsoft.NodejsTools\npublic const string TypeScriptOutDir = \"TypeScriptOutDir\";\npublic const string TypeScriptSourceM...
C#
Apache License 2.0
microsoft/nodejstools
Clarify project properties only apply to JavaScript/TypeScript
410,204
12.06.2018 13:39:21
25,200
b319909814b205aec4a4da759bc8d02cf4a9ca47
Enable debug adapter logging by default
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "diff": "@@ -93,7 +93,7 @@ namespace Microsoft.NodejsTools.Project\n{\nvar optionString = NodejsDialogPage.LoadString(name: \"Diagnos...
C#
Apache License 2.0
microsoft/nodejstools
Enable debug adapter logging by default
410,217
12.06.2018 15:18:06
25,200
dc4b1d87207b2ac16f18ee42b4239b3f7ce2d494
Skip Discovery of test cases when no test files are found
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/JavaScriptTestDiscoverer.cs", "new_path": "Nodejs/Product/TestAdapter/JavaScriptTestDiscoverer.cs", "diff": "@@ -94,7 +94,7 @@ namespace Microsoft.NodejsTools.TestAdapter\n{\n//Check to see if this is a TestCase\ntestFrameworkName = ...
C#
Apache License 2.0
microsoft/nodejstools
Skip Discovery of test cases when no test files are found
410,217
12.06.2018 15:18:20
25,200
3ccaf58e2dd2d30aaa0907368ec264c19259587e
Fix build error in vsmanproj
[ { "change_type": "MODIFY", "old_path": "Nodejs/Setup/NodejsTools.vsmanproj", "new_path": "Nodejs/Setup/NodejsTools.vsmanproj", "diff": "<Target Name=\"Build\" />\n<Target Name=\"Clean\" />\n<Target Name=\"ReBuild\" />\n+ <Target Name=\"BuiltProjectOutputGroup\" />\n<Import Project=\".\\SetupProjectA...
C#
Apache License 2.0
microsoft/nodejstools
Fix build error in vsmanproj
410,217
01.06.2018 11:16:38
25,200
0571ee968462b7b65949ebd791a22b5fc30af32f
Create test adapter to use with .NET Core apps
[ { "change_type": "MODIFY", "old_path": "Nodejs/NodejsTools.sln", "new_path": "Nodejs/NodejsTools.sln", "diff": "@@ -32,6 +32,8 @@ Project(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"NodejsTools\", \"Setup\\Nodejs\nEndProject\nProject(\"{2150E333-8FDC-42A3-9474-1A3956D46DE8}\") = \"Setup\", \"Set...
C#
Apache License 2.0
microsoft/nodejstools
Create test adapter to use with .NET Core apps
410,217
27.06.2018 12:58:04
25,200
6a0a6498abc7fa734600be3926259b18d43143c1
Implement changes for build.
[ { "change_type": "MODIFY", "old_path": "Build/Common.Build.settings", "new_path": "Build/Common.Build.settings", "diff": "</MSBuildAllProjects>\n</PropertyGroup>\n+ <PropertyGroup Condition=\"'$(TargetFramework)' == ''\">\n+ <TargetFrameworkVersion Condition=\"'$(TargetFrameworkVersion)' == ''\">v4....
C#
Apache License 2.0
microsoft/nodejstools
Implement changes for build.
410,217
03.07.2018 10:52:14
25,200
862f6b737e25edf3f58049d98bb8d5c44492a714
Make TestFramework directory a variable for Nugetpackage use
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/TestFrameworks/TestFrameworkDirectories.cs", "new_path": "Nodejs/Product/Nodejs/TestFrameworks/TestFrameworkDirectories.cs", "diff": "@@ -26,7 +26,6 @@ namespace Microsoft.NodejsTools.TestFrameworks\npublic static string[] GetFrameworkDir...
C#
Apache License 2.0
microsoft/nodejstools
Make TestFramework directory a variable for Nugetpackage use
410,217
03.07.2018 15:17:31
25,200
a7db42da7a425956066dc21ae45cefbcc3b2fdf4
Fix location for dev16
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TargetsVsix/TargetsVsix.csproj", "new_path": "Nodejs/Product/TargetsVsix/TargetsVsix.csproj", "diff": "<CopyToOutputDirectory>Always</CopyToOutputDirectory>\n<IncludeInVSIX>true</IncludeInVSIX>\n<InstallRoot>MSBuild</InstallRoot>\n- <VSIXSubPath...
C#
Apache License 2.0
microsoft/nodejstools
Fix location for dev16
410,217
06.07.2018 15:19:35
25,200
6294b5d3f38364692a3d522ac780fad6ef98e992
target release
[ { "change_type": "MODIFY", "old_path": "Nodejs/Nuget/Microsoft.UnitTest.JavaScript.nuspec", "new_path": "Nodejs/Nuget/Microsoft.UnitTest.JavaScript.nuspec", "diff": "<package xmlns=\"http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd\">\n<metadata>\n<id>Microsoft.UnitTest.JavaScript</id>\n+ <...
C#
Apache License 2.0
microsoft/nodejstools
target release
410,217
11.07.2018 14:59:59
25,200
7cda86a29494fbf5e50aa341fa5147567bfe68e0
Ensure SVsBuildManagerAccessor is initialize at the creation of the project
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/SharedProject/ProjectNode.cs", "new_path": "Nodejs/Product/Nodejs/SharedProject/ProjectNode.cs", "diff": "@@ -680,8 +680,8 @@ namespace Microsoft.VisualStudioTools.Project\nprotected ProjectNode(IServiceProvider serviceProvider)\n{\nthis....
C#
Apache License 2.0
microsoft/nodejstools
Ensure SVsBuildManagerAccessor is initialize at the creation of the project
410,217
11.07.2018 17:03:50
25,200
308871df05a7a78a517510ef70de22b3868e1ca9
Fix build of vsmanproj
[ { "change_type": "MODIFY", "old_path": "Build/Common.Build.targets", "new_path": "Build/Common.Build.targets", "diff": "<Project xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\n<Import Project=\"Common.Build.CSharp.targets\" Condition=\"'$(Language)' == 'C#'\" />\n- <Import Project=\...
C#
Apache License 2.0
microsoft/nodejstools
Fix build of vsmanproj
410,217
12.07.2018 13:38:41
25,200
da50fd228e829027f02d7145bfda962e892bbee9
Use build-in pack option to create NuGet package.
[ { "change_type": "MODIFY", "old_path": "Build/Common.Build.settings", "new_path": "Build/Common.Build.settings", "diff": "<TargetsPath>$(BuildRoot)Build</TargetsPath>\n<PackagesPath Condition=\"'$(PackagesPath)' == ''\">$(BUILD_BINARIESDIRECTORY)</PackagesPath>\n- <PackagesPath Condition=\"'$(Packag...
C#
Apache License 2.0
microsoft/nodejstools
Use build-in pack option to create NuGet package.
410,217
13.07.2018 15:07:40
25,200
f10090e13e9c8ad8b1180f3f86753565f2fa414c
And more feedback
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/SharedProject/ProjectNode.cs", "new_path": "Nodejs/Product/Nodejs/SharedProject/ProjectNode.cs", "diff": "@@ -2617,7 +2617,6 @@ namespace Microsoft.VisualStudioTools.Project\nvar result = MSBuildResult.Failed;\nconst bool designTime = tru...
C#
Apache License 2.0
microsoft/nodejstools
And more feedback
410,217
16.07.2018 14:48:44
25,200
daf1f3931d0af73e0cc786e845f49382f83bc46a
Make sure we use a valid value for the storage we're targeting. See:
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TypeScript/TypeScriptHelpers.cs", "new_path": "Nodejs/Product/TypeScript/TypeScriptHelpers.cs", "diff": "@@ -62,7 +62,7 @@ namespace Microsoft.NodejsTools.TypeScript\n{\n//Need to deal with the format being relative and explicit\nvar props = (IV...
C#
Apache License 2.0
microsoft/nodejstools
Make sure we use a valid value for the storage we're targeting. See: https://docs.microsoft.com/en-us/dotnet/api/microsoft.visualstudio.shell.interop._persiststoragetype?view=visualstudiosdk-2017
410,217
17.07.2018 15:43:40
25,200
8d4e60a1232ae80b24d40391a376cd6023bc861a
Fix reporting for tape.js Since tape doesn't report results in order for the first and last test we have to keep a list of tests and handle them as their results become available.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestExecutorWorker.cs", "new_path": "Nodejs/Product/TestAdapter/TestExecutorWorker.cs", "diff": "@@ -19,6 +19,12 @@ namespace Microsoft.NodejsTools.TestAdapter\n{\ninternal sealed partial class TestExecutorWorker\n{\n+ private class ...
C#
Apache License 2.0
microsoft/nodejstools
Fix reporting for tape.js Since tape doesn't report results in order for the first and last test we have to keep a list of tests and handle them as their results become available.
410,217
17.07.2018 16:35:39
25,200
dd74f4e7d1fc56a26efeea3275a7f462aa2ed437
Sync * Ensure SVsBuildManagerAccessor is initialize at the creation of the project * Add comment * PR feedback * More feedback * And more feedback * Make sure we use a valid value for the storage we're targeting. See:
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/SharedProject/ProjectNode.cs", "new_path": "Nodejs/Product/Nodejs/SharedProject/ProjectNode.cs", "diff": "@@ -259,6 +259,8 @@ namespace Microsoft.VisualStudioTools.Project\nprivate List<HierarchyNode> itemsDraggedOrCutOrCopied;\nprivate r...
C#
Apache License 2.0
microsoft/nodejstools
Sync (#2007) * Ensure SVsBuildManagerAccessor is initialize at the creation of the project * Add comment * PR feedback * More feedback * And more feedback * Make sure we use a valid value for the storage we're targeting. See: https://docs.microsoft.com/en-us/dotnet/api/microsoft.visualstudio.shell.interop._persiststoragetype?view=visualstudiosdk-2017
410,202
03.07.2018 14:21:08
25,200
f6a5c0dfde674bb1dc123cc2a82bbef4a8036bd7
Added jest test framework
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestAdapter.csproj", "new_path": "Nodejs/Product/TestAdapter/TestAdapter.csproj", "diff": "<Content Include=\"TestFrameworks\\Jasmine\\jasmine.js\">\n<CopyToOutputDirectory>Always</CopyToOutputDirectory>\n</Content>\n+ <Content Inclu...
C#
Apache License 2.0
microsoft/nodejstools
Added jest test framework
410,202
03.07.2018 17:10:54
25,200
3c7e117d16828716f73d120b276519f5a8578a2b
Improved support for running tests in parallel
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestFrameworks/Jest/jest.js", "new_path": "Nodejs/Product/TestAdapter/TestFrameworks/Jest/jest.js", "diff": "@@ -59,27 +59,26 @@ const run_tests = function (testCases, post) {\nlocalJestMajorVersion: 23 // TODO: Get the jest version ...
C#
Apache License 2.0
microsoft/nodejstools
Improved support for running tests in parallel
410,202
03.07.2018 17:51:46
25,200
2c420593a19780e66b1ee77ae234c948e98f61af
Added Jest Unit Test template
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\n<IncludeInVSIX>true</IncludeInVSIX>\n</Content>\n+ <ZipItem Include=\"Templates\\Files\\JestUnitTes...
C#
Apache License 2.0
microsoft/nodejstools
Added Jest Unit Test template
410,202
06.07.2018 18:20:30
25,200
719ac5fc6143d849fce94c0e61ca8e001b829d98
Changed to use reporter instead of ouput streams
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestAdapter.csproj", "new_path": "Nodejs/Product/TestAdapter/TestAdapter.csproj", "diff": "<Content Include=\"TestFrameworks\\Jest\\jest.js\">\n<CopyToOutputDirectory>Always</CopyToOutputDirectory>\n</Content>\n+ <Content Include=\"T...
C#
Apache License 2.0
microsoft/nodejstools
Changed to use reporter instead of ouput streams
410,202
30.07.2018 16:49:46
25,200
fd2acd1b1c380dbf173f80386ff2145bbf1ee41c
Added npm install check
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.cs", "new_path": "Nodejs/Product/Nodejs/Nodejs.cs", "diff": "@@ -179,6 +179,16 @@ namespace Microsoft.NodejsTools\n);\n}\n+ public static void ShowNpmIsInstalling()\n+ {\n+ MessageBox.Show(\n+ SR.GetString(SR.NpmIsInstalling),\n+ S...
C#
Apache License 2.0
microsoft/nodejstools
Added npm install check
410,202
30.07.2018 16:51:39
25,200
78cfa34b0901d767eb85df17f39faf10121a71b2
Fixed npm name
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Resources.Designer.cs", "new_path": "Nodejs/Product/Nodejs/Resources.Designer.cs", "diff": "@@ -869,7 +869,7 @@ namespace Microsoft.NodejsTools {\n}\n/// <summary>\n- /// Looks up a localized string similar to Debugging could not be start...
C#
Apache License 2.0
microsoft/nodejstools
Fixed npm name
410,202
31.07.2018 13:16:23
25,200
28d711ccb10349f906c54e2c867d4d84f1862271
Fix unhandled cast
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapterImpl/TestContainerDiscoverer.cs", "new_path": "Nodejs/Product/TestAdapterImpl/TestContainerDiscoverer.cs", "diff": "@@ -171,7 +171,11 @@ namespace Microsoft.NodejsTools.TestAdapter\nreturn false;\n}\n- var propStore = (IVsBuildPropert...
C#
Apache License 2.0
microsoft/nodejstools
Fix unhandled cast
410,202
31.07.2018 16:38:13
25,200
7b56a593722dd1a9fc0819e99123ef6a16ece6f9
PR comments for blocking during npm install
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "diff": "@@ -59,7 +59,7 @@ namespace Microsoft.NodejsTools.Project\nif(NpmInstallCommand.IsInstalling)\n{\nNodejs.ShowNpmIsInstalling...
C#
Apache License 2.0
microsoft/nodejstools
PR comments for blocking during npm install
410,202
01.08.2018 10:48:22
25,200
898700c25c156e763f26abc11316e3a5bb5817ae
Updated Vue dependencies to latest version
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptVuejsApp/package.json", "new_path": "Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptVuejsApp/package.json", "diff": "},\n\"dependencies\": {\n\"vue\": \"^2.5.16\",\n- \"vue-class-component\": \"^6.0.0\",\n- \"...
C#
Apache License 2.0
microsoft/nodejstools
Updated Vue dependencies to latest version
410,202
06.08.2018 16:02:39
25,200
bfcfdfb15407263d97c358d3102e7142b252f6db
Refactored IsInstalling logic to track on the project not on the command
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "diff": "@@ -56,9 +56,11 @@ namespace Microsoft.NodejsTools.Project\n{\nvar nodePath = GetNodePath();\n- if(NpmInstallCommand.IsInsta...
C#
Apache License 2.0
microsoft/nodejstools
Refactored IsInstalling logic to track on the project not on the command
410,202
06.08.2018 16:08:33
25,200
04034a558649855d925ab0dfc1dc2091debff692
Make InstallCommand internal again
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Resources.Designer.cs", "new_path": "Nodejs/Product/Nodejs/Resources.Designer.cs", "diff": "@@ -869,7 +869,7 @@ namespace Microsoft.NodejsTools {\n}\n/// <summary>\n- /// Looks up a localized string similar to Debugging could not be start...
C#
Apache License 2.0
microsoft/nodejstools
Make InstallCommand internal again
410,202
10.08.2018 17:38:18
25,200
f4e0214ec11e77c19fcc6af9f5623a50f2c2cba6
Removed process.exit for process.exitCode on Mocha test adapter
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestFrameworks/mocha/mocha.js", "new_path": "Nodejs/Product/TestAdapter/TestFrameworks/mocha/mocha.js", "diff": "@@ -111,7 +111,7 @@ var run_tests = function (testCases, callback) {\nmocha.addFile(testCases[0].testFile);\nvar runner ...
C#
Apache License 2.0
microsoft/nodejstools
Removed process.exit for process.exitCode on Mocha test adapter
410,202
13.08.2018 17:52:04
25,200
b2671aca18ad6ef598a6f39ab5918355b8ac1cfe
Update Vue.js templates and packages
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "</Content>\n<ZipItem Include=\"Templates\\Files\\JestUnitTest\\UnitTest.js\" />\n<ZipItem Include=\"Templates\\Files\\JestUnitTest\\UnitTest.vstemplate\" />\n+ <C...
C#
Apache License 2.0
microsoft/nodejstools
Update Vue.js templates and packages
410,202
14.08.2018 12:44:49
25,200
fa785728d7cb8ab4a102a8e245b6ea6ba60e1864
Fixed eslint warning and added babel config to Vue templates
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "</Content>\n<ZipItem Include=\"Templates\\Files\\JestUnitTest\\UnitTest.js\" />\n<ZipItem Include=\"Templates\\Files\\JestUnitTest\\UnitTest.vstemplate\" />\n+ <C...
C#
Apache License 2.0
microsoft/nodejstools
Fixed eslint warning and added babel config to Vue templates
410,203
06.09.2018 10:05:20
25,200
3e2e387c83ce87ed23b4a98a828f79db47589387
Fixing path length exception.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestFrameworks/TestFramework.cs", "new_path": "Nodejs/Product/TestAdapter/TestFrameworks/TestFramework.cs", "diff": "@@ -35,9 +35,15 @@ namespace Microsoft.NodejsTools.TestAdapter.TestFrameworks\n{\nvar testInfo = string.Empty;\nvar ...
C#
Apache License 2.0
microsoft/nodejstools
Fixing path length exception.
410,197
07.09.2018 10:49:57
25,200
910ff604279cd868bc02c24c4c9c066c662de6db
Exclude files that shouldn't be in our vsixes
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/NodejsToolsVsix/NodejsToolsVsix.csproj", "new_path": "Nodejs/Product/NodejsToolsVsix/NodejsToolsVsix.csproj", "diff": "<IsProductComponent>true</IsProductComponent>\n<ExtensionInstallationRoot>Extensions</ExtensionInstallationRoot>\n<ExtensionIn...
C#
Apache License 2.0
microsoft/nodejstools
Exclude files that shouldn't be in our vsixes
410,202
27.09.2018 12:45:22
25,200
0a273f6aa8c847c902b2d6a84fb51162e5daf284
Removed dependencies in Server Explorer
[ { "change_type": "DELETE", "old_path": "Nodejs/Product/Nodejs/Azure/WebSiteServiceShims.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-// This file con...
C#
Apache License 2.0
microsoft/nodejstools
Removed dependencies in Server Explorer (#2080)
410,210
01.10.2018 13:47:46
-7,200
a33247d698ee0dd53861dd98586c1368d66972ca
fix spelling of 'high-level' in CONTRIBUTING.md
[ { "change_type": "MODIFY", "old_path": ".github/CONTRIBUTING.md", "new_path": ".github/CONTRIBUTING.md", "diff": "@@ -19,7 +19,7 @@ pull requests:\n- Clearly state what the pull request accomplishes.\n- If it's a bug fix, what was the bug and how has it been fixed?\n- If you're adding a new feature,...
C#
Apache License 2.0
microsoft/nodejstools
fix spelling of 'high-level' in CONTRIBUTING.md
410,202
10.10.2018 17:24:58
25,200
5495ec7f2207c52b045574f2f6f603c56a495e35
Change references to version 15 to 16
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Theme/make_theme_pkgdef.py", "new_path": "Nodejs/Product/Nodejs/Theme/make_theme_pkgdef.py", "diff": "@@ -8,7 +8,7 @@ import xml.etree.ElementTree\nfrom pathlib import WindowsPath\nfrom uuid import UUID\n-for VS_VERSION in (11, 12, 14, 15...
C#
Apache License 2.0
microsoft/nodejstools
Change references to version 15 to 16
410,202
10.10.2018 17:30:42
25,200
7a3cf9c37d3d1870dc969d12dad88e311ccc1deb
Updated missing file in version update
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/source.extension.vsixmanifest", "new_path": "Nodejs/Product/Nodejs/source.extension.vsixmanifest", "diff": "<PackageId>Microsoft.VisualStudio.NodejsTools.NodejsTools</PackageId>\n</Metadata>\n<Installation SystemComponent=\"true\">\n- <In...
C#
Apache License 2.0
microsoft/nodejstools
Updated missing file in version update
410,202
11.10.2018 11:51:55
25,200
194635c6316c29e3bf2fd7fdf54653c73f53c835
Rollback assemblyresolver.cs
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/AssemblyResolver.cs", "new_path": "Nodejs/Product/TestAdapter/AssemblyResolver.cs", "diff": "@@ -20,7 +20,7 @@ namespace Microsoft.NodejsTools.TestAdapter\nthis.probePaths = new[] {\nPath.Combine(ideFolder, \"PrivateAssemblies\"),\nP...
C#
Apache License 2.0
microsoft/nodejstools
Rollback assemblyresolver.cs
410,202
23.10.2018 17:32:40
25,200
242b4f9e5169195e43ed1590ccdd7df71f926a72
Suppress ObjectDisposedException on BoldStartupItem
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/SharedProject/CommonProjectNode.cs", "new_path": "Nodejs/Product/Nodejs/SharedProject/CommonProjectNode.cs", "diff": "@@ -399,7 +399,13 @@ namespace Microsoft.VisualStudioTools.Project\nprivate void BoldStartupItem()\n{\n- var startupPath...
C#
Apache License 2.0
microsoft/nodejstools
Suppress ObjectDisposedException on BoldStartupItem
410,197
13.11.2018 14:20:16
28,800
9c1ebcc26b0d010d4da139821eb6fda2b8e438ee
Update AssemblyResolver probe path for dev16 Fixes
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/AssemblyResolver.cs", "new_path": "Nodejs/Product/TestAdapter/AssemblyResolver.cs", "diff": "@@ -20,7 +20,8 @@ namespace Microsoft.NodejsTools.TestAdapter\nthis.probePaths = new[] {\nPath.Combine(ideFolder, \"PrivateAssemblies\"),\nP...
C#
Apache License 2.0
microsoft/nodejstools
Update AssemblyResolver probe path for dev16 Fixes #2113
410,202
29.11.2018 15:49:10
28,800
393cd654044584cc67c52a50e3f0edd67f455059
Filter out unconfigured unit tests projects
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NodejsConstants.cs", "new_path": "Nodejs/Product/Nodejs/NodejsConstants.cs", "diff": "@@ -13,7 +13,10 @@ namespace Microsoft.NodejsTools\npublic const string TypeScriptJsxExtension = \".tsx\";\npublic const string TypeScriptDeclarationExt...
C#
Apache License 2.0
microsoft/nodejstools
Filter out unconfigured unit tests projects
410,202
29.11.2018 19:07:42
28,800
61f00d93180c0fc388e63fcc264bdd85f86e4038
Added sync supported project types comment
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/JavaScriptTestDiscoverer.cs", "new_path": "Nodejs/Product/TestAdapter/JavaScriptTestDiscoverer.cs", "diff": "@@ -15,6 +15,7 @@ using MSBuild = Microsoft.Build.Evaluation;\nnamespace Microsoft.NodejsTools.TestAdapter\n{\n+ // Keep in ...
C#
Apache License 2.0
microsoft/nodejstools
Added sync supported project types comment
410,202
30.11.2018 13:26:38
28,800
09ce7f7f1021f5843c21b67fbe7cf06b5c7b3b62
Refactored TryGetProjectUnitTestProperties return and added documentation comments
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapterImpl/TestContainerDiscoverer.cs", "new_path": "Nodejs/Product/TestAdapterImpl/TestContainerDiscoverer.cs", "diff": "@@ -130,17 +130,16 @@ namespace Microsoft.NodejsTools.TestAdapter\nreturn false;\n}\n- // .NET Framework returns error...
C#
Apache License 2.0
microsoft/nodejstools
Refactored TryGetProjectUnitTestProperties return and added documentation comments
410,202
13.12.2018 15:51:53
28,800
1104a7439c6042fd4708d7fc728ddf63c9a01774
Added NodeJsToolsEventSource and telemetry to OnItemAdded
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<Compile Include=\"Commands\\ImportWizardCommand.cs\" />\n<Compile Include=\"Commands\\OpenReplWindowCommand.cs\" />\n<Compile Include=\"Debugger\\DebugEngine\\AD...
C#
Apache License 2.0
microsoft/nodejstools
Added NodeJsToolsEventSource and telemetry to OnItemAdded
410,202
14.12.2018 12:27:12
28,800
52a3de65dbab452c5d82828f425fb236aa9db171
Added HierarchyItem table to EventSource
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<Compile Include=\"Commands\\ImportWizardCommand.cs\" />\n<Compile Include=\"Commands\\OpenReplWindowCommand.cs\" />\n<Compile Include=\"Debugger\\DebugEngine\\AD...
C#
Apache License 2.0
microsoft/nodejstools
Added HierarchyItem table to EventSource
410,226
21.12.2018 14:43:16
28,800
6d1c014d2d51638eaf23e034172f56c8f0340803
Only catch ERR_XML_ATTRIBUTE_NOT_FOUND
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TypeScript/TypeScriptHelpers.cs", "new_path": "Nodejs/Product/TypeScript/TypeScriptHelpers.cs", "diff": "@@ -89,14 +89,11 @@ namespace Microsoft.NodejsTools.TypeScript\n{\nErrorHandler.ThrowOnFailure(props.GetPropertyValue(NodeProjectProperty.Ty...
C#
Apache License 2.0
microsoft/nodejstools
Only catch ERR_XML_ATTRIBUTE_NOT_FOUND
410,202
21.12.2018 16:15:52
28,800
d5260b8f854fdb9e2371d86e1908329bae624174
Distinguish between project and user project file
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/SharedProject/ProjectNode.cs", "new_path": "Nodejs/Product/Nodejs/SharedProject/ProjectNode.cs", "diff": "@@ -1916,8 +1916,9 @@ namespace Microsoft.VisualStudioTools.Project\nreturn false;\n}\n- // Check out the project file.\n- if (!this...
C#
Apache License 2.0
microsoft/nodejstools
Distinguish between project and user project file
410,226
27.12.2018 19:12:27
28,800
059933da63f147651a2f36f4bcda32da6befcd06
Make VSHPROPID_IsNonSearchable return true for project files
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/SharedProject/CommonProjectNode.cs", "new_path": "Nodejs/Product/Nodejs/SharedProject/CommonProjectNode.cs", "diff": "@@ -173,6 +173,16 @@ namespace Microsoft.VisualStudioTools.Project\npublic override bool IsShowingAllFiles => this.isSho...
C#
Apache License 2.0
microsoft/nodejstools
Make VSHPROPID_IsNonSearchable return true for project files
410,202
09.01.2019 13:29:43
28,800
9ca9eb9d122ba6f3cfbc9a92db8eade4568c2610
Removed unused commented conde for the TS SDK removal.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/ProjectWizard/NodejsPackageParametersExtension.cs", "new_path": "Nodejs/Product/ProjectWizard/NodejsPackageParametersExtension.cs", "diff": "@@ -19,7 +19,6 @@ namespace Microsoft.NodejsTools.ProjectWizard\n{\nvar projectName = replacementsDictio...
C#
Apache License 2.0
microsoft/nodejstools
Removed unused commented conde for the TS SDK removal.
410,202
09.01.2019 13:31:03
28,800
aa382780d58c53ef5a0ede492f9b668eeaa3b9e7
Remove more unused commented code
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/ProjectWizard/NodejsPackageParametersExtension.cs", "new_path": "Nodejs/Product/ProjectWizard/NodejsPackageParametersExtension.cs", "diff": "@@ -13,8 +13,6 @@ namespace Microsoft.NodejsTools.ProjectWizard\n{\ninternal class NodejsPackageParamete...
C#
Apache License 2.0
microsoft/nodejstools
Remove more unused commented code
410,202
14.01.2019 12:59:53
28,800
d8e329de3e1e115917540cc7203b50e327aa9837
Fix a deadlock when updating test files and directories
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapterImpl/TestFilesUpdateWatcher.cs", "new_path": "Nodejs/Product/TestAdapterImpl/TestFilesUpdateWatcher.cs", "diff": "@@ -5,6 +5,7 @@ using System.Collections.Generic;\nusing System.Diagnostics;\nusing System.IO;\nusing Microsoft.VisualSt...
C#
Apache License 2.0
microsoft/nodejstools
Fix a deadlock when updating test files and directories
410,202
16.01.2019 12:40:57
28,800
04d3029e61354d41269ff2f6ba6e856dc2402aa6
Removed message on nodejstools.target
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TargetsVsix/Microsoft.NodejsTools.targets", "new_path": "Nodejs/Product/TargetsVsix/Microsoft.NodejsTools.targets", "diff": "</Target>\n<Target Name=\"AfterCompile\">\n- <Message Text=\"AfterCompile executed\" />\n<Exec Condition=\"'$(EnableType...
C#
Apache License 2.0
microsoft/nodejstools
Removed message on nodejstools.target
410,202
16.01.2019 19:25:35
28,800
02020352a71ac5f8a7599b752bd0746f6d882ba5
Fixes targets V2 not installed in msbuild
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NodejsConstants.cs", "new_path": "Nodejs/Product/Nodejs/NodejsConstants.cs", "diff": "@@ -116,9 +116,5 @@ namespace Microsoft.NodejsTools\npublic const string SaveNodeJsSettingsInProjectFile = \"SaveNodeJsSettingsInProjectFile\";\npublic ...
C#
Apache License 2.0
microsoft/nodejstools
Fixes targets V2 not installed in msbuild
410,202
22.01.2019 19:07:12
28,800
a7a184b38153f2c87d6334eef787d0800cdf78d1
Fix missing threading dll
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapterImpl/TestAdapterImpl.csproj", "new_path": "Nodejs/Product/TestAdapterImpl/TestAdapterImpl.csproj", "diff": "<Reference Include=\"Microsoft.VisualStudio.ComponentModelHost, Version=$(VSTarget).0.0, Culture=neutral, PublicKeyToken=b03f5...
C#
Apache License 2.0
microsoft/nodejstools
Fix missing threading dll
410,202
23.01.2019 17:46:52
28,800
efbda64508c2af9216f0fe2864f9093d7e032fd2
Make project always dirty to enable build
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NodejsConstants.cs", "new_path": "Nodejs/Product/Nodejs/NodejsConstants.cs", "diff": "@@ -44,10 +44,10 @@ namespace Microsoft.NodejsTools\npublic const ushort DefaultDebuggerPort = 5858;\n- public const string CompileItemType = \"Compile\...
C#
Apache License 2.0
microsoft/nodejstools
Make project always dirty to enable build
410,197
12.02.2019 15:27:23
28,800
2f30d528b9b8d5e912e4f48bae0d4a0e5facd911
Delete ProcessOutput.RunElevated
[ { "change_type": "MODIFY", "old_path": "Common/Product/SharedProject/ProcessOutput.cs", "new_path": "Common/Product/SharedProject/ProcessOutput.cs", "diff": "@@ -4,7 +4,6 @@ using System;\nusing System.Collections.Generic;\nusing System.ComponentModel;\nusing System.Diagnostics;\n-using System.IO;\n...
C#
Apache License 2.0
microsoft/nodejstools
Delete ProcessOutput.RunElevated
410,202
20.02.2019 18:23:29
28,800
e84d3fd652ce393033b286729a1cbd3a97414835
Refactored ProcessOutput.Run to not use cmd.exe
[ { "change_type": "MODIFY", "old_path": "Common/Product/SharedProject/ProcessOutput.cs", "new_path": "Common/Product/SharedProject/ProcessOutput.cs", "diff": "@@ -138,14 +138,12 @@ namespace Microsoft.VisualStudioTools.Project\nthrow new ArgumentException(\"Filename required\", nameof(filename));\n}\...
C#
Apache License 2.0
microsoft/nodejstools
Refactored ProcessOutput.Run to not use cmd.exe
410,226
28.02.2019 13:13:45
28,800
fccfd0ae3a3b047feca126b94c49bdd98d8239e4
Handle beginning of list in span list search
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Repl/ReplOutputClassifier.cs", "new_path": "Nodejs/Product/Nodejs/Repl/ReplOutputClassifier.cs", "diff": "@@ -48,6 +48,9 @@ namespace Microsoft.NodejsTools.Repl\nif (startIndex < 0)\n{\nstartIndex = ~startIndex - 1;\n+ if (startIndex < 0)...
C#
Apache License 2.0
microsoft/nodejstools
Handle beginning of list in span list search
410,202
04.03.2019 12:57:35
28,800
67b17fb023dd14536aad96e951e537b596191c10
Fix discovering tests with action 'none'
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/ProjectTestDiscoverer.cs", "new_path": "Nodejs/Product/TestAdapter/ProjectTestDiscoverer.cs", "diff": "@@ -77,7 +77,7 @@ namespace Microsoft.NodejsTools.TestAdapter\n}\n// Provide all files to the test analyzer\n- foreach (var item i...
C#
Apache License 2.0
microsoft/nodejstools
Fix discovering tests with action 'none'