-
Notifications
You must be signed in to change notification settings - Fork 38.9k
[powershell] Incorrect Powershell Parsing #8865
Copy link
Copy link
Closed
Labels
languages-basicBasic language support issuesBasic language support issues
Milestone
Description
- VSCode Version: Code 1.3.0 (e724f26, 2016-07-07T16:56:12.476Z)
- OS Version: Windows_NT ia32 10.0.10586
Steps to Reproduce:
- Create new file
- Name it TEST.ps1
- Add this text
$c.'#text'
SHOULD NOT BE MARKED AS STRING
'SHOULD BE MARKED AS STRING - VSCode incorrectly parses the text.
The second line should not be shown as a string.
The third line should be shown as a string - Paste same text in the ISE to compare
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
languages-basicBasic language support issuesBasic language support issues