microsoft / vscode-black-formatter

Formatting support for Python using the Black formatter
https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter
MIT License
144 stars 34 forks source link

Update min vscode version #445

Closed bn-d closed 5 months ago

bn-d commented 5 months ago

Getting this error from the output Black Formatter v2024.0.0

2024-02-02 13:51:29.951 [info] The language client requires VS Code version ^1.82.0 but received version <my vscode version>

Tho, project.json only requires 1.74.0.

This is caused by the bump of vscode-languageclient version to 9.0.1.

https://github.com/microsoft/vscode-languageserver-node/blob/4f782ceac1b4444d335a32561bda0ded305c401e/client/package.json#L8