microsoft / vscode-cosmosdb

Azure Databases extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-cosmosdb
MIT License
155 stars 68 forks source link

Change the minimum VS Code version that the Azure Database extension supports #2212

Closed v-xinda closed 6 months ago

v-xinda commented 9 months ago

OS: Win10 Build Version: 20231119.1

Repro Steps:

  1. Figure out the oldest vs code version that the extension supports, the version is 1.66.0.
  2. Install VS Code 1.66.2 from https://code.visualstudio.com/updates.
  3. Install the Azure Database extension.
  4. Check whether no error occurs.

Expect: No error occurs.

Actual: An error occurs. image

JasonYeMSFT commented 7 months ago

Technically 1.66.0 should be the oldest version that database extension supports. However, I noticed that the dev package and the utils package have added APIs using features from newer VSCode versions that wouldn't work in 1.66.0. I am going to upgrade the minimum supported VSCode version to 1.82.0.