Skip to content

ms-toolsai.jupyter version 2023.3.100 is actually not 2023.3.100 (?) #674

Closed
@xaberus

Description

@xaberus

Compare the following:
Open-VSX

"engines":{"vscode":"^1.76.0"},

Visual Studio Marketplace

"engines":{"vscode":"^1.77.0"},

[email protected]

"engines":{"vscode":"^1.77.0"},

all of the above must (roughly) refer to the tag 2023.03.100 or a later commit. This implies that the engines field in package.json should be set to "vscode": "^1.77.0" as of commit microsoft/vscode-jupyter@42f6c0e.

This is true for the Marketplace VSIX and for a locally build VSIX from source - yet the Open-VSX contains the line "vscode": "^1.76.0". (also some files in the package do not match the local build). How is this even possible?

As a result, the 2023.03.100 version from Open-VSX results in strange bugs in VSCodium (removed API proposal for python kernel kind selection).

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions