Closed
Description
Compare the following:
Open-VSX
"engines":{"vscode":"^1.76.0"},
"engines":{"vscode":"^1.77.0"},
"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).