Skip to content

Integrated Console doesn't display >> prompt #997

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
benpiper opened this issue Aug 15, 2017 · 1 comment
Closed

Integrated Console doesn't display >> prompt #997

benpiper opened this issue Aug 15, 2017 · 1 comment

Comments

@benpiper
Copy link

System Details

code -v
1.15.0
8b95971d8cccd3afd86b35d4a0e098c189294ff2
$pseditor.EditorServicesVersion

Major  Minor  Build  Revision
-----  -----  -----  --------
1      4      1      0
code --list-extensions --show-versions
Borke.puppet@0.3.2
henriiik.docker-linter@0.3.0
Kasik96.format-indent@1.2.3
ms-vscode.PowerShell@1.4.1
$PSVersionTable

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

Issue Description

Behavior of PowerShell Integrated Console:

PS C:\> function test {
Missing closing '}' in statement block or type definition.
At line:0 char:0

Expected behavior:

PS C:\> function test {
>> Write-Host "This works"
>> }
>>
PS C:\>
@daviwil
Copy link
Contributor

daviwil commented Aug 15, 2017

This is being tracked by #569, closing in favor of that. Thanks!

@daviwil daviwil closed this as completed Aug 15, 2017
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