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
Operating system name and version: Windows 10 1803
VS Code version: Insiders
PowerShell extension version: 1.8.2
Output from $PSVersionTable:
Copy / paste the following commands into the PowerShell Integrated Console, and paste the output here:
PS C:\m\r\PT-Tools> code-insiders -v
1.26.0-insider
19df280c7f7cf73d9bafcde82a9e93b14026cfc2
x64
PS C:\m\r\PT-Tools> $pseditor.EditorServicesVersion
Major Minor Build Revision
----- ----- ----- --------
1 8 2 0
PS C:\m\r\PT-Tools> code-insiders --list-extensions --show-versions
CoenraadS.bracket-pair-colorizer@1.0.59
donjayamanne.githistory@0.4.2
eamodio.gitlens@8.5.4
fatihacet.gitlab-workflow@0.6.0
ms-mssql.mssql@1.4.0
ms-vscode.PowerShell@1.8.2
slevesque.vscode-autohotkey@0.2.2
wesbos.theme-cobalt2@2.1.6
PS C:\m\r\PT-Tools> $PSVersionTable
Name Value
---- -----
PSVersion 5.1.17134.165
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.17134.165
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Issue Description
Open an untitled document.
Change language to PowerShell.
Select text in the editor
Right click
Expected result: Option to lookup help, or run selected text
Save file as .ps1 file
Right click
now have the option to lookup help, or run selected text
Attached Logs
I have not attached logs as this appears to be related to lines 161-172 of package.json using resourceLangId instead of editorLangId. Based on microsoft/vscode#26873 (comment) We should be using editorLangId for this as it's an editor right click menu and doesn't make sense to use it in the Explorer view.
The text was updated successfully, but these errors were encountered:
System Details
$PSVersionTable
:Issue Description
Attached Logs
I have not attached logs as this appears to be related to lines 161-172 of package.json using resourceLangId instead of editorLangId. Based on microsoft/vscode#26873 (comment) We should be using editorLangId for this as it's an editor right click menu and doesn't make sense to use it in the Explorer view.
The text was updated successfully, but these errors were encountered: