Like Scuri code? Want to 💸support it?
Allows running SCURI (github) from the comfort of your beloved VS Code.
Will generate a .spec
file for the .ts
file that is currently opened in the VS Code window
Will generate a .spec
file for the .ts
file that is currently opened in the VS Code window overwriting existing spec if any.
Will update the existing .spec
file for the .ts
file that is currently opened in the VS Code window
Will run npm install --save-dev scuri @angular-devkit/schematics-cli
in the current working folder root to install requirements
It needs to install npm packages scuri
and @angular-devkit/schematics-cli
and typescript
. Just run the Scuri Install Dependencies
command from the command pallette F1
/Ctrl + Shift + p
or any other command and it will do the trick
All scuri
, @angular-devkit/schematics-cli
, and typescript
versions are configurable via the config: scuri-code.scuri-version
,scuri-code.angular-schematics-version
, scuri-code.typescript-version
.
- not showing progress on commands Create or Update
Via the github sponsors or