-
Notifications
You must be signed in to change notification settings - Fork 517
Closed
Labels
Resolution-DuplicateWill close automatically.Will close automatically.
Description
System Details
- Windows 10 1909 (18363.476)
- VS Code v1.40.2
- PowerShell Preview 2019.11.0
- PSVersionTable
Name Value
---- -----
PSVersion 5.1.18362.145
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.18362.145
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
System Details Output
### VSCode version: 1.40.2 f359dd69833dd8800b54d458f6d37ab7c78df520 x64
### VSCode extensions:
bencoleman.armview@0.3.3
DavidAnson.vscode-markdownlint@0.32.0
dracula-theme.theme-dracula@2.19.0
Equinusocio.vsc-material-theme@30.0.0
GitHub.vscode-pull-request-github@0.13.0
mblode.pretty-formatter@0.1.6
ms-azure-devops.azure-pipelines@1.157.4
ms-azuretools.vscode-azurefunctions@0.20.1
ms-vscode.azure-account@0.8.7
ms-vscode.powershell@2019.11.0
ms-vscode.powershell-preview@2019.11.0
richie5um2.vscode-sort-json@1.18.0
Tyriar.shell-launcher@0.4.0
zhuangtongfa.material-theme@3.2.0
### PSES version: 2.0.0.0
### PowerShell version:
Name Value
---- -----
PSVersion 5.1.18362.145
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.18362.145
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Issue Description
When writing and running some stuff if a open .ps1 file, then going down to the terminal for either pasting or writing anything, a random "@" appear in front.
Reproduce:
- Open a new file
- Write "$Var = 'value'", then F8 to run that line of code
- Go down to terminal, either paste something or start to write.
- A random "@" appears.
- Happens with both saved files and new unsaved files.
Expected Behaviour
No random characters should appear.
Actual Behaviour
Random "@" appear. 100% reproducable.
Metadata
Metadata
Assignees
Labels
Resolution-DuplicateWill close automatically.Will close automatically.