You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the current startup directory is the VSCode app directory ($Env:LocalAppData\Programs\Microsoft VS Code in Windows). Is there a way to set it, for example, to the VSCode workspace folder (${workspaceFolder})?
I know there is $PSScriptRoot to reference the current test file's directory, but there seems to be no straight forward/consistent way to reference the workspace root (directory).
The text was updated successfully, but these errors were encountered:
I can look into enabling it to follow wherever you have PSIC defined or a separate setting, but $PSScriptRoot is indeed the recommended way to reference relative paths in tests.
It seems the current startup directory is the VSCode app directory (
$Env:LocalAppData\Programs\Microsoft VS Code
in Windows). Is there a way to set it, for example, to the VSCode workspace folder (${workspaceFolder}
)?I know there is
$PSScriptRoot
to reference the current test file's directory, but there seems to be no straight forward/consistent way to reference the workspace root (directory).The text was updated successfully, but these errors were encountered: