3.1.0 • Published 5 months ago

@kitschpatrol/vscode-config v3.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@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.

  1. Add the package:

    pnpm add -D @kitschpatrol/vscode-config
  2. If / when you need to regenerate the .vscode, you can run the bundled script:

    pnpm exec vscode-config --init
3.0.4

5 months ago

3.1.0

5 months ago

3.0.3

5 months ago

3.0.2

5 months ago

3.0.1

5 months ago

3.0.0

5 months ago

2.2.1

5 months ago

2.2.0

5 months ago

2.1.1

5 months ago

2.1.0

5 months ago

2.0.0

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago