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,202
07.03.2019 15:02:33
28,800
100ba16b9b652d9afc721e1323e5b17775bdc5a8
Fix Jasmine specFilter deprecation
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestFrameworks/Jasmine/jasmine.js", "new_path": "Nodejs/Product/TestAdapter/TestFrameworks/Jasmine/jasmine.js", "diff": "@@ -113,7 +113,7 @@ function find_tests(testFileList, discoverResultFile, projectFolder) {\nreturn;\n}\nvar jasm...
C#
Apache License 2.0
microsoft/nodejstools
Fix Jasmine specFilter deprecation
410,202
14.03.2019 18:14:16
25,200
0e8eed766f898c15139186e3b85e4efe854faeb0
Fix accessibility issues: shortcut on properties, warning message
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsGeneralPropertyPageControl.Designer.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsGeneralPropertyPageControl.Designer.cs", "diff": "this._testFrameworkLabel = new System.Windows.Forms.Label();\nthis._frameworkSelecto...
C#
Apache License 2.0
microsoft/nodejstools
Fix accessibility issues: shortcut on properties, warning message
410,202
20.03.2019 18:11:07
25,200
2fea817a05ff73f16ee927ecebfd6c84220e2844
Added command started message to npm UI. Fixed hyperlinks narration on npm UI.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NpmUI/NpmPackageInstallWindow.xaml", "new_path": "Nodejs/Product/Nodejs/NpmUI/NpmPackageInstallWindow.xaml", "diff": "<ItemsControl ItemsSource=\"{Binding Path=Homepages, Mode=OneWay}\">\n<ItemsControl.ItemTemplate>\n<DataTemplate>\n- <Bu...
C#
Apache License 2.0
microsoft/nodejstools
Added command started message to npm UI. Fixed hyperlinks narration on npm UI.
410,202
21.03.2019 16:05:25
25,200
5a01fcd8b02cc8c9104598bf2a329bc1f30b5c6a
Fixed after selecting the the list item in Test frame work while pressing Tab focus is going to general tab and combo box is expanding
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsGeneralPropertyPageControl.Designer.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsGeneralPropertyPageControl.Designer.cs", "diff": "this.overallPanel.Controls.Add(this._debuggerPortLabel, 0, 12);\nthis.overallPanel.C...
C#
Apache License 2.0
microsoft/nodejstools
Fixed after selecting the the list item in Test frame work while pressing Tab focus is going to general tab and combo box is expanding
410,202
21.03.2019 16:51:26
25,200
2ac00d1d6196603f8c946cf918646e3bbd02a933
Fixed Narrator/NVDA is not reading the label name for Debugger port
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsGeneralPropertyPageControl.Designer.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsGeneralPropertyPageControl.Designer.cs", "diff": "this._debuggerPortLabel.Name = \"_debuggerPortLabel\";\nthis._debuggerPortLabel.Padd...
C#
Apache License 2.0
microsoft/nodejstools
Fixed Narrator/NVDA is not reading the label name for Debugger port
410,202
22.03.2019 13:42:30
25,200
3ab54d4cf71d04b0fb91be3e00b264e4631d2ffd
Fixed when navigating through the edit field user is not able to see the labels
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsGeneralPropertyPageControl.Designer.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsGeneralPropertyPageControl.Designer.cs", "diff": "startActionTableLayoutPanel.Controls.Add(this.startActionHeaderLabelLine, 1, 0);\nst...
C#
Apache License 2.0
microsoft/nodejstools
Fixed when navigating through the edit field user is not able to see the labels
410,202
22.03.2019 16:48:59
25,200
1b04b478a3b3554f42f194685b59d3b5c42aef67
Fixed Focus order is incorrect when user is selecting the close button and pressing tab the focus is going to the hyperlink instead of the Jquery search results
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NpmUI/NpmPackageInstallWindow.xaml", "new_path": "Nodejs/Product/Nodejs/NpmUI/NpmPackageInstallWindow.xaml", "diff": "Visibility=\"{Binding HomepagesVisibility}\"\nOrientation=\"Horizontal\">\n<TextBlock Margin=\"0\" FontWeight=\"Bold\" x...
C#
Apache License 2.0
microsoft/nodejstools
Fixed Focus order is incorrect when user is selecting the close button and pressing tab the focus is going to the hyperlink instead of the Jquery search results
410,202
29.03.2019 15:39:22
25,200
56d9a5900de1f3153234a10b017fd82a5c0db909
Removed URI from CommonUtils and used as Path instead.
[ { "change_type": "MODIFY", "old_path": "Common/Product/SharedProject/CommonUtils.cs", "new_path": "Common/Product/SharedProject/CommonUtils.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 i...
C#
Apache License 2.0
microsoft/nodejstools
Removed URI from CommonUtils and used as Path instead.
410,197
01.04.2019 18:06:16
25,200
ae00cd993f4b39d16e3af9556cbae9e4127d5bc3
Use DefaultDllImportSearchPathsAttribute ...to avoid importing DLLs from unsafe locations, esp the current working directory.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Properties/AssemblyInfo.cs", "new_path": "Nodejs/Product/Nodejs/Properties/AssemblyInfo.cs", "diff": "@@ -23,3 +23,7 @@ using Microsoft.VisualStudio.Shell;\n[assembly: InternalsVisibleTo(\"NodeTests, PublicKey=0024000004800000940000000602...
C#
Apache License 2.0
microsoft/nodejstools
Use DefaultDllImportSearchPathsAttribute ...to avoid importing DLLs from unsafe locations, esp the current working directory.
410,202
11.04.2019 13:08:31
25,200
9bff75f92b9e3e07b853bcb4a24051030e5361b2
Added NotificationTextBox
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<Compile Include=\"Diagnostics\\NodeJsToolsEventSource.cs\" />\n<Compile Include=\"Repl\\InteractiveWindowContentType.cs\" />\n<Compile Include=\"SharedProject\\S...
C#
Apache License 2.0
microsoft/nodejstools
Added NotificationTextBox
410,202
12.04.2019 15:12:16
25,200
b2da38b99f3b003e64e0ca6396e853a92cd0576e
Addresses RaiseNotification PR comments
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NpmUI/NpmPackageInstallViewModel.cs", "new_path": "Nodejs/Product/Nodejs/NpmUI/NpmPackageInstallViewModel.cs", "diff": "@@ -53,14 +53,14 @@ namespace Microsoft.NodejsTools.NpmUI\nprivate readonly Timer filterTimer;\nprivate readonly Dispa...
C#
Apache License 2.0
microsoft/nodejstools
Addresses RaiseNotification PR comments
410,202
23.04.2019 01:04:25
25,200
2ab7f365163d9ac2283ad404fecbcdf2677a9f30
Migrated references to Nuget
[ { "change_type": "MODIFY", "old_path": "Build/Common.Build.CSharp.settings", "new_path": "Build/Common.Build.CSharp.settings", "diff": "</PropertyGroup>\n<PropertyGroup>\n- <MicrosoftBuildAssemblyVersion>15.1.0.0</MicrosoftBuildAssemblyVersion>\n+ <MicrosoftBuildAssemblyVersion>16.0.0.0</MicrosoftBu...
C#
Apache License 2.0
microsoft/nodejstools
Migrated references to Nuget
410,202
23.04.2019 01:33:51
25,200
d4ffeac2592ddcb55e90eda2dfa299630cd3e2f6
Fixed Nuget build issues
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<PackageReference Include=\"Microsoft.CSharp\">\n<Version>4.5.0</Version>\n</PackageReference>\n+ <PackageReference Include=\"Microsoft.TestPlatform.ObjectModel\"...
C#
Apache License 2.0
microsoft/nodejstools
Fixed Nuget build issues
410,202
23.04.2019 13:12:05
25,200
b32bf3634f319ec95b8922f470d696008b0246c6
Microbuild.Core update and fixes
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<PackageReference Include=\"EnvDTE80\">\n<Version>8.0.3</Version>\n</PackageReference>\n- <PackageReference Include=\"MicroBuild.Core\">\n- <Version>0.3.0</Versio...
C#
Apache License 2.0
microsoft/nodejstools
Microbuild.Core update and fixes
410,219
23.04.2019 15:10:55
25,200
e221457385e0c17ed0a9a3cd0f6d9d067685c8fa
Change tsconfig item types back to content
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptAzureExpressApp/TypeScriptExpressApp.njsproj", "new_path": "Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptAzureExpressApp/TypeScriptExpressApp.njsproj", "diff": "<None Include=\"app.ts\" />\n<None Include=\"r...
C#
Apache License 2.0
microsoft/nodejstools
Change tsconfig item types back to content
410,202
29.04.2019 17:46:05
25,200
58c555584967f837e44a4a67e4d762c434633bb3
Added missing System.Xml.XDocument nuget package
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestAdapter.csproj", "new_path": "Nodejs/Product/TestAdapter/TestAdapter.csproj", "diff": "<PackageReference Include=\"Newtonsoft.Json\">\n<Version>9.0.1</Version>\n</PackageReference>\n+ <PackageReference Include=\"System.Xml.XDocum...
C#
Apache License 2.0
microsoft/nodejstools
Added missing System.Xml.XDocument nuget package
410,202
01.05.2019 16:35:35
25,200
23f527fde642cb2506258cda6f07bc3144c121c7
Added VersionPrefix and VersionSuffix to TestAdapterNetStandard
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapterNetStandard/Microsoft.UnitTest.JavaScript.nuspec", "new_path": "Nodejs/Product/TestAdapterNetStandard/Microsoft.UnitTest.JavaScript.nuspec", "diff": "<tags>TypeScript;JavaScript;UnitTest</tags>\n<dependencies>\n<dependency id=\"Newton...
C#
Apache License 2.0
microsoft/nodejstools
Added VersionPrefix and VersionSuffix to TestAdapterNetStandard
410,202
21.05.2019 23:01:29
25,200
53d5eb0bf1cbb4f6e7bd366bd8b3ddbda1a1b62a
Fixed discoverer and executor error on .net core. Added Jest to nuget package
[ { "change_type": "MODIFY", "old_path": "Common/Product/SharedProject/CommonUtils.cs", "new_path": "Common/Product/SharedProject/CommonUtils.cs", "diff": "@@ -200,6 +200,26 @@ namespace Microsoft.VisualStudioTools\nreturn string.Join(Path.DirectorySeparatorChar.ToString(), segments);\n}\n+ /// <summa...
C#
Apache License 2.0
microsoft/nodejstools
Fixed discoverer and executor error on .net core. Added Jest to nuget package
410,202
23.05.2019 17:03:42
25,200
73640481e5e56d027d676b9aa1c673ad9868f871
Removed TryGetAbsolutePath and add logic inline
[ { "change_type": "MODIFY", "old_path": "Common/Product/SharedProject/CommonUtils.cs", "new_path": "Common/Product/SharedProject/CommonUtils.cs", "diff": "@@ -200,26 +200,6 @@ namespace Microsoft.VisualStudioTools\nreturn Path.Combine(segments.ToArray());\n}\n- /// <summary>\n- /// Returns a normaliz...
C#
Apache License 2.0
microsoft/nodejstools
Removed TryGetAbsolutePath and add logic inline
410,197
24.05.2019 16:43:55
25,200
e1d42ad3b7bebfb2baa14b64b166786924871220
Update null check to handle null receiver `TsConfigJsonFactory.CreateAsync` can return null (wrapped in a task) and the consumer appears to intend to handle that.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Workspace/TsConfigScannerFactory.cs", "new_path": "Nodejs/Product/Nodejs/Workspace/TsConfigScannerFactory.cs", "diff": "@@ -42,7 +42,7 @@ namespace Microsoft.NodejsTools.Workspace\nvar tsconfig = await TsConfigJsonFactory.CreateAsync(file...
C#
Apache License 2.0
microsoft/nodejstools
Update null check to handle null receiver `TsConfigJsonFactory.CreateAsync` can return null (wrapped in a task) and the consumer appears to intend to handle that.
410,202
31.05.2019 14:48:52
25,200
bca4399bb6785e00e98312f62b634bf8ed95b903
Rollback change on GetAbsoluteFilePath
[ { "change_type": "MODIFY", "old_path": "Common/Product/SharedProject/CommonUtils.cs", "new_path": "Common/Product/SharedProject/CommonUtils.cs", "diff": "@@ -197,7 +197,9 @@ namespace Microsoft.VisualStudioTools\n}\n}\n- return Path.Combine(segments.ToArray());\n+ // Cannot use Path.Combine because ...
C#
Apache License 2.0
microsoft/nodejstools
Rollback change on GetAbsoluteFilePath
410,202
04.06.2019 16:41:05
25,200
d8a38d3e51117a49292da6a14aa5178047e558d9
Changed nuget prefix
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/TestFrameworks/TestFrameworkDirectories.cs", "new_path": "Nodejs/Product/Nodejs/TestFrameworks/TestFrameworkDirectories.cs", "diff": "@@ -42,7 +42,7 @@ namespace Microsoft.NodejsTools.TestFrameworks\n//\n// \"<VSROOT>\\Common7\\IDE\\Exten...
C#
Apache License 2.0
microsoft/nodejstools
Changed nuget prefix
410,202
05.06.2019 16:40:24
25,200
54e03cf465460ea6081e3204c0c9be26f7bacb1a
Updated Newtonsoft.Json and JavaScript.UnitTests dependencies
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<PrivateAssets>all</PrivateAssets>\n</PackageReference>\n<PackageReference Include=\"Newtonsoft.Json\">\n- <Version>9.0.1</Version>\n+ <Version>12.0.2</Version>\n...
C#
Apache License 2.0
microsoft/nodejstools
Updated Newtonsoft.Json and JavaScript.UnitTests dependencies
410,219
10.07.2019 20:29:26
25,200
e8f445e59a659c3cc583fd07ae336db5266514a0
Update to SHA2 certs
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<InProject>false</InProject>\n</SignFilesDependsOn>\n<FilesToSign Include=\"$(OutDir)\\$(AssemblyName).dll\">\n- <Authenticode>Microsoft</Authenticode>\n+ <Authen...
C#
Apache License 2.0
microsoft/nodejstools
Update to SHA2 certs
410,212
18.07.2019 14:23:19
25,200
6dd935b2baa689362ef75cbc439eed529ebde5ee
Do not disable the Install npm package menu option
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NodejsTools.vsct", "new_path": "Nodejs/Product/Nodejs/NodejsTools.vsct", "diff": "<CommandFlag>DynamicVisibility</CommandFlag>\n<Strings>\n<CommandName>cmdidNpmInstallModules</CommandName>\n- <ButtonText>&amp;Install Missing npm Packages<...
C#
Apache License 2.0
microsoft/nodejstools
Do not disable the Install npm package menu option
410,197
19.07.2019 16:51:08
25,200
daf110bac889ef60ee207367294dd61bf9d8561e
Eliminate redundant flags on ProjectNode build methods
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/SharedProject/ProjectNode.cs", "new_path": "Nodejs/Product/Nodejs/SharedProject/ProjectNode.cs", "diff": "@@ -2619,9 +2619,8 @@ namespace Microsoft.VisualStudioTools.Project\nif (this.buildProject != null)\n{\nconst bool designTime = true...
C#
Apache License 2.0
microsoft/nodejstools
Eliminate redundant flags on ProjectNode build methods
410,202
29.07.2019 17:55:25
25,200
b3ea5884cbb805a0fcaf993ea848dd4f0ccef5ec
Fixed ordinal case when renaming
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/SharedProject/FileNode.cs", "new_path": "Nodejs/Product/Nodejs/SharedProject/FileNode.cs", "diff": "@@ -291,16 +291,12 @@ namespace Microsoft.VisualStudioTools.Project\nstrSavePath = CommonUtils.GetAbsoluteDirectoryPath(this.ProjectMgr.Pr...
C#
Apache License 2.0
microsoft/nodejstools
Fixed ordinal case when renaming
410,202
02.08.2019 15:44:04
25,200
f1b1848d628b2bff52145845c2231301bc600f4f
Added tags for Vue templates
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptVuejsApp/TypeScriptVuejsApp.vstemplate", "new_path": "Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptVuejsApp/TypeScriptVuejsApp.vstemplate", "diff": "<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategor...
C#
Apache License 2.0
microsoft/nodejstools
Added tags for Vue templates
410,202
02.08.2019 18:14:10
25,200
7f28b1a9415e5176e4a7310e42c0a2ed01cf060e
Updated template tags
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/ProjectTemplates/AzureExpress4App/AzureExpress4App.vstemplate", "new_path": "Nodejs/Product/Nodejs/ProjectTemplates/AzureExpress4App/AzureExpress4App.vstemplate", "diff": "<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRol...
C#
Apache License 2.0
microsoft/nodejstools
Updated template tags
410,202
22.08.2019 14:38:23
25,200
96d8f9b80154a051464fe0e99f56421a24bb0fb7
Changed how unit tests shows on the Test Explorer
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/SerializationHelpers.cs", "new_path": "Nodejs/Product/TestAdapter/SerializationHelpers.cs", "diff": "@@ -27,7 +27,7 @@ internal sealed class ResultObject\ninternal sealed class TestEvent\n{\npublic string type { get; set; }\n- public...
C#
Apache License 2.0
microsoft/nodejstools
Changed how unit tests shows on the Test Explorer
410,202
22.08.2019 18:25:30
25,200
e9a15c3f418aef7c3cc3bd073cbd76273c1ce2b7
Refactored post events on unit tests and fixed tests not running
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestExecutorWorker.cs", "new_path": "Nodejs/Product/TestAdapter/TestExecutorWorker.cs", "diff": "@@ -247,7 +247,7 @@ namespace Microsoft.NodejsTools.TestAdapter\nbreak;\n}\n}\n- else if (testEvent.type == \"suite end\")\n+ else if (t...
C#
Apache License 2.0
microsoft/nodejstools
Refactored post events on unit tests and fixed tests not running
410,202
28.08.2019 18:18:07
25,200
ac8d2af18a82658a857ee17a97a87b1b4f0fec0a
Address PR commnts
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestFrameworks/Jest/jest.js", "new_path": "Nodejs/Product/TestAdapter/TestFrameworks/Jest/jest.js", "diff": "@@ -64,8 +64,11 @@ function visitNodes(nodes, suites, tests) {\nfor (let node of nodes) {\nswitch (node.type) {\ncase \"desc...
C#
Apache License 2.0
microsoft/nodejstools
Address PR commnts
410,202
28.08.2019 18:30:44
25,200
8adfdbc0392e45dbf3aff1e3d42d1db663db09ca
Added comment for getFullyQualifiedName
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestFrameworks/run_tests.js", "new_path": "Nodejs/Product/TestAdapter/TestFrameworks/run_tests.js", "diff": "@@ -47,6 +47,7 @@ function createContext(line) {\n}\nfunction getFullyQualifiedName(testCases, fullTitle) {\n+ // TODO: Don'...
C#
Apache License 2.0
microsoft/nodejstools
Added comment for getFullyQualifiedName
410,202
04.09.2019 14:04:56
25,200
db514b8a04625a8617dc506a4b172b2e6361ce2d
Updated VsSDK Preview Nuget feed
[ { "change_type": "MODIFY", "old_path": "nuget.config", "new_path": "nuget.config", "diff": "<add key=\"dotnet myget\" value=\"https://dotnet.myget.org/f/dotnet-core/api/v3/index.json\" />\n<add key=\"roslyn myget\" value=\"https://dotnet.myget.org/f/roslyn/api/v3/index.json\" />\n<add key=\"Interact...
C#
Apache License 2.0
microsoft/nodejstools
Updated VsSDK Preview Nuget feed
410,201
20.09.2019 16:24:51
25,200
5253977cb44fadb179f6cd0daf6e6238b22fa4ce
Added option to add NTVS to those who already have VS
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -19,10 +19,13 @@ and Enterprise.\nTo install, run the [normal VS installer](https://visualstudio.com/vs/downloads?wt.mc_id=github_microsoft_com)\nand select the **Node.js development workload**.\n+If you have VS...
C#
Apache License 2.0
microsoft/nodejstools
Added option to add NTVS to those who already have VS
410,202
03.10.2019 15:41:02
25,200
4f3ba6e1edbe0df07a4aba1eb0fc43b51f8adf1c
Fixed project properties that are not marked as dirty when edited
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsGeneralPropertyPageControl.Designer.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsGeneralPropertyPageControl.Designer.cs", "diff": "this._workingDir.Name = \"_workingDir\";\nthis._workingDir.Size = new System.Drawing...
C#
Apache License 2.0
microsoft/nodejstools
Fixed project properties that are not marked as dirty when edited
410,220
05.11.2019 12:19:53
28,800
d959cae71585eec2410b7f1aebe42dbe5b8d3267
Update templates to be lint-clean under new default config
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/ProjectTemplates/AzureNodejsWorker/worker.js", "new_path": "Nodejs/Product/Nodejs/ProjectTemplates/AzureNodejsWorker/worker.js", "diff": "*/\n'use strict';\n-while (true) {\n+while (true) { // eslint-disable-line no-constant-condition\n}\...
C#
Apache License 2.0
microsoft/nodejstools
Update templates to be lint-clean under new default config
410,220
06.12.2019 09:31:08
28,800
ebc0d7723715902484464175245e2c7193c0100f
add jsx and tsx extensions
[ { "change_type": "MODIFY", "old_path": ".github/workflows/main.yml", "new_path": ".github/workflows/main.yml", "diff": "@@ -10,4 +10,4 @@ jobs:\n- name: Lint template files\nuses: \"stefanoeb/eslint-action@master\"\nwith:\n- args: \"Nodejs/Product/Nodejs/ProjectTemplates/**/*.js Nodejs/Product/Nodej...
C#
Apache License 2.0
microsoft/nodejstools
add jsx and tsx extensions
410,220
11.12.2019 15:02:55
28,800
fc283c3381bae3527d15347e0779685cdeab08c1
remove github workflow file
[ { "change_type": "DELETE", "old_path": ".github/workflows/main.yml", "new_path": null, "diff": "-name: CI\n-\n-on: [push]\n-\n-jobs:\n- build:\n- runs-on: ubuntu-latest\n- steps:\n- - uses: actions/checkout@v1\n- - name: Lint template files\n- uses: \"stefanoeb/eslint-action@master\"\n- with:\n- arg...
C#
Apache License 2.0
microsoft/nodejstools
remove github workflow file
410,220
11.12.2019 15:40:37
28,800
7f6e271cf1c709c051e8e470c7035efa5c6150f8
add react as dev dependency
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "\"integrity\": \"sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==\",\n\"dev\": true\n},\n+ \"react\": {\n+ \"version\": \"16.12.0\",\n+ \"resolved\": \...
C#
Apache License 2.0
microsoft/nodejstools
add react as dev dependency
410,212
14.01.2020 11:37:53
28,800
4737ef9f2249d8b9e0b7ce409bad25344b6c1551
Fixing the LiveShare null reference exception
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Workspace/PackageJsonTestContainerDiscoverer.cs", "new_path": "Nodejs/Product/Nodejs/Workspace/PackageJsonTestContainerDiscoverer.cs", "diff": "@@ -66,6 +66,11 @@ namespace Microsoft.NodejsTools.Workspace\nif (workspace != null)\n{\nvar i...
C#
Apache License 2.0
microsoft/nodejstools
Fixing the LiveShare null reference exception
410,211
13.02.2020 17:09:04
28,800
7413d46248c080ee28a8a881171fc9bf38485ffa
launching v3 debugger under a feature flag
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<PackageReference Include=\"Microsoft.CSharp\">\n<Version>4.5.0</Version>\n</PackageReference>\n+ <PackageReference Include=\"Microsoft.Internal.VisualStudio.Shel...
C#
Apache License 2.0
microsoft/nodejstools
launching v3 debugger under a feature flag
410,211
27.02.2020 17:40:35
28,800
ea53b0b9698f7f836823e4431dd17d1a47c63ec7
launching node using tools option
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "diff": "@@ -24,6 +24,7 @@ using Microsoft.NodejsTools.TypeScript;\nusing Microsoft.VisualStudio;\nusing Microsoft.VisualStudio.Shell...
C#
Apache License 2.0
microsoft/nodejstools
launching node using tools option
410,211
27.02.2020 17:50:58
28,800
ab24a7f503c75e67c2a096f435668776fa1422d4
Update Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "diff": "@@ -237,7 +237,7 @@ namespace Microsoft.NodejsTools.Project\nreturn ((int) userDebuggerOption != 0) ? JsCdpDebuggerV3Guid : ...
C#
Apache License 2.0
microsoft/nodejstools
Update Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs Co-Authored-By: Armando Aguirre <armanio123@gmail.com>
410,211
05.03.2020 10:26:04
28,800
7dc4f8e27baa37d867fe68277db07d35b44aee1e
moving launching of browser to v3 debug debug adapter
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "diff": "@@ -28,6 +28,7 @@ using Microsoft.VisualStudio.Settings;\nusing Microsoft.VisualStudioTools.Project;\nusing Microsoft.Intern...
C#
Apache License 2.0
microsoft/nodejstools
moving launching of browser to v3 debug debug adapter
410,211
09.03.2020 14:43:35
25,200
bce12b79d59053ff89163bafd5bfffd8b2e2b092
removing unnecessary library
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<PackageReference Include=\"Microsoft.CSharp\">\n<Version>4.5.0</Version>\n</PackageReference>\n- <PackageReference Include=\"Microsoft.Internal.VisualStudio.Shel...
C#
Apache License 2.0
microsoft/nodejstools
removing unnecessary library
410,202
30.04.2020 17:50:16
25,200
4ebcbad068c4deffedf89c90785275d3b3a39312
Added discovery test adapter
[ { "change_type": "ADD", "old_path": null, "new_path": "Nodejs/Product/TestAdapter/TestFrameworks/Angular/jasmineReporter.js", "diff": "+//@ts-check\n+\n+function itReplacement(it) {\n+ return (description, testFunction, timeout) => {\n+ const spec = it(description, testFunction, timeout);\n+ spec.re...
C#
Apache License 2.0
microsoft/nodejstools
Added discovery test adapter
410,202
06.05.2020 15:30:44
25,200
749aa668a2e5f796a71d8e83cc2e5ddc9e00cf77
Added execution adapter
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestFrameworks/Angular/Angular.js", "new_path": "Nodejs/Product/TestAdapter/TestFrameworks/Angular/Angular.js", "diff": "@@ -20,7 +20,6 @@ const find_tests = function (configFiles, discoverResultFile, projectFolder) {\nconst projectP...
C#
Apache License 2.0
microsoft/nodejstools
Added execution adapter
410,202
06.05.2020 21:37:01
25,200
adc129260141cda3cdfeb292cd2aacdf73bf2f91
Added Angular discovery on managed side
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/TestFrameworks/TestFrameworkDirectories.cs", "new_path": "Nodejs/Product/Nodejs/TestFrameworks/TestFrameworkDirectories.cs", "diff": "@@ -7,6 +7,10 @@ using System.Linq;\nnamespace Microsoft.NodejsTools.TestFrameworks\n{\n+ // TODO: Remov...
C#
Apache License 2.0
microsoft/nodejstools
Added Angular discovery on managed side
410,211
03.06.2020 12:31:42
25,200
34747856980b0a3dc49c991d9b4730b4ef4d045e
adding feature flag to determine launch in the case of when tools option has not been set
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<PackageReference Include=\"Microsoft.VisualStudio.Shell.Interop.12.0\">\n<Version>12.0.30111</Version>\n</PackageReference>\n+ <PackageReference Include=\"Micros...
C#
Apache License 2.0
microsoft/nodejstools
adding feature flag to determine launch in the case of when tools option has not been set
410,211
05.06.2020 10:08:34
25,200
490a52bb075c827a3bb46ac94ec47927c6887240
embedding types instead of using internal dll
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<Compile Include=\"Diagnostics\\HierarchyItem.cs\" />\n<Compile Include=\"Diagnostics\\NodeJsToolsEventSource.cs\" />\n<Compile Include=\"Repl\\InteractiveWindowC...
C#
Apache License 2.0
microsoft/nodejstools
embedding types instead of using internal dll
410,204
16.06.2020 15:50:57
25,200
08048c1f45fe13a02f937fb3a13b6e95269d6ce4
Fix WebApp debugging for v3
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "diff": "@@ -293,6 +293,7 @@ namespace Microsoft.NodejsTools.Project\ndebuggerPort,\ncwd,\nCheckEnableDiagnosticLoggingOption(),\n+ _...
C#
Apache License 2.0
microsoft/nodejstools
Fix WebApp debugging for v3
410,211
25.06.2020 13:08:19
25,200
6eb4d18e01e79d824366abf657b2bd535bdba0d1
using separate tools option and feature flag for Node
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "diff": "@@ -229,7 +229,7 @@ namespace Microsoft.NodejsTools.Project\nvar userRegistryRoot = VSRegistry.RegistryRoot(__VsLocalRegistr...
C#
Apache License 2.0
microsoft/nodejstools
using separate tools option and feature flag for Node
410,202
15.07.2020 20:25:38
25,200
b789db1123b91c65551aab5ac7963f57709dcd46
Added operation progress support. Upgraded nuget packages.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<Compile Include=\"Debugger\\DebugEngine\\AD7EvalErrorProperty.cs\" />\n<Compile Include=\"Diagnostics\\HierarchyItem.cs\" />\n<Compile Include=\"Diagnostics\\Nod...
C#
Apache License 2.0
microsoft/nodejstools
Added operation progress support. Upgraded nuget packages.
410,202
15.07.2020 20:27:20
25,200
151414106979528d0ea0a20e5d153624e17a3a30
Removed implentation comment
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/OperationProgressService.cs", "new_path": "Nodejs/Product/Nodejs/Project/OperationProgressService.cs", "diff": "@@ -7,7 +7,6 @@ using Task = System.Threading.Tasks.Task;\nnamespace Microsoft.NodejsTools.Project\n{\n- // Based on t...
C#
Apache License 2.0
microsoft/nodejstools
Removed implentation comment
410,202
21.07.2020 16:33:11
25,200
3f66529140bf1fb3b5ac8c1c5daa759ec17bff89
Changed progress message
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodeModulesNode.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodeModulesNode.cs", "diff": "@@ -39,6 +39,7 @@ namespace Microsoft.NodejsTools.Project\nprivate readonly LocalModulesNode _devModulesNode;\nprivate readonly LocalMod...
C#
Apache License 2.0
microsoft/nodejstools
Changed progress message
410,212
29.07.2020 17:06:00
25,200
dd7b2c17b87f2d61845a4c2beb6fea9ef132a836
Marking packages as Nexus compliant
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/NodejsToolsVsix/source.extension.vsixmanifest", "new_path": "Nodejs/Product/NodejsToolsVsix/source.extension.vsixmanifest", "diff": "<Icon>NodeJS.ico</Icon>\n<PreviewImage>NodeJS_200x.png</PreviewImage>\n<PackageId>Microsoft.VisualStudio.NodejsT...
C#
Apache License 2.0
microsoft/nodejstools
Marking packages as Nexus compliant
410,202
21.09.2020 14:38:18
25,200
a1db272f01769e155e6682180f788acffb3afeb6
Updated TemplateWizard reference
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/ProjectWizard/ProjectWizard.csproj", "new_path": "Nodejs/Product/ProjectWizard/ProjectWizard.csproj", "diff": "<SccProvider>SAK</SccProvider>\n</PropertyGroup>\n<ItemGroup>\n- <Reference Include=\"Microsoft.VisualStudio.TemplateWizardInterface, ...
C#
Apache License 2.0
microsoft/nodejstools
Updated TemplateWizard reference
410,202
22.09.2020 19:02:24
25,200
fafef3c581c9caa9c4b6061c06325764fcbd3843
Removed version from templatewizard
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/ProjectWizard/ProjectWizard.csproj", "new_path": "Nodejs/Product/ProjectWizard/ProjectWizard.csproj", "diff": "<SccProvider>SAK</SccProvider>\n</PropertyGroup>\n<ItemGroup>\n- <Reference Include=\"Microsoft.VisualStudio.TemplateWizardInterface, ...
C#
Apache License 2.0
microsoft/nodejstools
Removed version from templatewizard
410,219
25.09.2020 17:00:23
25,200
7cf69b3819305bd2263647158708fb1ce1ca35f3
Add property for Azure Cloud Services packaging
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TargetsVsix/Microsoft.NodejsTools.targets", "new_path": "Nodejs/Product/TargetsVsix/Microsoft.NodejsTools.targets", "diff": "<AssignTargetPath Files=\"@(_TempBuiltProjectOutputGroup)\" RootFolder=\"$(MSBuildProjectDirectory)\">\n<Output TaskPara...
C#
Apache License 2.0
microsoft/nodejstools
Add property for Azure Cloud Services packaging
410,212
09.10.2020 12:11:17
25,200
ce982e50fa5619908c19f315fd8da929a70bcbd8
Adding support for the new project type test discovery
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NodejsConstants.cs", "new_path": "Nodejs/Product/Nodejs/NodejsConstants.cs", "diff": "@@ -17,6 +17,7 @@ namespace Microsoft.NodejsTools\npublic const string NodejsProjectExtension = \".njsproj\";\npublic const string CSharpProjectExtensio...
C#
Apache License 2.0
microsoft/nodejstools
Adding support for the new project type test discovery
410,202
09.10.2020 17:46:16
25,200
87c86f567e8e3f330b480c2b59f80dfe53dce5fb
Added run capability
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestFrameworks/Angular/Angular.js", "new_path": "Nodejs/Product/TestAdapter/TestFrameworks/Angular/Angular.js", "diff": "@@ -11,7 +11,7 @@ const karmaConfigName = \"karma.conf.js\";\nconst vsKarmaConfigPath = path.resolve(__dirname, ...
C#
Apache License 2.0
microsoft/nodejstools
Added run capability
410,202
13.10.2020 14:47:25
25,200
c3b8a72f0c8a745decac4eff9dea81726ffd13f1
Run all angular tests instead of by file. Fix some todos.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/TestFrameworks/TestFrameworkDirectories.cs", "new_path": "Nodejs/Product/Nodejs/TestFrameworks/TestFrameworkDirectories.cs", "diff": "@@ -7,10 +7,6 @@ using System.Linq;\nnamespace Microsoft.NodejsTools.TestFrameworks\n{\n- // TODO: Remov...
C#
Apache License 2.0
microsoft/nodejstools
Run all angular tests instead of by file. Fix some todos.
410,202
13.10.2020 15:18:17
25,200
e5d137a5a922c5e31cf327fadf02ed4abfb366f9
Removed hardcoded tests
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestFrameworks/run_tests.js", "new_path": "Nodejs/Product/TestAdapter/TestFrameworks/run_tests.js", "diff": "@@ -6,31 +6,9 @@ var rl = readline.createInterface({\noutput: process.stdout\n});\n-rl.on('line', function (line2) {\n+rl.on...
C#
Apache License 2.0
microsoft/nodejstools
Removed hardcoded tests
410,202
13.10.2020 15:19:34
25,200
4b9808207ecf0913a14a8492e7bc737b3e805d7f
Removed todos, small fixes
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/TestFrameworks/TestFrameworkDirectories.cs", "new_path": "Nodejs/Product/Nodejs/TestFrameworks/TestFrameworkDirectories.cs", "diff": "@@ -21,7 +21,7 @@ namespace Microsoft.NodejsTools.TestFrameworks\nthrow new InvalidOperationException($\...
C#
Apache License 2.0
microsoft/nodejstools
Removed todos, small fixes
410,202
27.10.2020 16:46:52
25,200
13d08ce0d49f3932c6845866b39ee9f2e1130430
Address PR comments. Make test adapteres async. Fix angular, IPC communication. Fix grep regex
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NodejsConstants.cs", "new_path": "Nodejs/Product/Nodejs/NodejsConstants.cs", "diff": "@@ -17,7 +17,7 @@ namespace Microsoft.NodejsTools\npublic const string NodejsProjectExtension = \".njsproj\";\npublic const string CSharpProjectExtensio...
C#
Apache License 2.0
microsoft/nodejstools
Address PR comments. Make test adapteres async. Fix angular, IPC communication. Fix grep regex
410,221
29.10.2020 11:15:05
25,200
7f895aad7d501da24ecf9a5eee3599a589aa186b
fix: source map overrides changed to dictionary
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "diff": "@@ -652,7 +652,7 @@ namespace Microsoft.NodejsTools.Project\npublic object Server { get; set; }\n[JsonProperty(\"sourceMapPa...
C#
Apache License 2.0
microsoft/nodejstools
fix: source map overrides changed to dictionary
410,221
29.10.2020 13:40:17
25,200
dcc98f0f878c36bbbdf665c8a24c31485fab70c8
adding back the blank sourceMapPathOverrides param
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "diff": "@@ -669,6 +669,7 @@ namespace Microsoft.NodejsTools.Project\npublic object toPwaChromeServerConfig()\n{\nthis.Console = \"in...
C#
Apache License 2.0
microsoft/nodejstools
adding back the blank sourceMapPathOverrides param
410,202
02.11.2020 12:05:16
28,800
a475e8977d9e67a2aca6a4b561682833d03af1f6
Added multiproject support
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestExecutorWorker.cs", "new_path": "Nodejs/Product/TestAdapter/TestExecutorWorker.cs", "diff": "@@ -185,7 +185,12 @@ namespace Microsoft.NodejsTools.TestAdapter\nnodeArgs.Add(args.RunTestsScriptFile);\n}\n- testObjects.Add(new TestC...
C#
Apache License 2.0
microsoft/nodejstools
Added multiproject support
410,202
02.11.2020 22:20:41
28,800
e1579a8d318e1a11789a209b9a7f4baa9960d0c9
Fixed bug with rootpath on angular unit tests
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestFrameworks/Angular/Angular.js", "new_path": "Nodejs/Product/TestAdapter/TestFrameworks/Angular/Angular.js", "diff": "@@ -7,7 +7,7 @@ const { fork } = require(\"child_process\");\nprocess.env.VSTESTADAPTERPATH = __dirname;\n-const...
C#
Apache License 2.0
microsoft/nodejstools
Fixed bug with rootpath on angular unit tests
410,202
04.11.2020 17:36:34
28,800
ff70d1add6bbaf6fc393f41542a34e53474cc792
Added configPath to test adapter
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/JavaScriptTestCaseProperties.cs", "new_path": "Nodejs/Product/TestAdapter/JavaScriptTestCaseProperties.cs", "diff": "@@ -11,5 +11,6 @@ namespace Microsoft.NodejsTools.TestAdapter\npublic static readonly TestProperty NodeExePath = Tes...
C#
Apache License 2.0
microsoft/nodejstools
Added configPath to test adapter
410,202
05.11.2020 16:31:58
28,800
ef7ad4623c9375863292b59da9b5fb0a7c48ca05
Added .NET Core support. Project and cli.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestFrameworks/Angular/Angular.js", "new_path": "Nodejs/Product/TestAdapter/TestFrameworks/Angular/Angular.js", "diff": "@@ -103,14 +103,14 @@ const run_tests = async function (context) {\nconst projects = [];\nconst angularConfigPat...
C#
Apache License 2.0
microsoft/nodejstools
Added .NET Core support. Project and cli.
410,202
09.11.2020 19:13:27
28,800
b791a52d5c812572e39fb04e1b7606bb54508727
Fixed incorrect focus on non-actionable items.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NpmUI/NpmPackageInstallWindow.xaml", "new_path": "Nodejs/Product/Nodejs/NpmUI/NpmPackageInstallWindow.xaml", "diff": "Content=\"{Binding Path=SelectedPackage}\"\nContentTemplate=\"{StaticResource PackageInfoTemplate}\"\nIsTabStop=\"True\"...
C#
Apache License 2.0
microsoft/nodejstools
Fixed incorrect focus on non-actionable items.
410,202
09.11.2020 19:32:41
28,800
a863603c9a38d43fac136605b08539f4c39df257
Fixed NPM UI automation name in package list
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NpmUI/NpmInstallWindowResources.Designer.cs", "new_path": "Nodejs/Product/Nodejs/NpmUI/NpmInstallWindowResources.Designer.cs", "diff": "@@ -19,7 +19,7 @@ namespace Microsoft.NodejsTools.NpmUI {\n// class via a tool like ResGen or Visual S...
C#
Apache License 2.0
microsoft/nodejstools
Fixed NPM UI automation name in package list
410,202
11.11.2020 18:04:08
28,800
98aa85d8d0e77d15d778078f1801c406138d0d5a
Added telemetry event to TestDiscovery
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Telemetry/TelemetryEvents.cs", "new_path": "Nodejs/Product/Nodejs/Telemetry/TelemetryEvents.cs", "diff": "@@ -40,6 +40,11 @@ namespace Microsoft.NodejsTools.Telemetry\npublic const string UsedRepl = Prefix + \"UsedRepl\";\npublic const st...
C#
Apache License 2.0
microsoft/nodejstools
Added telemetry event to TestDiscovery
410,202
11.11.2020 19:13:40
28,800
01359f09ba526c96df8d2462bd949c55f51ff1c7
Corrected names of test discoverers
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/ProjectTestDiscoverer.cs", "new_path": "Nodejs/Product/TestAdapter/ProjectTestDiscoverer.cs", "diff": "@@ -12,11 +12,12 @@ using MSBuild = Microsoft.Build.Evaluation;\nnamespace Microsoft.NodejsTools.TestAdapter\n{\n- // Keep in sync...
C#
Apache License 2.0
microsoft/nodejstools
Corrected names of test discoverers
410,202
12.11.2020 11:43:46
28,800
8e6704933aa29e8c879241d71d34a8867acdf48e
Added cref to discoverer comments
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/DotNetTestDiscoverer.cs", "new_path": "Nodejs/Product/TestAdapter/DotNetTestDiscoverer.cs", "diff": "@@ -5,7 +5,7 @@ using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter;\nnamespace Microsoft.NodejsTools.TestAdapter\n{\n- //...
C#
Apache License 2.0
microsoft/nodejstools
Added cref to discoverer comments
410,202
12.11.2020 15:58:46
28,800
afc7dbe245606fb238539d14a0fc389954d4d00b
Added DefaultTestDiscoverer
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/ProjectTestDiscoverer.cs", "new_path": "Nodejs/Product/TestAdapter/ProjectTestDiscoverer.cs", "diff": "@@ -12,11 +12,9 @@ using MSBuild = Microsoft.Build.Evaluation;\nnamespace Microsoft.NodejsTools.TestAdapter\n{\n- // We require to...
C#
Apache License 2.0
microsoft/nodejstools
Added DefaultTestDiscoverer
410,202
12.11.2020 16:21:51
28,800
ef22de24fb3f038095ff35182eebc6aabd166ccd
Added supportedFrameworks whitelist
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestDiscovererWorker.cs", "new_path": "Nodejs/Product/TestAdapter/TestDiscovererWorker.cs", "diff": "@@ -16,6 +16,17 @@ namespace Microsoft.NodejsTools.TestAdapter\n{\npublic sealed class TestDiscovererWorker\n{\n+ // Keep in sync wi...
C#
Apache License 2.0
microsoft/nodejstools
Added supportedFrameworks whitelist
410,222
13.11.2020 10:16:00
28,800
cfdf3f75e73d22b785a232e35facaaf67e2e56d6
update TS template versions
[ { "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 TS template versions
410,202
13.11.2020 13:48:49
28,800
ad42177b89cc309a8af3d0be005161cf81e1f58f
Added Other to testAdapterName
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestDiscovererWorker.cs", "new_path": "Nodejs/Product/TestAdapter/TestDiscovererWorker.cs", "diff": "@@ -47,10 +47,8 @@ namespace Microsoft.NodejsTools.TestAdapter\npublic void DiscoverTests(IEnumerable<string> fileList, TestFramewor...
C#
Apache License 2.0
microsoft/nodejstools
Added Other to testAdapterName
410,202
19.11.2020 17:34:34
28,800
0a6e405e3d9982b14da0f3eb70cfaca4830c18ce
Make TestProjectFactory static. PR comments.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Tests/TestAdapter.Tests/DefaultTestDiscovererTests.cs", "new_path": "Nodejs/Tests/TestAdapter.Tests/DefaultTestDiscovererTests.cs", "diff": "@@ -11,7 +11,6 @@ using Microsoft.VisualStudio.TestPlatform.ObjectModel.Logging;\nusing Microsoft.VisualStudio.T...
C#
Apache License 2.0
microsoft/nodejstools
Make TestProjectFactory static. PR comments.
410,202
19.11.2020 18:56:16
28,800
f63375ed867086762310e4aa789516161cb1d0cd
Refactor switch case with local scope
[ { "change_type": "MODIFY", "old_path": "Nodejs/Tests/TestAdapter.Tests/TestProjectFactory.cs", "new_path": "Nodejs/Tests/TestAdapter.Tests/TestProjectFactory.cs", "diff": "@@ -83,35 +83,50 @@ namespace TestAdapter.Tests\nswitch (testFramework)\n{\ncase SupportedFramework.Jasmine:\n+ {\n+ var filePat...
C#
Apache License 2.0
microsoft/nodejstools
Refactor switch case with local scope
410,221
23.11.2020 17:08:34
28,800
94901e65c66ea9a76bcf6e37827df0442e8e7fe3
fix: updated typings causing build errors in templates The latest node types have the result of server.address() as a string | AddressInfo, which was causing a build error on the default template. Updated the templates to fix this, and also standardized the imports.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptAzureExpressApp/app.ts", "new_path": "Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptAzureExpressApp/app.ts", "diff": "-import debug = require('debug');\n-import express = require('express');\n-import path = r...
C#
Apache License 2.0
microsoft/nodejstools
fix: updated typings causing build errors in templates The latest node types have the result of server.address() as a string | AddressInfo, which was causing a build error on the default template. Updated the templates to fix this, and also standardized the imports.
410,221
24.11.2020 12:16:17
28,800
c0a4e0833273dd7f9750afd8b68187244e4e2686
using debug properly in express js template
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/ProjectTemplates/Express4App/app.js", "new_path": "Nodejs/Product/Nodejs/ProjectTemplates/Express4App/app.js", "diff": "'use strict';\n-var debug = require('debug');\n+var debug = require('debug')('my express app');\nvar express = require...
C#
Apache License 2.0
microsoft/nodejstools
using debug properly in express js template
410,226
24.02.2021 16:50:51
28,800
ffc47270fa67eec45701388e69bc0d9e5c531955
Remove private dependency Microsoft.VisualStudio.AppDesigner (causes build break)
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<PackageReference Include=\"Microsoft.TestPlatform.ObjectModel\">\n<Version>16.0.1</Version>\n</PackageReference>\n- <PackageReference Include=\"Microsoft.VisualS...
C#
Apache License 2.0
microsoft/nodejstools
Remove private dependency Microsoft.VisualStudio.AppDesigner (causes build break)
410,219
26.02.2021 10:45:27
28,800
691821b042f0ab1b7f0deb3f57ac3e6ee84eab2a
Update MicroBuild reference
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapterNetStandard/TestAdapterNetStandard.csproj", "new_path": "Nodejs/Product/TestAdapterNetStandard/TestAdapterNetStandard.csproj", "diff": "</ItemGroup>\n<ItemGroup>\n- <PackageReference Include=\"MicroBuild.Core\" Version=\"0.3.0\">\n+ <...
C#
Apache License 2.0
microsoft/nodejstools
Update MicroBuild reference
410,212
29.03.2021 16:32:46
25,200
4f3679eab86355148f38d7a8953624b478050b75
Updating references for dev17
[ { "change_type": "MODIFY", "old_path": "Build/Common.Build.settings", "new_path": "Build/Common.Build.settings", "diff": "<CodeCoverageEnabled Condition=\"'$(CodeCoverageEnabled)'==''\">false</CodeCoverageEnabled>\n- <VisualStudioVersion Condition=\"'$(VisualStudioVersion)' == ''\">16.0</VisualStudi...
C#
Apache License 2.0
microsoft/nodejstools
Updating references for dev17
410,212
29.03.2021 16:55:29
25,200
30f78b44850af39cd4947d7c1175efa4051762e0
Changing target back to 16.0 to facilitate pipeline build
[ { "change_type": "MODIFY", "old_path": "Build/Common.Build.settings", "new_path": "Build/Common.Build.settings", "diff": "<CodeCoverageEnabled Condition=\"'$(CodeCoverageEnabled)'==''\">false</CodeCoverageEnabled>\n<VisualStudioVersion Condition=\"'$(VisualStudioVersion)' == ''\">17.0</VisualStudioV...
C#
Apache License 2.0
microsoft/nodejstools
Changing target back to 16.0 to facilitate pipeline build
410,219
14.04.2021 17:44:07
25,200
b038a44884af41414331f9db4bb4f2ff0678db0d
[WIP] Start moving to merged interops
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<OutputSubPath>Node.js</OutputSubPath>\n</VSTemplate>-->\n</ItemDefinitionGroup>\n- <ItemGroup>\n- <Reference Include=\"Microsoft.VisualStudio.TestWindow.Interfac...
C#
Apache License 2.0
microsoft/nodejstools
[WIP] Start moving to merged interops
410,219
15.04.2021 12:43:37
25,200
1d40cc5534966a9d3386d9f53027173140ed03eb
Finish updating to merged interops
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "</T4ParameterValues>\n</ItemGroup>\n<ItemGroup>\n- <PackageReference Include=\"Microsoft.Build\">\n- <Version>16.6.0</Version>\n- </PackageReference>\n- <PackageR...
C#
Apache License 2.0
microsoft/nodejstools
Finish updating to merged interops
410,219
15.04.2021 13:26:37
25,200
e42cd2c5239eb44cbf0e4f46aeca75cf55c6daba
Add additional excludes to have zero dependency analyzer warnings
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<Version>17.0.12-preview-0001-g930963cc5f</Version>\n</PackageReference>\n<PackageReference Include=\"Microsoft.VisualStudio.Workspace.VSIntegration\">\n- <Versio...
C#
Apache License 2.0
microsoft/nodejstools
Add additional excludes to have zero dependency analyzer warnings
410,219
15.04.2021 13:38:58
25,200
0ece107181fec6c2da9153bb72f1a75310968385
Delete implementation of deprecated project load interface
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/SharedProject/ProjectFactory.cs", "new_path": "Nodejs/Product/Nodejs/SharedProject/ProjectFactory.cs", "diff": "@@ -15,7 +15,7 @@ namespace Microsoft.VisualStudioTools.Project\n/// Creates projects within the solution\n/// </summary>\n- p...
C#
Apache License 2.0
microsoft/nodejstools
Delete implementation of deprecated project load interface
410,219
16.04.2021 09:36:17
25,200
0327de9a647d1105441fb9df0fc1cf2a2b374012
Switch to single internal feed
[ { "change_type": "MODIFY", "old_path": "nuget.config", "new_path": "nuget.config", "diff": "<configuration>\n<packageSources>\n<clear />\n- <add key=\"vssdk-unifiedPIAs\" value=\"https://pkgs.dev.azure.com/devdiv/DevDiv/_packaging/vssdk-unifiedPIAs/nuget/v3/index.json\" />\n- <add key=\"vssdk\" valu...
C#
Apache License 2.0
microsoft/nodejstools
Switch to single internal feed
410,219
19.04.2021 10:14:03
25,200
90f6a23f65ff3d75e754675db5bd0b632a03206f
Update VSWebSite.Interop reference
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<Version>4.5.0</Version>\n</PackageReference>\n<PackageReference Include=\"VsWebSite.Interop\">\n- <Version>17.0.0-preview-1-31209-1111</Version>\n+ <Version>17.0...
C#
Apache License 2.0
microsoft/nodejstools
Update VSWebSite.Interop reference
410,219
22.04.2021 15:33:44
25,200
ff6853b2105e51c5e52a6e165d95881e2eb7c217
Update package versions to signed versions
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<Version>4.7.0</Version>\n</PackageReference>\n<PackageReference Include=\"Microsoft.VisualStudio.Debugger.Interop.10.0\">\n- <Version>17.0.0-preview-1-31209-1111...
C#
Apache License 2.0
microsoft/nodejstools
Update package versions to signed versions
410,219
22.04.2021 15:47:44
25,200
b8cdf4267d44801eb2dc36d6adddff563ab9477a
Move back to private feed for now
[ { "change_type": "MODIFY", "old_path": "nuget.config", "new_path": "nuget.config", "diff": "<configuration>\n<packageSources>\n<clear />\n- <add key=\"vssdk\" value=\"https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json\" />\n+ <add key=\"TS-Dependencies\" value=\"https...
C#
Apache License 2.0
microsoft/nodejstools
Move back to private feed for now
410,219
22.04.2021 16:18:01
25,200
1c7e060fef1410c56abff7fdf55c5e73199830b5
Adjust more dep versions
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<Version>17.0.0-preview-2-31221-277</Version>\n</PackageReference>\n<PackageReference Include=\"Microsoft.VisualStudio.TestWindow.Interfaces\">\n- <Version>17.0.0...
C#
Apache License 2.0
microsoft/nodejstools
Adjust more dep versions
410,219
23.04.2021 10:07:04
25,200
e25f914e8ba7d81f9e528d7c6162f74a034aeddb
Remove final workaround
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<PackageReference Include=\"Microsoft.VisualStudio.Debugger.InteropA\">\n<Version>17.0.0-preview-2-31221-277</Version>\n</PackageReference>\n+ <PackageReference I...
C#
Apache License 2.0
microsoft/nodejstools
Remove final workaround
410,219
04.05.2021 11:37:46
25,200
a5b376a6eac0d7545b041484fe574e2d30c7aedb
Consume feature flags interop types from package
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<Compile Include=\"Diagnostics\\NodeJsToolsEventSource.cs\" />\n<Compile Include=\"Project\\OperationProgressService.cs\" />\n<Compile Include=\"Repl\\Interactive...
C#
Apache License 2.0
microsoft/nodejstools
Consume feature flags interop types from package