Skip to content

Backtick ` in Terminal window not parsed correctly #1299

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sonjz opened this issue Apr 27, 2018 · 1 comment
Closed

Backtick ` in Terminal window not parsed correctly #1299

sonjz opened this issue Apr 27, 2018 · 1 comment

Comments

@sonjz
Copy link

sonjz commented Apr 27, 2018

System Details

  • Operating system name and version: Window 10
  • VS Code version: 1.21.1
  • PowerShell extension version: 1.7.0
  • Output from $PSVersionTable:
1.21.1
79b44aa704ce542d8ca4a3cc44cfca566e7720f1
x64

[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]

Name                           Value
----                           -----
PSVersion                      5.1.16299.251
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.16299.251
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

Issue Description

I have some bootstrap code that I was testing and noticed an issue in VSC Terminal: Powershell . Here is a portion of code I attempted to copy and paste.

npm install `
  redis `
  bluebird `
  json-stringify-pretty-compact `
;

Pasting into Powershell had no issues.
image

But in VSC Terminal: Powershell:
image

It appears the backtick isn't being parsed correctly.

@TylerLeonhardt
Copy link
Member

This will come with the addition of PSReadLine :) drop a comment and a 👍 over there!

I'm going to dupe this to that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants