Skip to content

Commit

Permalink
chore: use radashi-vscode and radashi-helper (#220)
Browse files Browse the repository at this point in the history
This change makes it easier for anyone working directly on a Radashi fork to use the Radashi VSCode extension, which provides a quick way to add a new function or rename/move an existing function. The radashi-helper must be installed locally for Radashi VSCode extension to work.

Co-authored-by: Alec Larson <[email protected]>
  • Loading branch information
MarlonPassos-git and aleclarson authored Sep 8, 2024
1 parent 7b4656e commit fda13eb
Show file tree
Hide file tree
Showing 4 changed files with 278 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@
},
"ghcr.io/joshuanianji/devcontainer-features/mount-pnpm-store": {}
},
"postCreateCommand": "pnpm i",
"postStartCommand": "pnpm i",
"customizations": {
"vscode": {
"extensions": [
"vitest.explorer",
"biomejs.biome",
"esbenp.prettier-vscode"
"esbenp.prettier-vscode",
"streetsidesoftware.code-spell-checker",
"aleclarson.radashi"
]
}
}
Expand Down
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"vitest.explorer",
"biomejs.biome",
"esbenp.prettier-vscode",
"streetsidesoftware.code-spell-checker"
"streetsidesoftware.code-spell-checker",
"aleclarson.radashi"
]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"prettier": "^3.3.2",
"prettier-plugin-pkg": "^0.18.1",
"prettier-plugin-sh": "^0.14.0",
"radashi-helper": "^0.1.4",
"tsup": "^8.1.0",
"typescript": "^5.5.2",
"vitest": "2.0.5"
Expand Down
Loading

0 comments on commit fda13eb

Please sign in to comment.