@kitschpatrol/vscode-config
v3.1.0
Published
VSCode settings for @kitschpatrol/shared-config
Downloads
5
Readme
@kitschpatrol/vscode-config
Overview
A bit of boilerplate for a fresh VSCode workspace, with a list of recommended extensions and the settings necessary to get various extensions to talk to the tools defined in @kitschpatrol/shared-config
.
See @kitschpatrol/shared-config
for the recommended single-package approach.
Setup
Run-once approach
If you just need to set up your .vscode
folder in anticipation of installing another shared config, you can run the script via dlx
to copy the .npmrc
to your home folder:
pnpm dlx @kitschpatrol/vscode-config
Installation approach
Optionally, you can install the package if you think you'll ever want to regenerate the .vscode
folder.
Add the package:
pnpm add -D @kitschpatrol/vscode-config
If / when you need to regenerate the
.vscode
, you can run the bundled script:pnpm exec vscode-config --init