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
Trying to edit scripts.ps1 through the PSU VS Code extension, using the button at the top of the AUTOMATION frame, results in the following error:
Error running command powershell-universal.openScriptConfigFile: cannot open file:///c%3A/ProgramData/UniversalAutomation/Repository/.universal/scripts.ps1. Detail: Unable to read file 'c:\ProgramData\UniversalAutomation\Repository\.universal\scripts.ps1' (Error: Unable to resolve nonexistent file 'c:\ProgramData\UniversalAutomation\Repository\.universal\scripts.ps1'). This is likely caused by the extension that contributes powershell-universal.openScriptConfigFile.
The same button in the other frames (such as for APIS) works as it should.
Oddly enough, opening the scripts.ps1 file from the CONFIGURATION frame and navigating to the .universal sub-folder (the same path that should be used to open the scripts.ps1 file with the aforementioned button) works just fine.
The text was updated successfully, but these errors were encountered:
Trying to edit scripts.ps1 through the PSU VS Code extension, using the button at the top of the
AUTOMATION
frame, results in the following error:The same button in the other frames (such as for
APIS
) works as it should.Oddly enough, opening the
scripts.ps1
file from theCONFIGURATION
frame and navigating to the.universal
sub-folder (the same path that should be used to open thescripts.ps1
file with the aforementioned button) works just fine.The text was updated successfully, but these errors were encountered: