author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
410,218
12.09.2017 14:36:55
25,200
c3dee4d9b278db5b9a6f0f405ed64c15ae6d61f3
Add task to run npm install if types packages are needed
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptAzureNodejsWorker/Worker.vstemplate", "new_path": "Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptAzureNodejsWorker/Worker.vstemplate", "diff": "<ProjectItem ReplaceParameters=\"true\">README.md</ProjectItem>\...
C#
Apache License 2.0
microsoft/nodejstools
Add task to run npm install if types packages are needed
410,218
15.09.2017 18:21:27
25,200
5855fcd7183b885d65766fce5636f86fd926f09d
Added node nested folder
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptExpressApp/ExpressApp.vstemplate", "new_path": "Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptExpressApp/ExpressApp.vstemplate", "diff": "</Folder>\n<Folder Name=\"node_modules\">\n<Folder Name=\"@types\">\n+...
C#
Apache License 2.0
microsoft/nodejstools
Added node nested folder
410,218
15.09.2017 22:37:04
25,200
43bdf7244281aea4a3da87f5e7daca7db880dfcc
Tidied up the csproj items for easier validation
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<ZipProject Include=\"ProjectTemplates\\FromExistingCode\\FromExistingCode.vstemplate\">\n<SubType>Designer</SubType>\n</ZipProject>\n- <TypeScriptProject Include...
C#
Apache License 2.0
microsoft/nodejstools
Tidied up the csproj items for easier validation
410,218
17.09.2017 09:47:32
25,200
5aa7d4a1b16e440c846b5e1e5634036a7b1d50e2
Fixed escaping for in .vstemplate files
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptAzureExpressApp/TypeScriptExpressApp.vstemplate", "new_path": "Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptAzureExpressApp/TypeScriptExpressApp.vstemplate", "diff": "<TemplateContent>\n<Project File=\"TypeS...
C#
Apache License 2.0
microsoft/nodejstools
Fixed escaping for @types in .vstemplate files
410,218
17.09.2017 20:20:18
25,200
7989dc49b6c40c5164a16acbedb23b477c6d1046
Create node_modules/@types after project creation
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/ProjectWizard/NpmWizardExtension.cs", "new_path": "Nodejs/Product/ProjectWizard/NpmWizardExtension.cs", "diff": "using System.Collections.Generic;\nusing System.Diagnostics;\n+using System.IO;\nusing Microsoft.VisualStudio.TemplateWizard;\nnames...
C#
Apache License 2.0
microsoft/nodejstools
Create node_modules/@types after project creation (cherry picked from commit 0be5a02f59e1aa93293352eefe9178160167855f)
410,218
20.09.2017 14:12:00
25,200
55d6c6fb873b69acbaf0190138da7cd4eba15bdc
Fix incremental builds not including the TypeScript project templates
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<Target Name=\"AfterBuild\">\n</Target>\n-->\n- <Target Name=\"TransformTypeScriptProjects\" BeforeTargets=\"MainResourcesGeneration\">\n+ <Target Name=\"Transfor...
C#
Apache License 2.0
microsoft/nodejstools
Fix incremental builds not including the TypeScript project templates (cherry picked from commit 40e62c6e02164523633fbcb8c03000863773c3b6)
410,217
25.09.2017 16:28:50
25,200
dc84ac816b9c447bc716493a0dbbce230878a0ed
Make sure we query for single letter packages
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NpmUI/NpmWorker.cs", "new_path": "Nodejs/Product/Nodejs/NpmUI/NpmWorker.cs", "diff": "@@ -106,11 +106,71 @@ namespace Microsoft.NodejsTools.NpmUI\nTelemetryHelper.LogSearchNpm();\n- var relativeUri = $\"/-/v1/search?text={WebUtility.UrlEn...
C#
Apache License 2.0
microsoft/nodejstools
Make sure we query for single letter packages
410,217
26.09.2017 12:50:57
25,200
b235347383d0652bf2b7fd643f77589d1979abde
Various minor changes to improve readability
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/AbstractNpmNode.cs", "new_path": "Nodejs/Product/Nodejs/Project/AbstractNpmNode.cs", "diff": "@@ -131,7 +131,7 @@ namespace Microsoft.NodejsTools.Project\ncontinue;\n}\n- if (modules != null && modules.Contains(dep.Package, new Pa...
C#
Apache License 2.0
microsoft/nodejstools
Various minor changes to improve readability
410,217
26.09.2017 14:02:28
25,200
bd95e2542bd94edfd4f89d11c8f629b92e6cfcbf
Add missing string to be translated Fixes
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/InteractiveWindow/Resources.resx", "new_path": "Nodejs/Product/InteractiveWindow/Resources.resx", "diff": "<value>text/microsoft-resx</value>\n</resheader>\n<resheader name=\"version\">\n- <value>0.5</value>\n+ <value>2.0</value>\n</resheader>\n...
C#
Apache License 2.0
microsoft/nodejstools
Add missing string to be translated Fixes #1700
410,217
26.09.2017 14:10:59
25,200
05679ed4bd2f7abe52f663e53b6cfe5327c16ff3
ALlows the description in the attach to process dialog to be localized. This fixed
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Resources.Designer.cs", "new_path": "Nodejs/Product/Nodejs/Resources.Designer.cs", "diff": "@@ -152,6 +152,15 @@ namespace Microsoft.NodejsTools {\n}\n}\n+ /// <summary>\n+ /// Looks up a localized string similar to Allows attaching to No...
C#
Apache License 2.0
microsoft/nodejstools
ALlows the description in the attach to process dialog to be localized. This fixed #1699
410,217
26.09.2017 14:32:56
25,200
075e66bfe9e775282751a43e555a748cf4d9e049
Localize Jade Classification names This fixes
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Resources.Designer.cs", "new_path": "Nodejs/Product/Nodejs/Resources.Designer.cs", "diff": "@@ -400,6 +400,51 @@ namespace Microsoft.NodejsTools {\n}\n}\n+ /// <summary>\n+ /// Looks up a localized string similar to Jade Class Literal.\n+...
C#
Apache License 2.0
microsoft/nodejstools
Localize Jade Classification names This fixes #1694
410,217
26.09.2017 14:52:28
25,200
b1291ee535dcedacecb5b5f16ca79f3f5d5ea718
Allow Interactive Windows classification names to be localized This fixes
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/InteractiveWindow/Resources.Designer.cs", "new_path": "Nodejs/Product/InteractiveWindow/Resources.Designer.cs", "diff": "@@ -78,6 +78,159 @@ namespace Microsoft.NodejsTools.Repl {\n}\n}\n+ /// <summary>\n+ /// Looks up a localized string similar...
C#
Apache License 2.0
microsoft/nodejstools
Allow Interactive Windows classification names to be localized This fixes #1693
410,217
26.09.2017 16:41:39
25,200
c299f15fd410b946d308703b9c64e4bd31870088
Show the correct message when the local package is missing Fixes
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NpmUI/NpmPackageInstallWindow.xaml", "new_path": "Nodejs/Product/Nodejs/NpmUI/NpmPackageInstallWindow.xaml", "diff": "x:Name=\"LocalInstallMissingMessage\"\nVisibility=\"Collapsed\"\nFontWeight=\"Bold\"\n+ Foreground=\"Red\"\nText=\"{x:St...
C#
Apache License 2.0
microsoft/nodejstools
Show the correct message when the local package is missing Fixes #1043
410,217
28.09.2017 09:44:38
25,200
9a2c69cd42e0e8800688683309caca8a6ec2734d
Use SharedPropPage for project property pages. This way we can properly theme them in the future.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<Reference Include=\"Microsoft.VisualStudio.Debugger.Interop.11.0, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL\...
C#
Apache License 2.0
microsoft/nodejstools
Use SharedPropPage for project property pages. This way we can properly theme them in the future.
410,217
29.09.2017 16:10:05
25,200
266a9418ab290567ca7862f940a26db35278666b
Add Jasmine Templates for js and ts This supports PR for Issue
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<SubType>Designer</SubType>\n</ZipItem>\n<None Include=\"Theme\\Microsoft.NodejsTools.theme.v15.0.pkgdef\" />\n+ <ZipItem Include=\"Templates\\Files\\JasmineUnitT...
C#
Apache License 2.0
microsoft/nodejstools
Add Jasmine Templates for js and ts This supports PR #1696 for Issue #296
410,217
29.09.2017 16:50:22
25,200
29cf08cbba2b98faf044cb08534673b296047beb
Cleanup code to defaults
[ { "change_type": "MODIFY", "old_path": "Common/Product/SharedProject/ProcessOutput.cs", "new_path": "Common/Product/SharedProject/ProcessOutput.cs", "diff": "@@ -62,16 +62,16 @@ namespace Microsoft.VisualStudioTools.Project\ninternal sealed class TeeRedirector : Redirector, IDisposable\n{\n- private...
C#
Apache License 2.0
microsoft/nodejstools
Cleanup code to defaults
410,217
29.09.2017 16:57:31
25,200
8980c802badb9284bda8d0305158296b97e69bdc
unused methods and named variables
[ { "change_type": "MODIFY", "old_path": "Common/Product/SharedProject/ProcessOutput.cs", "new_path": "Common/Product/SharedProject/ProcessOutput.cs", "diff": "@@ -596,7 +596,7 @@ namespace Microsoft.VisualStudioTools.Project\n}\n}\n- public int? ProcessId => this.process != null ? this.process.Id : (...
C#
Apache License 2.0
microsoft/nodejstools
unused methods and named variables
410,217
02.10.2017 17:23:33
25,200
7bd0c7ee5ff6ad68914e10ed73071c311be1ace6
Attach Node 8 debugger when running on Node 8
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/TestExecutor.cs", "new_path": "Nodejs/Product/TestAdapter/TestExecutor.cs", "diff": "@@ -50,6 +50,9 @@ namespace Microsoft.NodejsTools.TestAdapter\n{\npublic const string ExecutorUriString = \"executor://NodejsTestExecutor/v1\";\npub...
C#
Apache License 2.0
microsoft/nodejstools
Attach Node 8 debugger when running on Node 8
410,217
03.10.2017 17:04:12
25,200
d9a3985feae1a1bc67a695aa9902aa9488965c28
Clean up final bits.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsGeneralPropertyPageControl.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsGeneralPropertyPageControl.cs", "diff": "@@ -50,7 +50,7 @@ namespace Microsoft.NodejsTools.Project\nthis._startBrowser.Text = Resources.Propert...
C#
Apache License 2.0
microsoft/nodejstools
Clean up final bits.
410,217
09.10.2017 16:14:26
25,200
babe9d0ea81ea525b8fdfdfd8181fbd97ae779d8
Add info command to Repl so we can easily get info about the Node.js exe used by the interactive window.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<Compile Include=\"Debugger\\ExceptionHitTreatment.cs\" />\n<Compile Include=\"Debugger\\ExceptionHandler.cs\" />\n<Compile Include=\"ProvideLanguageTemplates.cs\...
C#
Apache License 2.0
microsoft/nodejstools
Add info command to Repl so we can easily get info about the Node.js exe used by the interactive window.
410,217
09.10.2017 16:21:03
25,200
b12e52a87b8438995dd6d0d74c750bd43cf3f096
Localize the string literals.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Repl/InfoReplCommand.cs", "new_path": "Nodejs/Product/Nodejs/Repl/InfoReplCommand.cs", "diff": "using System;\nusing System.ComponentModel.Composition;\nusing System.Diagnostics;\n+using System.Globalization;\nusing System.Threading.Tasks...
C#
Apache License 2.0
microsoft/nodejstools
Localize the string literals.
410,217
10.10.2017 17:30:14
25,200
687b50e51c77cc637d084b53fb8c6cae997a4167
Loc '(latest)' in the Npm Install GUI
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NpmUI/NpmInstallWindowResources.Designer.cs", "new_path": "Nodejs/Product/Nodejs/NpmUI/NpmInstallWindowResources.Designer.cs", "diff": "@@ -177,6 +177,15 @@ namespace Microsoft.NodejsTools.NpmUI {\n}\n}\n+ /// <summary>\n+ /// Looks up a ...
C#
Apache License 2.0
microsoft/nodejstools
Loc '(latest)' in the Npm Install GUI
410,217
03.10.2017 15:34:49
25,200
e8546dd61c791e1d96c2ab8463d75ca298ff984f
Another attempt to attach
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "diff": "@@ -77,7 +77,7 @@ namespace Microsoft.NodejsTools.Project\n}\nelse if (debug && chromeProtocolRequired)\n{\n- if (CheckUseNe...
C#
Apache License 2.0
microsoft/nodejstools
Another attempt to attach
410,217
19.10.2017 15:33:15
25,200
6dc4c008c8feebe9355b1f8e8eff642ddeeca715
Remove /*!*/ comment
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/InteractiveWindow/Repl/ReplWindow.cs", "new_path": "Nodejs/Product/InteractiveWindow/Repl/ReplWindow.cs", "diff": "@@ -57,21 +57,21 @@ namespace Microsoft.NodejsTools.Repl\nprivate List<IReplCommand> _commands;\nprivate IWpfTextViewHost _textVie...
C#
Apache License 2.0
microsoft/nodejstools
Remove /*!*/ comment
410,217
20.10.2017 16:26:31
25,200
6278e288dcdfc5202d605e8baa844feaa6497907
Fix build number calc so it works with Draft build templates
[ { "change_type": "MODIFY", "old_path": "Build/Common.Build.settings", "new_path": "Build/Common.Build.settings", "diff": "</PropertyGroup>\n<PropertyGroup Condition=\"'$(BUILD_BUILDNUMBER)' != ''\">\n- <VersionCurrentYearOffset>$([MSBuild]::Subtract($([System.Int32]::Parse($(BUILD_BUILDNUMBER.Substr...
C#
Apache License 2.0
microsoft/nodejstools
Fix build number calc so it works with Draft build templates
410,217
20.10.2017 16:47:26
25,200
0164f57d5e1518b1a6b6e8779e6ac9dc6b08fe6a
Update pkg folder
[ { "change_type": "MODIFY", "old_path": "Nodejs/Setup/NodejsTools.vsmanproj", "new_path": "Nodejs/Setup/NodejsTools.vsmanproj", "diff": "<PropertyGroup>\n<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>\n</PropertyGroup>\n- <Import Project=\"..\\packages\\MicroBuild.Core.0.2.0\\build\\MicroBui...
C#
Apache License 2.0
microsoft/nodejstools
Update pkg folder
410,217
20.10.2017 17:18:02
25,200
dfd66c5380ba096f15bb2e798979cb86524b64d5
Moving things back to the main solution
[ { "change_type": "MODIFY", "old_path": "Nodejs/Setup/NodejsTools.vsmanproj", "new_path": "Nodejs/Setup/NodejsTools.vsmanproj", "diff": "<PropertyGroup>\n<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>\n</PropertyGroup>\n- <Import Project=\".\\packages\\MicroBuild.Core.0.2.0\\build\\MicroBuil...
C#
Apache License 2.0
microsoft/nodejstools
Moving things back to the main solution
410,217
20.10.2017 17:19:47
25,200
b64e52bbc6eddecf9069e82f22bf8b62a7e1dda4
Make sure build order is correct
[ { "change_type": "MODIFY", "old_path": "Nodejs/NodejsTools.sln", "new_path": "Nodejs/NodejsTools.sln", "diff": "@@ -31,6 +31,11 @@ EndProject\nProject(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"TestAdapterShim\", \"Product\\TestAdapterShim\\TestAdapterShim.csproj\", \"{A9609A35-B083-41A9-A0E8-A...
C#
Apache License 2.0
microsoft/nodejstools
Make sure build order is correct
410,217
20.10.2017 17:32:30
25,200
1cf215f74358fb74778bd8ff8b35e24d7d16a3f0
Fix Release/Debug issue
[ { "change_type": "MODIFY", "old_path": "Nodejs/NodejsTools.sln", "new_path": "Nodejs/NodejsTools.sln", "diff": "@@ -91,8 +91,8 @@ Global\n{A9609A35-B083-41A9-A0E8-AA1E2C4DA9A9}.Release|Any CPU.Build.0 = Release|Any CPU\n{D9BADB3D-B6E9-4A54-8196-9374CFB93DA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\n...
C#
Apache License 2.0
microsoft/nodejstools
Fix Release/Debug issue
410,217
23.10.2017 11:19:16
25,200
cc8bcdea5eff5da931d8a47938c20b33b098604d
Clean up vsmanproj
[ { "change_type": "DELETE", "old_path": "Nodejs/Setup/NodejsTools.Profiling.vsmanproj", "new_path": null, "diff": "-<?xml version=\"1.0\" encoding=\"utf-8\"?>\n-<Project ToolsVersion=\"15.0\" DefaultTargets=\"Build\"\n- xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\n-\n- <PropertyGro...
C#
Apache License 2.0
microsoft/nodejstools
Clean up vsmanproj
410,217
24.10.2017 12:35:28
25,200
d1d6622f11f46c95cc4b2d68d0ebaf6a47b69a06
Working attempt to attach on project launch
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapter/VisualStudioApp.cs", "new_path": "Nodejs/Product/TestAdapter/VisualStudioApp.cs", "diff": "@@ -175,7 +175,11 @@ namespace Microsoft.VisualStudioTools\nreturn (DTE)runningObject;\n}\n- private static readonly Guid WebKitDebuggerV2Guid...
C#
Apache License 2.0
microsoft/nodejstools
Working attempt to attach on project launch
410,217
24.10.2017 16:22:25
25,200
57bfc88d68624ac02ce2231da42c7f07004fd258
Strip BOM so JSON.parse doesn't crash
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapterImpl/TestFrameworks/run_tests.js", "new_path": "Nodejs/Product/TestAdapterImpl/TestFrameworks/run_tests.js", "diff": "@@ -9,6 +9,12 @@ var rl = readline.createInterface({\nrl.on('line', (line) => {\nrl.close();\n+\n+ // strip the BOM ...
C#
Apache License 2.0
microsoft/nodejstools
Strip BOM so JSON.parse doesn't crash
410,217
24.10.2017 16:23:35
25,200
05c12dc3477c4fc9222c6bb3ae2a211545bdeb78
Add additional fallback so we can find the VS Root
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapterImpl/TestDiscoverer.cs", "new_path": "Nodejs/Product/TestAdapterImpl/TestDiscoverer.cs", "diff": "@@ -35,6 +35,10 @@ namespace Microsoft.NodejsTools.TestAdapter\nvar env = new Dictionary<string, string>();\nvar root = Environment.GetE...
C#
Apache License 2.0
microsoft/nodejstools
Add additional fallback so we can find the VS Root
410,217
25.10.2017 15:35:56
25,200
dafc1d9e32d3606ffc7ed3054b32fe7efa05f8f0
Clean up in sln and vsmanproj
[ { "change_type": "MODIFY", "old_path": "Nodejs/NodejsTools.sln", "new_path": "Nodejs/NodejsTools.sln", "diff": "@@ -31,11 +31,6 @@ EndProject\nProject(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"TestAdapter\", \"Product\\TestAdapter\\TestAdapter.csproj\", \"{A9609A35-B083-41A9-A0E8-AA1E2C4DA9A9}...
C#
Apache License 2.0
microsoft/nodejstools
Clean up in sln and vsmanproj
410,217
25.10.2017 14:28:25
25,200
1990870c13a4d053f35874fb20c8830411ecbe3a
Ensure typescript templates are dropped in right folder
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<ZipProject Include=\"ProjectTemplates\\CloudService\\ServiceConfiguration.Cloud.cscfg\" />\n<ZipProject Include=\"ProjectTemplates\\CloudService\\ServiceConfigur...
C#
Apache License 2.0
microsoft/nodejstools
Ensure typescript templates are dropped in right folder
410,217
26.10.2017 15:50:11
25,200
7da02f80d8ba5d657042cf30ee7cdcccb7f2542a
Mark extensions as SystemComponent This way they don't show in the 'Extensions and Updates' dialog
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/InteractiveWindow/source.extension.vsixmanifest", "new_path": "Nodejs/Product/InteractiveWindow/source.extension.vsixmanifest", "diff": "<!-- Version=\"11.0\" specifies the minimum (not the maximum) version, and the\nId specifications are minimu...
C#
Apache License 2.0
microsoft/nodejstools
Mark extensions as SystemComponent This way they don't show in the 'Extensions and Updates' dialog
410,217
27.10.2017 15:07:16
25,200
92a91bcd7ac8f75807682342c93a5f91a700a0b3
Attach for Unit Tests
[ { "change_type": "MODIFY", "old_path": "Common/Product/SharedProject/ProcessOutput.cs", "new_path": "Common/Product/SharedProject/ProcessOutput.cs", "diff": "@@ -60,56 +60,6 @@ namespace Microsoft.VisualStudioTools.Project\n}\n}\n- internal sealed class TeeRedirector : Redirector, IDisposable\n- {\n...
C#
Apache License 2.0
microsoft/nodejstools
Attach for Unit Tests
410,217
31.10.2017 14:51:08
25,200
707e9b1baf07c21715ef7c191974f2fc349ad193
Add Info Bar when we can't find node Show an info bar on project open/create instead of just a messagebox on debug. This should help users getting started.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "</Compile>\n<Compile Include=\"NpmUI\\PackageCatalogEntryViewModel.cs\" />\n<Compile Include=\"Project\\AzureToolsContracts.cs\" />\n+ <Compile Include=\"Project\...
C#
Apache License 2.0
microsoft/nodejstools
Add Info Bar when we can't find node Show an info bar on project open/create instead of just a messagebox on debug. This should help users getting started.
410,217
31.10.2017 17:00:18
25,200
681602aa878ccd05522c18df5e2d28e577ba6efc
Update text in info bar.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Resources.Designer.cs", "new_path": "Nodejs/Product/Nodejs/Resources.Designer.cs", "diff": "@@ -689,7 +689,7 @@ namespace Microsoft.NodejsTools {\n}\n/// <summary>\n- /// Looks up a localized string similar to Could not find a Node.js run...
C#
Apache License 2.0
microsoft/nodejstools
Update text in info bar.
410,217
01.11.2017 14:52:07
25,200
916547e42390af4ffce13a9ae2d417a5de3aaa04
Detach the debugger when done testing Since Node 8 doesn't exit when debugging unless you detach, we should detach when the test are done.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapterImpl/TestExecutor.cs", "new_path": "Nodejs/Product/TestAdapterImpl/TestExecutor.cs", "diff": "@@ -58,6 +58,8 @@ namespace Microsoft.NodejsTools.TestAdapter\nprivate readonly ManualResetEvent cancelRequested = new ManualResetEvent(fals...
C#
Apache License 2.0
microsoft/nodejstools
Detach the debugger when done testing Since Node 8 doesn't exit when debugging unless you detach, we should detach when the test are done.
410,217
02.11.2017 17:06:04
25,200
04d62664abc82071e0c25ba78e6538f6e0e72ae3
Re-order the project property page This is in preparation for some other changes.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsGeneralPropertyPageControl.Designer.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsGeneralPropertyPageControl.Designer.cs", "diff": "private void InitializeComponent()\n{\nthis.components = new System.ComponentModel.C...
C#
Apache License 2.0
microsoft/nodejstools
Re-order the project property page This is in preparation for some other changes.
410,217
02.11.2017 17:31:50
25,200
056ee340b95365c3b1caf4906cc1ce45fcc619a4
Set the Cue Banner for the Environment Variable text box Fixes
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsGeneralPropertyPageControl.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsGeneralPropertyPageControl.cs", "diff": "@@ -216,6 +216,14 @@ namespace Microsoft.NodejsTools.Project\nnew IntPtr(1), // fDrawFocused == true\n...
C#
Apache License 2.0
microsoft/nodejstools
Set the Cue Banner for the Environment Variable text box Fixes #1703
410,217
03.11.2017 14:48:55
25,200
e6c5250ac7ff325cc112e01c579c399774dd7d16
Clean up Remove CueBanner Remove custom file/folder browsing, and replace with implementation from VS
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NodejsPackage.cs", "new_path": "Nodejs/Product/Nodejs/NodejsPackage.cs", "diff": "@@ -270,65 +270,5 @@ namespace Microsoft.NodejsTools\n{\nreturn (T)GetDialogPage(typeof(T));\n}\n-\n- public string BrowseForDirectory(IntPtr owner, string ...
C#
Apache License 2.0
microsoft/nodejstools
Clean up Remove CueBanner Remove custom file/folder browsing, and replace with implementation from VS
410,217
03.11.2017 16:49:12
25,200
524dcb46ba9359347505bd7f074dd49d9af85599
Add time out when starting browser Add a time out when starting browser while debugging, if we can't figure out the process id of the node process we've started. Fixes
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "diff": "@@ -421,7 +421,7 @@ namespace Microsoft.NodejsTools.Project\nvar uri = new Uri(webBrowserUrl);\nOnPortOpenedHandler.CreateHa...
C#
Apache License 2.0
microsoft/nodejstools
Add time out when starting browser Add a time out when starting browser while debugging, if we can't figure out the process id of the node process we've started. Fixes #1711
410,217
03.11.2017 17:39:13
25,200
f31c8b263ab485f94efa90a3604e66e50807ba36
Don't use windows username in package.json template This fixes
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/ProjectTemplates/AzureExpress4App/package.json", "new_path": "Nodejs/Product/Nodejs/ProjectTemplates/AzureExpress4App/package.json", "diff": "},\n\"description\": \"$projectname$\",\n\"author\": {\n- \"name\": \"$username$\"\n+ \"name\": ...
C#
Apache License 2.0
microsoft/nodejstools
Don't use windows username in package.json template This fixes #1233
410,217
08.11.2017 12:40:45
28,800
e23925371beb14656fbbc512c6bf50de86733f83
Refactor ProjectNode Move user project file code to base class.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/SharedProject/CommonProjectNode.cs", "new_path": "Nodejs/Product/Nodejs/SharedProject/CommonProjectNode.cs", "diff": "@@ -49,7 +49,7 @@ namespace Microsoft.VisualStudioTools.Project\nprivate readonly Dictionary<string, FileSystemEventHand...
C#
Apache License 2.0
microsoft/nodejstools
Refactor ProjectNode Move user project file code to base class.
410,217
09.11.2017 14:16:03
28,800
868c7932f3d7d91c8156ea0b737f4dc89095aba6
Clean up as prep for the bigger interactive window change
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<Compile Include=\"Project\\NodejsFileNode.cs\" />\n<Compile Include=\"ProvideEditorExtension2Attribute.cs\" />\n<Compile Include=\"Repl\\ClearReplCommand.cs\" />...
C#
Apache License 2.0
microsoft/nodejstools
Clean up as prep for the bigger interactive window change
410,217
09.11.2017 10:50:15
28,800
b0b9aaab021c912b5e6e51456b3e14e6f47629cd
Add option to store node.js settings in user file This fixes
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NodejsConstants.cs", "new_path": "Nodejs/Product/Nodejs/NodejsConstants.cs", "diff": "@@ -88,5 +88,6 @@ namespace Microsoft.NodejsTools\ninternal const string TypeScriptModuleKind = \"TypeScriptModuleKind\";\ninternal const string TypeScr...
C#
Apache License 2.0
microsoft/nodejstools
Add option to store node.js settings in user file This fixes #602
410,217
13.11.2017 14:52:53
28,800
dff1149a6f42778408ba028b69d2b36fed67a302
More prep to make the actual change better readable
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Repl/NodejsReplEvaluator.cs", "new_path": "Nodejs/Product/Nodejs/Repl/NodejsReplEvaluator.cs", "diff": "@@ -253,42 +253,42 @@ namespace Microsoft.NodejsTools.Repl\ninternal class ListenerThread : JsonListener, IDisposable\n{\n- private re...
C#
Apache License 2.0
microsoft/nodejstools
More prep to make the actual change better readable
410,217
14.11.2017 13:37:42
28,800
662732ae2b4ae0f5a1f9b040ddb43c72fb62fcbc
disable default warnings as errors
[ { "change_type": "MODIFY", "old_path": "Build/Common.Build.CSharp.settings", "new_path": "Build/Common.Build.CSharp.settings", "diff": "<Language>C#</Language> <!-- Duplicated from the C# targets file -->\n<Platform Condition=\"'$(Platform)'==''\">AnyCPU</Platform>\n- <CodeAnalysisTreatWarningsAsErr...
C#
Apache License 2.0
microsoft/nodejstools
disable default warnings as errors
410,217
15.11.2017 12:39:19
28,800
98bec7c4b165bb4c68500396cf8f8eb6628946cb
Add support for npm commands in folder view Adds a right-click menu item to package.json with the following commands: * Install Missing Packages * Update Packages * Install New Package (opens UI)
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Guids.cs", "new_path": "Nodejs/Product/Nodejs/Guids.cs", "diff": "@@ -12,6 +12,7 @@ namespace Microsoft.NodejsTools\npublic const string NodejsCmdSetString = \"695e37e2-c6df-4e0a-8833-f688e4c65f1f\";\npublic const string NodejsDebugLangua...
C#
Apache License 2.0
microsoft/nodejstools
Add support for npm commands in folder view Adds a right-click menu item to package.json with the following commands: * Install Missing Packages * Update Packages * Install New Package (opens UI)
410,217
16.11.2017 11:25:42
28,800
01f163e0ce5392b9e1bcdb33070462b410ff8917
Ensure jasmine.js is always copied to the output directory
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapterImpl/TestAdapterImpl.csproj", "new_path": "Nodejs/Product/TestAdapterImpl/TestAdapterImpl.csproj", "diff": "<Content Include=\"TestFrameworks\\find_tests.js\">\n<CopyToOutputDirectory>Always</CopyToOutputDirectory>\n</Content>\n- <Con...
C#
Apache License 2.0
microsoft/nodejstools
Ensure jasmine.js is always copied to the output directory
410,217
21.11.2017 11:32:10
28,800
2478b799ef672d745327ae6ced01eddaed6611e7
Fix interactive window colors
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Repl/NodejsReplEvaluator.cs", "new_path": "Nodejs/Product/Nodejs/Repl/NodejsReplEvaluator.cs", "diff": "@@ -359,7 +359,7 @@ namespace Microsoft.NodejsTools.Repl\nprivate static InteractiveWindowColor Change(InteractiveWindowColor? from, I...
C#
Apache License 2.0
microsoft/nodejstools
Fix interactive window colors
410,217
27.11.2017 14:25:36
28,800
1ef1ab95461cc89be4d230005572ba3c55b92639
Simplify the API to read package.json files
[ { "change_type": "DELETE", "old_path": "Nodejs/Product/Npm/DirectoryPackageJsonSource.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-using System.IO;\n...
C#
Apache License 2.0
microsoft/nodejstools
Simplify the API to read package.json files
410,217
30.11.2017 14:16:42
28,800
15df3527bb80c627594b134ae9dd2c92241d0903
Integrate Output window support
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<Compile Include=\"Repl\\ReplOutputClassificationFormatDefinitions.cs\" />\n<Compile Include=\"Repl\\ReplOutputClassifier.cs\" />\n<Compile Include=\"Repl\\ReplOu...
C#
Apache License 2.0
microsoft/nodejstools
Integrate Output window support
410,217
30.11.2017 15:05:44
28,800
cfcd34e0559323fedc13b64b2857f27f161e1076
Make the package comparer handle null correctly And don't create a new instance each time, since there is no state.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/AbstractNpmNode.cs", "new_path": "Nodejs/Product/Nodejs/Project/AbstractNpmNode.cs", "diff": "@@ -14,12 +14,12 @@ namespace Microsoft.NodejsTools.Project\n{\ninternal abstract class AbstractNpmNode : HierarchyNode\n{\n- protected ...
C#
Apache License 2.0
microsoft/nodejstools
Make the package comparer handle null correctly And don't create a new instance each time, since there is no state.
410,217
30.11.2017 17:06:43
28,800
f547f2fb69a9236ea09b1bd9221d70fde649c813
Ensure the settings are writting to the right file When editing the settings in the project properties in solution explorer, the settings are now writting to the right file.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsGeneralPropertyPage.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsGeneralPropertyPage.cs", "diff": "@@ -59,7 +59,10 @@ namespace Microsoft.NodejsTools.Project\nif (this.Project.SetProjectProperty(NodeProjectProperty....
C#
Apache License 2.0
microsoft/nodejstools
Ensure the settings are writting to the right file When editing the settings in the project properties in solution explorer, the settings are now writting to the right file.
410,217
13.12.2017 16:50:44
28,800
5e651ebc78344beefe8f911897a87b27db163bd7
Move command to right location in ctx menu
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NodejsTools.vsct", "new_path": "Nodejs/Product/Nodejs/NodejsTools.vsct", "diff": "</Group>\n<!-- Group for Workspace context menu -->\n- <Group guid=\"guidNodeToolsWseContextMenuCmdSet\" id=\"idgWSE_ContextMenu_NodeToolsActions\" priority...
C#
Apache License 2.0
microsoft/nodejstools
Move command to right location in ctx menu
410,217
15.12.2017 15:30:49
28,800
22fa2d58ffebc7fc65fc4315004633c59b6d287f
Put the progressbar back in the Npm UI
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NpmUI/NpmPackageInstallViewModel.cs", "new_path": "Nodejs/Product/Nodejs/NpmUI/NpmPackageInstallViewModel.cs", "diff": "@@ -15,7 +15,7 @@ using Microsoft.VisualStudio.Shell;\nnamespace Microsoft.NodejsTools.NpmUI\n{\n- internal class NpmP...
C#
Apache License 2.0
microsoft/nodejstools
Put the progressbar back in the Npm UI
410,217
29.11.2017 13:13:32
28,800
c571b29f7b4e37a057859d6e38b2933165bc1676
Clean up NPM UI
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<Compile Include=\"..\\..\\..\\Common\\Product\\SharedProject\\ExceptionExtensions.cs\">\n<Link>SharedProject\\ExceptionExtensions.cs</Link>\n</Compile>\n- <Compi...
C#
Apache License 2.0
microsoft/nodejstools
Clean up NPM UI
410,217
19.12.2017 15:01:27
28,800
3d5f0259d28310e04258240625dd7bed7d95b74f
Delete LambdaConverter for WPF Only used in a single location, and caused file locks during build
[ { "change_type": "DELETE", "old_path": "Common/Product/SharedProject/ILambdaConverterProvider.cs", "new_path": null, "diff": "-// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.\n-\n-namespace ...
C#
Apache License 2.0
microsoft/nodejstools
Delete LambdaConverter for WPF Only used in a single location, and caused file locks during build
410,217
19.12.2017 15:10:48
28,800
8afe9c528e4e475dc3a083164cf1542f14044a6b
Remove task from build
[ { "change_type": "MODIFY", "old_path": "Build/Common.Build.CSharp.targets", "new_path": "Build/Common.Build.CSharp.targets", "diff": "</EmbeddedResource>\n</ItemGroup>\n</Target>\n-\n- <!--\n- Processes {Lambda} converters in WPF XAML files and generates code for them.\n- -->\n-\n- <PropertyGroup>\n...
C#
Apache License 2.0
microsoft/nodejstools
Remove task from build
410,217
19.12.2017 17:58:10
28,800
713df3da153c26afd2184b126fd3bab9d4686e86
Remove unused FileWatcher class
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<Compile Include=\"SharedProject\\CommonPropertyPage.cs\" />\n<Compile Include=\"SharedProject\\CommonReferenceContainerNode.cs\" />\n<Compile Include=\"SharedPro...
C#
Apache License 2.0
microsoft/nodejstools
Remove unused FileWatcher class
410,217
20.12.2017 12:55:16
28,800
0aacfc8d6d70cbbf6be9fb3726f9a38ecb6c12f6
Make sure Readonly Arrays are readonly
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NodejsConstants.cs", "new_path": "Nodejs/Product/Nodejs/NodejsConstants.cs", "diff": "@@ -20,8 +20,6 @@ namespace Microsoft.NodejsTools\ninternal const string HTML = \"HTML\";\ninternal const string Nodejs = \"Node.js\";\n- internal const...
C#
Apache License 2.0
microsoft/nodejstools
Make sure Readonly Arrays are readonly
410,217
28.12.2017 13:47:04
28,800
3f7688e5c7b5d5ad7cd95ed600c9ba26dc4ab2d5
Delay the enumeration of files not showing in the solution explorer. This improves Project load time in the most common scenario. Tested with Ember sample project, reduced from 13,000 to 1,700
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsProjectNode.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsProjectNode.cs", "diff": "@@ -326,7 +326,12 @@ namespace Microsoft.NodejsTools.Project\nbase.Reload();\n- SyncFileSystem();\n+ if (this.IsShowingAllFiles)\n+ ...
C#
Apache License 2.0
microsoft/nodejstools
Delay the enumeration of files not showing in the solution explorer. This improves Project load time in the most common scenario. Tested with Ember sample project, reduced from 13,000 to 1,700
410,217
02.01.2018 10:48:27
28,800
042cfc7dfc9315a63e7568041244c2ab8ee74ab4
Set correct main script for template.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptWebApp/package.json", "new_path": "Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptWebApp/package.json", "diff": "\"name\": \"$npmsafeprojectname$\",\n\"version\": \"0.0.0\",\n\"description\": \"$projectname$\"...
C#
Apache License 2.0
microsoft/nodejstools
Set correct main script for template.
410,217
02.01.2018 11:12:12
28,800
ab79636640dfc3c477fdb42d2a9dfa6e59adb4af
Ignore file content changes This reduces the number of errors we get from the FileSystemWatcher. With each error we would scan the entire folder tree from the project root, which includes node_modules.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/SharedProject/CommonProjectNode.FileSystemChange.cs", "new_path": "Nodejs/Product/Nodejs/SharedProject/CommonProjectNode.FileSystemChange.cs", "diff": "@@ -61,7 +61,7 @@ namespace Microsoft.VisualStudioTools.Project\n{\nif (child != null)...
C#
Apache License 2.0
microsoft/nodejstools
Ignore file content changes This reduces the number of errors we get from the FileSystemWatcher. With each error we would scan the entire folder tree from the project root, which includes node_modules.
410,217
02.01.2018 12:40:45
28,800
a1e6a3fbf0ee3e27ac47930cb9ddd1707c12ffa2
ExceptionExtensions is not used outside nodejs project
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<Compile Include=\"..\\..\\..\\Common\\Product\\SharedProject\\CommonUtils.cs\">\n<Link>SharedProject\\CommonUtils.cs</Link>\n</Compile>\n- <Compile Include=\"..\...
C#
Apache License 2.0
microsoft/nodejstools
ExceptionExtensions is not used outside nodejs project
410,217
29.12.2017 17:12:15
28,800
04327989990dc143af0936d778a1311f337dc65a
Make DiskMerger class Async, so we don't block the UI thread Switches to using the VS FileWatcher service, and uses async/await
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/SharedProject/AssemblyReferenceNode.cs", "new_path": "Nodejs/Product/Nodejs/SharedProject/AssemblyReferenceNode.cs", "diff": "@@ -74,7 +74,7 @@ namespace Microsoft.VisualStudioTools.Project\nif (File.Exists(this.assemblyPath))\n{\n- this....
C#
Apache License 2.0
microsoft/nodejstools
Make DiskMerger class Async, so we don't block the UI thread Switches to using the VS FileWatcher service, and uses async/await
410,217
08.01.2018 17:37:08
28,800
080e9e35151c597761fb53c122e2ebed46f5f38b
More Async and a fix for folders
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsProjectNode.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsProjectNode.cs", "diff": "@@ -326,13 +326,6 @@ namespace Microsoft.NodejsTools.Project\nbase.Reload();\n- if (this.IsShowingAllFiles)\n- {\n- // We only need ...
C#
Apache License 2.0
microsoft/nodejstools
More Async and a fix for folders
410,217
09.01.2018 16:59:32
28,800
35a5cb6ac763607821e123304b2e6b8d60c01e81
Simplified switching to/from UI thread
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/SharedProject/CommonProjectNode.DiskMerger.cs", "new_path": "Nodejs/Product/Nodejs/SharedProject/CommonProjectNode.DiskMerger.cs", "diff": "@@ -53,11 +53,28 @@ namespace Microsoft.VisualStudioTools.Project\nreturn true;\n}\n+ return await...
C#
Apache License 2.0
microsoft/nodejstools
Simplified switching to/from UI thread
410,202
18.01.2018 18:05:20
28,800
d4ce104796ba6cca38057a2ee12914f7c72e30da
Added jsconfig template. Added common exclude directories to tsconfig.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<ZipItem Include=\"Templates\\Files\\EmptyLess\\EmptyLess.less\" />\n<ZipItem Include=\"Templates\\Files\\EmptyPug\\EmptyPug.pug\" />\n<Compile Include=\"SharedPr...
C#
Apache License 2.0
microsoft/nodejstools
Added jsconfig template. Added common exclude directories to tsconfig.
410,217
31.01.2018 15:41:56
28,800
9f30e0f56b83b22bede8248479ca09fe2ae57a35
Remove no longer used template. This template is not complete, and doesn't correctly size the components of the radiobutton. The only place we use this radiobutton control, is rendered as expected withouth this template.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/SharedProject/Wpf/Controls.xaml", "new_path": "Nodejs/Product/Nodejs/SharedProject/Wpf/Controls.xaml", "diff": "</Trigger>\n</Style.Triggers>\n- </Style>\n-\n- <Style TargetType=\"{x:Type RadioButton}\" BasedOn=\"{StaticResource {x:Type C...
C#
Apache License 2.0
microsoft/nodejstools
Remove no longer used template. This template is not complete, and doesn't correctly size the components of the radiobutton. The only place we use this radiobutton control, is rendered as expected withouth this template.
410,217
01.02.2018 16:10:25
28,800
45b99817c9df96a0867f7ffe2a3eff67684681f8
Ensure the project file is saved next to the source files Saving the project file in a separate folder from the actual source files causes a whole range of isses, this is caused by the assumption in the LS that the workingdir is the project dir.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Commands/ImportWizardCommand.cs", "new_path": "Nodejs/Product/Nodejs/Commands/ImportWizardCommand.cs", "diff": "@@ -35,11 +35,7 @@ namespace Microsoft.NodejsTools.Commands\nvar argItems = projectArgs.Split('|');\nDebug.Assert(argItems.Len...
C#
Apache License 2.0
microsoft/nodejstools
Ensure the project file is saved next to the source files Saving the project file in a separate folder from the actual source files causes a whole range of isses, this is caused by the assumption in the LS that the workingdir is the project dir.
410,217
01.02.2018 17:15:00
28,800
6013cd8354031281de4a8ed9704e374615f627c7
Fix accessibility bugs in From Existing Code wizard This fixes all accessibility bugs in the from existing code wizard
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/ImportWizardResources.Designer.cs", "new_path": "Nodejs/Product/Nodejs/ImportWizardResources.Designer.cs", "diff": "@@ -69,6 +69,15 @@ namespace Microsoft.NodejsTools {\n}\n}\n+ /// <summary>\n+ /// Looks up a localized string similar to ...
C#
Apache License 2.0
microsoft/nodejstools
Fix accessibility bugs in From Existing Code wizard This fixes all accessibility bugs in the from existing code wizard
410,217
05.02.2018 14:19:58
28,800
4cfa99a2daa274179f4b3ee93003879c6789831e
Fix accessiblity for language selection Since you can't set a header for a radiobutton list, I made each radionbutton self explanatory in the accessibilty case.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/ImportWizardResources.Designer.cs", "new_path": "Nodejs/Product/Nodejs/ImportWizardResources.Designer.cs", "diff": "@@ -132,6 +132,24 @@ namespace Microsoft.NodejsTools {\n}\n}\n+ /// <summary>\n+ /// Looks up a localized string similar t...
C#
Apache License 2.0
microsoft/nodejstools
Fix accessiblity for language selection Since you can't set a header for a radiobutton list, I made each radionbutton self explanatory in the accessibilty case.
410,217
05.02.2018 15:06:48
28,800
38b1237e80c9eed265d46b076d9fa06a973c7980
Fix null reference in project properties
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/SharedProject/ProjectNode.cs", "new_path": "Nodejs/Product/Nodejs/SharedProject/ProjectNode.cs", "diff": "@@ -1881,7 +1881,7 @@ namespace Microsoft.VisualStudioTools.Project\n{\nthis.Site.GetUIThread().MustBeCalledFromUIThread();\n- var p...
C#
Apache License 2.0
microsoft/nodejstools
Fix null reference in project properties
410,217
13.02.2018 10:37:30
28,800
22010f2895c29f6fc01b4675ceb135ded9c61fd2
Make sure `out _` is correct.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodeModulesNode.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodeModulesNode.cs", "diff": "@@ -520,7 +520,7 @@ namespace Microsoft.NodejsTools.Project\nvar packageJsonLockFileName = Path.Combine(rootPath, \"package-lock.json\")...
C#
Apache License 2.0
microsoft/nodejstools
Make sure `out _` is correct.
410,217
15.02.2018 14:05:43
28,800
9108f89c35e846b6107718a561c5de69a486c0f5
Distinguish telemetry between in project and open folder.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NpmUI/NpmPackageInstallViewModel.cs", "new_path": "Nodejs/Product/Nodejs/NpmUI/NpmPackageInstallViewModel.cs", "diff": "@@ -312,7 +312,7 @@ namespace Microsoft.NodejsTools.NpmUI\n{\nvar selectedVersion = this.SelectedVersion is SemverVers...
C#
Apache License 2.0
microsoft/nodejstools
Distinguish telemetry between in project and open folder.
410,217
21.02.2018 13:42:58
28,800
4a2e9a97cbd2b4379e77e1d5553047a9bb317ec3
Improve error, when test name is invalid
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapterImpl/TestFrameworks/NodejsTestInfo.cs", "new_path": "Nodejs/Product/TestAdapterImpl/TestFrameworks/NodejsTestInfo.cs", "diff": "@@ -11,7 +11,7 @@ namespace Microsoft.NodejsTools.TestAdapter.TestFrameworks\nvar parts = fullyQualifiedNa...
C#
Apache License 2.0
microsoft/nodejstools
Improve error, when test name is invalid
410,217
26.02.2018 15:46:50
28,800
8fbd8c1747cac9585fa5788c3dc3d42ccedfe826
Fix null reference in build
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/SharedProject/ProjectNode.cs", "new_path": "Nodejs/Product/Nodejs/SharedProject/ProjectNode.cs", "diff": "@@ -171,10 +171,6 @@ namespace Microsoft.VisualStudioTools.Project\n/// </summary>\nprivate MSBuild.ProjectCollection buildEngine;\n...
C#
Apache License 2.0
microsoft/nodejstools
Fix null reference in build
410,217
27.02.2018 12:44:43
28,800
d6672fed09ebb52c5bbef60dc9e681c704e48109
Make Guid strings uniform
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Guids.cs", "new_path": "Nodejs/Product/Nodejs/Guids.cs", "diff": "@@ -8,29 +8,29 @@ namespace Microsoft.NodejsTools\n{\ninternal static class Guids\n{\n- public const string NodejsPackageString = \"FE8A8C3D-328A-476D-99F9-2A24B75F8C7F\";\...
C#
Apache License 2.0
microsoft/nodejstools
Make Guid strings uniform
410,217
27.02.2018 12:54:53
28,800
f5f47b13ed4221dc5fbd6f997f885e1b8bdc4484
remove '{' and '}'
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Guids.cs", "new_path": "Nodejs/Product/Nodejs/Guids.cs", "diff": "@@ -8,29 +8,32 @@ namespace Microsoft.NodejsTools\n{\ninternal static class Guids\n{\n- public const string NodejsPackageString = \"{FE8A8C3D-328A-476D-99F9-2A24B75F8C7F}\"...
C#
Apache License 2.0
microsoft/nodejstools
remove '{' and '}'
410,217
01.03.2018 15:28:49
28,800
b8e579feb27deab2a9f6fb7541b873b557dd5737
Change description of debug option in AnyCode
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/VSPackage.resx", "new_path": "Nodejs/Product/Nodejs/VSPackage.resx", "diff": "<value>Launch for Node.js</value>\n</data>\n<data name=\"6001\" xml:space=\"preserve\">\n- <value>Debug launch configuration for Node.js</value>\n+ <value>Debug...
C#
Apache License 2.0
microsoft/nodejstools
Change description of debug option in AnyCode
410,217
01.03.2018 15:36:27
28,800
a5bc29f6cc8af5f648587698e2cf3bec27655e48
Rename mis named file
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "<Compile Include=\"Debugger\\SteppingKind.cs\" />\n<Compile Include=\"Project\\NodejsFileNodeProperties.cs\" />\n<Compile Include=\"Jade\\JadeEditorFactory.cs\" /...
C#
Apache License 2.0
microsoft/nodejstools
Rename mis named file
410,217
02.03.2018 13:39:46
28,800
68b169e145331657b0d01ce48ff599a9bdd04bfa
Fix logic for setting project Path
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Repl/NpmReplCommand.cs", "new_path": "Nodejs/Product/Nodejs/Repl/NpmReplCommand.cs", "diff": "@@ -110,20 +110,22 @@ namespace Microsoft.NodejsTools.Repl\n}\n}\n- NodejsProjectNode nodejsProject = null;\n(string ProjectPath, IVsHierarchy H...
C#
Apache License 2.0
microsoft/nodejstools
Fix logic for setting project Path
410,217
07.03.2018 13:26:38
28,800
22464b08e52bcb326c7fb7194fa13ff146f5cc7b
tweaks to the contributing text
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -12,7 +12,7 @@ and our (old) [feature overview](https://channel9.msdn.com/events/Visual-Studio/\nFeel free to file issues or ask questions on our [issue tracker](http://github.com/Microsoft/nodejstools/issues),\...
C#
Apache License 2.0
microsoft/nodejstools
tweaks to the contributing text
410,217
09.03.2018 15:52:58
28,800
f981e960103797c822cb017f7253de2b9056f35f
disable the progress bars in WPF when they're not visible. This way they don't use CPU/Memory
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/NpmUI/FilterStateVisibilityConverter.cs", "new_path": "Nodejs/Product/Nodejs/NpmUI/FilterStateVisibilityConverter.cs", "diff": "@@ -12,10 +12,18 @@ namespace Microsoft.NodejsTools.NpmUI\nobject IValueConverter.Convert(object value, Type t...
C#
Apache License 2.0
microsoft/nodejstools
disable the progress bars in WPF when they're not visible. This way they don't use CPU/Memory
410,217
12.03.2018 18:08:08
25,200
ec9d1c1dc6e41f7a6b3b8d0e0257c5ea8aaee25c
Fix test case discovery in Jasmine Instead of depending on specFilter, which is broken in 3.0, we now enumerate the topSuite property, and it's children to discover the test cases in Jasmine unit tests.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapterImpl/TestFrameworks/Jasmine/jasmine.js", "new_path": "Nodejs/Product/TestAdapterImpl/TestFrameworks/Jasmine/jasmine.js", "diff": "+// @ts-check\n\"use strict\";\nvar EOL = require(\"os\").EOL;\n@@ -80,43 +81,59 @@ function initializeJ...
C#
Apache License 2.0
microsoft/nodejstools
Fix test case discovery in Jasmine Instead of depending on specFilter, which is broken in 3.0, we now enumerate the topSuite property, and it's children to discover the test cases in Jasmine unit tests.
410,217
19.03.2018 15:48:07
25,200
f92e02a8cc1e71ef65dec264f8894151b9dd90f1
Implement IVsFreeThreadedFileChangeEvents2 in Node Tools project This allows us to remove a bunch of no longer used code.
[ { "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
Implement IVsFreeThreadedFileChangeEvents2 in Node Tools project This allows us to remove a bunch of no longer used code.
410,217
19.03.2018 15:48:33
25,200
ef76daba01d17e1270ee503b5a7d7e84e20ce3e7
Implement IVsFreeThreadedFileChangeEvents2 in Test Adapter This allows us to remove a bunch of no longer used code.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/TestAdapterImpl/TestAdapterImpl.csproj", "new_path": "Nodejs/Product/TestAdapterImpl/TestAdapterImpl.csproj", "diff": "<Reference Include=\"envdte90, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\">\n<EmbedInteropTypes>False<...
C#
Apache License 2.0
microsoft/nodejstools
Implement IVsFreeThreadedFileChangeEvents2 in Test Adapter This allows us to remove a bunch of no longer used code.
410,217
26.03.2018 16:32:45
25,200
86fab03b4259d981478c462997c17b8f66164dc6
Finish implementing VS FileChange watcher
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/SharedProject/FileChangeManager.cs", "new_path": "Nodejs/Product/Nodejs/SharedProject/FileChangeManager.cs", "diff": "@@ -42,7 +42,9 @@ namespace Microsoft.VisualStudioTools.Project\nthrow new ArgumentNullException(nameof(flags));\n}\n- P...
C#
Apache License 2.0
microsoft/nodejstools
Finish implementing VS FileChange watcher
410,217
27.03.2018 13:17:16
25,200
f81a37b2600076b0e1a21a200c0d2578d9ae0cee
Update nuget packages to new versions
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "new_path": "Nodejs/Product/Nodejs/Nodejs.csproj", "diff": "</ItemGroup>\n<ItemGroup>\n<PackageReference Include=\"MicroBuild.Core\">\n- <Version>0.2.0</Version>\n+ <Version>0.3.0</Version>\n</PackageReference>\n<PackageRe...
C#
Apache License 2.0
microsoft/nodejstools
Update nuget packages to new versions
410,217
06.04.2018 13:32:38
25,200
60b5f50dd2c1899d7392a79e7f485b3613460c05
Some guids used in the registry require '{' and '}'
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Guids.cs", "new_path": "Nodejs/Product/Nodejs/Guids.cs", "diff": "@@ -13,13 +13,11 @@ namespace Microsoft.NodejsTools\npublic const string NodejsPackageString = \"FE8A8C3D-328A-476D-99F9-2A24B75F8C7F\";\npublic const string NodejsCmdSetSt...
C#
Apache License 2.0
microsoft/nodejstools
Some guids used in the registry require '{' and '}'
410,217
06.04.2018 13:52:04
25,200
2f24f435b39eb84086dcf41601f321bb535e06bc
Fix null reference when redirector is null.
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Workspace/ContextMenuProvider.cs", "new_path": "Nodejs/Product/Nodejs/Workspace/ContextMenuProvider.cs", "diff": "@@ -152,7 +152,6 @@ namespace Microsoft.NodejsTools.Workspace\nvar filePath = ((IFileNode)node).FullPath;\nif (TryGetCommand...
C#
Apache License 2.0
microsoft/nodejstools
Fix null reference when redirector is null.
410,217
06.04.2018 14:12:53
25,200
65a565937712aac76614dccebc643c0d0ef50427
Fix issue with output encoding when not redirecting output
[ { "change_type": "MODIFY", "old_path": "Common/Product/SharedProject/ProcessOutput.cs", "new_path": "Common/Product/SharedProject/ProcessOutput.cs", "diff": "@@ -162,13 +162,19 @@ namespace Microsoft.VisualStudioTools.Project\nQuoteSingleArgument(filename),\nGetArguments(arguments, quoteArgs)),\nCre...
C#
Apache License 2.0
microsoft/nodejstools
Fix issue with output encoding when not redirecting output
410,217
06.04.2018 15:42:42
25,200
0ddeab5c9ca3e5b8b23bfce73ad0d7dca3d5adad
Fix threading issue output window
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/SharedProject/OutputWindowWrapper.cs", "new_path": "Nodejs/Product/Nodejs/SharedProject/OutputWindowWrapper.cs", "diff": "@@ -24,22 +24,20 @@ namespace Microsoft.VisualStudioTools.Project\nprivate SVsServiceProvider ServiceProvider { get;...
C#
Apache License 2.0
microsoft/nodejstools
Fix threading issue output window
410,217
06.04.2018 16:39:25
25,200
f0a417717f734f7cbafd44b6bf32acc9eecef01b
Fix issues when package.json is not in the root of the workspace
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Workspace/ContextMenuProvider.cs", "new_path": "Nodejs/Product/Nodejs/Workspace/ContextMenuProvider.cs", "diff": "@@ -4,6 +4,7 @@ using System;\nusing System.Collections.Generic;\nusing System.ComponentModel.Composition;\nusing System.Dia...
C#
Apache License 2.0
microsoft/nodejstools
Fix issues when package.json is not in the root of the workspace
410,217
06.04.2018 17:12:35
25,200
7836c14e1807055acbfaff82ee6e7ec242620836
Don't crash when there is no main script
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Workspace/ContextMenuProvider.cs", "new_path": "Nodejs/Product/Nodejs/Workspace/ContextMenuProvider.cs", "diff": "@@ -11,10 +11,12 @@ using Microsoft.NodejsTools.Npm;\nusing Microsoft.NodejsTools.NpmUI;\nusing Microsoft.VisualStudio;\nusi...
C#
Apache License 2.0
microsoft/nodejstools
Don't crash when there is no main script
410,204
10.04.2018 16:48:25
25,200
87166dd9ccf71c0508ff8914c903289f37faef8f
Add inspect brk parameter
[ { "change_type": "MODIFY", "old_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "new_path": "Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs", "diff": "@@ -395,7 +395,7 @@ namespace Microsoft.NodejsTools.Project\nnew JProperty(\"program\", file),\nnew JProperty(\"args\", scri...
C#
Apache License 2.0
microsoft/nodejstools
Add inspect brk parameter