Skip to content
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

Visual Studio Code 64-bit With A 32-bit Integrated Console #1007

Closed
blackneuron opened this issue Aug 24, 2017 · 2 comments
Closed

Visual Studio Code 64-bit With A 32-bit Integrated Console #1007

blackneuron opened this issue Aug 24, 2017 · 2 comments
Labels
Issue-Bug A bug to squash.

Comments

@blackneuron
Copy link

System Details

  • Operating system name and version: Windows 7 64-bit 6.1.7601
  • VS Code version: 1.15.1
  • PowerShell extension version: 1.4.1
  • Output from $PSVersionTable:
    Name Value

PSVersion 5.0.10586.117
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.10586.117
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1

Copy / paste the following commands into the PowerShell Integrated Console, and paste the output here:

code -v
1.15.1
41abd21afdf7424c89319ee7cb0445cc6f376959

$pseditor.EditorServicesVersion
Major  Minor  Build  Revision
-----  -----  -----  --------
1      4      1      0

code --list-extensions --show-versions
CoenraadS.bracket-pair-colorizer@0.10.8
DotJoshJohnson.xml@1.9.2
eliean.vscode-svn@0.1.0
fantasytyx.tortoise-svn@0.1.1
formulahendry.auto-close-tag@0.4.3
ms-mssql.mssql@1.1.0
ms-vscode.cpptools@0.12.3
ms-vscode.csharp@1.12.1
ms-vscode.PowerShell@1.4.1
PKief.material-icon-theme@2.2.0
wmaurer.change-case@1.0.0

$PSVersionTable
Name                           Value
----                           -----
PSVersion                      5.0.10586.117
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.10586.117
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

### Issue Description

When I installed the Visual Studio Code 64-bit version and tried to open a 32-bit PowerShell Integrated Console my only option was 64-bit.  On the 32-bit version of Visual Studio Code I can open either one.  Is this a bug or can a 32-bit Integrated Console not be opened in 64-bit VS Code?  Just wondering as I need to switch between them based on drivers.

### Attached Logs

N/A
@daviwil
Copy link
Contributor

daviwil commented Aug 24, 2017

It's a bug, will get this fixed shortly.

@daviwil daviwil modified the milestone: 1.4.2 Aug 24, 2017
daviwil added a commit to daviwil/vscode-powershell that referenced this issue Sep 5, 2017
This change introduces a new module that contains all the logic for
determining the current OS platform, process architecture and OS
architecture for use in determining available Windows PowerShell EXE
paths.  This module helps resolve problems that were introduced by the
new 64-bit distribution of Visual Studio Code.

Fixes PowerShell#1008
Fixes PowerShell#1007
Fixes PowerShell#1006
Fixes PowerShell#993
@daviwil daviwil removed this from the 1.4.2 milestone Sep 5, 2017
@daviwil
Copy link
Contributor

daviwil commented Sep 5, 2017

Resolving as duplicate of #1008.

@daviwil daviwil closed this as completed Sep 5, 2017
daviwil added a commit that referenced this issue Sep 5, 2017
This change introduces a new module that contains all the logic for
determining the current OS platform, process architecture and OS
architecture for use in determining available Windows PowerShell EXE
paths.  This module helps resolve problems that were introduced by the
new 64-bit distribution of Visual Studio Code.

Fixes #1008
Fixes #1007
Fixes #1006
Fixes #993
daviwil added a commit that referenced this issue Sep 6, 2017
This change introduces a new module that contains all the logic for
determining the current OS platform, process architecture and OS
architecture for use in determining available Windows PowerShell EXE
paths.  This module helps resolve problems that were introduced by the
new 64-bit distribution of Visual Studio Code.

Fixes #1008
Fixes #1007
Fixes #1006
Fixes #993
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug A bug to squash.
Projects
None yet
Development

No branches or pull requests

2 participants