未验证 提交 9fc115a1 编写于 作者: C CyrusNajmabadi 提交者: GitHub

Update...

Update src/Workspaces/Core/Portable/Workspace/Host/PersistentStorage/IPersistentStorageLocationService.cs
Co-Authored-By: NSam Harwell <sam@tunnelvisionlabs.com>
上级 03a26a22
......@@ -45,7 +45,7 @@ public DefaultPersistentStorageLocationService()
var kind = StripInvalidPathChars(solution.Workspace.Kind ?? "");
var hash = StripInvalidPathChars(Checksum.Create(solution.FilePath).ToString());
return Path.Combine(appDataFolder, "Roslyn", "Cache", kind, hash);
return Path.Combine(appDataFolder, "Microsoft", "VisualStudio", "Roslyn", "Cache", kind, hash);
static string StripInvalidPathChars(string val)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册