Skip to content

Commit

Permalink
feat: remove is-online and bump vs code peer
Browse files Browse the repository at this point in the history
  • Loading branch information
muuvmuuv committed Mar 5, 2025
1 parent ad626f5 commit 33a9322
Show file tree
Hide file tree
Showing 9 changed files with 477 additions and 882 deletions.
2 changes: 1 addition & 1 deletion .prototools
Original file line number Diff line number Diff line change
@@ -1 +1 @@
node = "^22"
node = "^20.17.0"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Whenever you have ideas for this project, things you would like to add or you fo
feel free to create an issue or start contributing! 😇

> The minimum supported VS Code version is
> [1.74.3](https://github.com/microsoft/vscode/tree/1.74.3)
> [1.91.1](https://github.com/microsoft/vscode/tree/1.91.1)
<p>
<a href="https://www.buymeacoffee.com/devmuuv" target="_blank">
Expand Down Expand Up @@ -229,7 +229,7 @@ I am working with [**esbuild**](https://esbuild.github.io/) to bundle Sundial to
smallest possible size to increase the load time in VS Code _for you_.

> The minimum supported VS Code version is
> [1.74.3](https://github.com/microsoft/vscode/tree/1.74.3)
> [1.91.1](https://github.com/microsoft/vscode/tree/1.91.1)
1. Install packages via npm: `npm run install` (_pnpm_ does not work due to
[this VSCE Issue](https://github.com/microsoft/vscode-vsce/issues/421))
Expand Down
3 changes: 2 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"rules": {
"all": true,
"correctness": {
"noUndeclaredDependencies": "off"
"noUndeclaredDependencies": "off",
"noNodejsModules": "off"
}
}
},
Expand Down
Loading

0 comments on commit 33a9322

Please sign in to comment.