Can we get a release cut based on latest VSCode base version?
Currently some extensions fail to install with the latest version of Void, and return errors:
Error: Unable to install extension 'ms-python.vscode-python-envs' as it is not compatible with Void '1.99.30044'.
Expand for example extension install log (void --install-extension)
$ void --install-extension ms-python.vscode-python-envs.1.2.0-linux-x64.vsix
Warning: 'force-dark-mode' is not in the list of known options, but still passed to Electron/Chromium.
Warning: 'app' is not in the list of known options, but still passed to Electron/Chromium.
Installing extensions...
Error: Unable to install extension 'ms-python.vscode-python-envs' as it is not compatible with Void '1.99.30044'.
at tl.install (file:///usr/share/void/resources/app/out/vs/code/node/cliProcessMain.js:56:37730)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async ji.installVSIX (file:///usr/share/void/resources/app/out/vs/code/node/cliProcessMain.js:49:1097)
at async file:///usr/share/void/resources/app/out/vs/code/node/cliProcessMain.js:48:1966
at async Promise.all (index 0)
at async ji.installExtensions (file:///usr/share/void/resources/app/out/vs/code/node/cliProcessMain.js:48:1903)
at async file:///usr/share/void/resources/app/out/vs/code/node/cliProcessMain.js:73:27549
at async Module.Fy (file:///usr/share/void/resources/app/out/vs/code/node/cliProcessMain.js:73:31386)
at async vn (file:///usr/share/void/resources/app/out/cli.js:29:15351)
Failed Installing Extensions: file:///home/exampleuser/Downloads/ms-python-extensions/ms-python.vscode-python-envs.1.2.0-linux-x64.vsix
Can we get a release cut based on latest VSCode base version?
Currently some extensions fail to install with the latest version of Void, and return errors:
Expand for example extension install log (
void --install-extension)