Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
// "source.organizeImports": "explicit"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if json likes comments like this does it? The syntax highlighting seems off which is why i wonder

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if json likes comments like this does it? The syntax highlighting seems off which is why i wonder

vscode uses special variant of json called jsonc so it works

},
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"editor.formatOnSave": true,
"editor.defaultFormatter": "oxc.oxc-vscode"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@changesets/cli": "^2.29.8",
"citty": "^0.1.5",
"oxfmt": "^0.14.0",
"oxfmt": "^0.28.0",
"tinyglobby": "^0.2.2",
"tippy.js": "^6.3.7",
"typescript": "^5.7.0"
Expand Down
Loading
Loading