Skip to content

Commit 5657841

Browse files
committed
deps: update minimum VS Code engine version to 1.104.0 (to match Antigravity's version)
1 parent 2455f9c commit 5657841

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The bleeding-edge development version is available as [CI artefacts](https://git
101101
- Since `v0.3.0`, users can control the library declaration pasted with the dataframe (e.g., `import pandas as pd` in Python or `using DataFrames` in Julia) through the `pastum.libraryDeclaration` config.
102102

103103
# IDE support
104-
The extension has almost zero dependencies and is expected to work with any Code OSS-based IDE. So, if you are using VS Code, go to the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=atsyplenkov.pastum); otherwise, visit the [Open VSX Registry](https://open-vsx.org/extension/atsyplenkov/pastum).
104+
The extension has almost zero dependencies and is expected to work with any Code OSS-based IDE starting from `v1.104.0`. So, if you are using VS Code, go to the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=atsyplenkov.pastum); otherwise, visit the [Open VSX Registry](https://open-vsx.org/extension/atsyplenkov/pastum).
105105

106106
# Questions and Feature Requests
107107
There's a lot going on with the development of new features in Pastum. If you have any questions or something is not working, feel free to [open an issue](https://github.com/atsyplenkov/pastum/issues) or start a conversation on [BlueSky](https://bsky.app/profile/anatolii.nz).

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"email": "atsyplenkov@fastmail.com"
1818
},
1919
"engines": {
20-
"vscode": "^1.99.0"
20+
"vscode": "^1.104.0"
2121
},
2222
"categories": [
2323
"Other",
@@ -183,7 +183,7 @@
183183
},
184184
"devDependencies": {
185185
"@types/node": "24.x",
186-
"@types/vscode": "^1.107.0",
186+
"@types/vscode": "^1.104.0",
187187
"@vscode/test-cli": "^0.0.12",
188188
"@vscode/test-electron": "^2.5.2",
189189
"typescript": "^5.9.3"

0 commit comments

Comments
 (0)