mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-02 09:35:38 -05:00
Get Application Path from command options (#1916)
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Microsoft.SqlTools.Authentication.Utility
|
||||
/// <exception cref="Exception">When called on unsupported platform.</exception>
|
||||
public static string BuildAppDirectoryPath()
|
||||
{
|
||||
var homedir = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile);
|
||||
var homedir = Environment.GetFolderPath(Environment.SpecialFolder.Personal);
|
||||
|
||||
// Windows
|
||||
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
|
||||
|
||||
Reference in New Issue
Block a user