Skip to content

Commit

Permalink
Merge pull request #44247 from Youssef1313/patch-1
Browse files Browse the repository at this point in the history
Fix LowVMMoreInfoLink
  • Loading branch information
allisonchou authored May 16, 2020
2 parents 3abc79b + 90d8756 commit ead3faf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ internal sealed class VirtualMemoryNotificationListener : ForegroundThreadAffini
private const long MemoryThreshold = 200 * 1024 * 1024;

// low vm more info page link
private const string LowVMMoreInfoLink = "http://go.microsoft.com/fwlink/?LinkID=799402&clcid=0x409";
private const string LowVMMoreInfoLink = "https://docs.microsoft.com/visualstudio/code-quality/automatic-feature-suspension";

private readonly VisualStudioWorkspace _workspace;
private readonly WorkspaceCacheService _workspaceCacheService;
Expand Down

0 comments on commit ead3faf

Please sign in to comment.