Skip to content

Commit 8f82439

Browse files
authored
Update contributing and add package-manager (#3244)
1 parent 5c7bf74 commit 8f82439

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ First, ensure that [Visual Studio Code](https://code.visualstudio.com) and
2525
- Open this repository as a project in VS Code and run `yarn install` from the
2626
_Integrated Terminal_.
2727

28-
- Run `Tasks: Run Build Task` (Shift + Ctrl/Cmd + `b`) to start the extension
29-
and Webview dev servers (alternatively, run `yarn dev-server` from the
30-
_Terminal_). The latest build is saved in `extension/dist`.
28+
- Run `Tasks: Run Build Task` (Shift + Ctrl/Cmd + `b`) to start the individual
29+
dev servers (alternatively, run `yarn dev-server` from the _Terminal_). The
30+
latest build is saved in `extension/dist`.
3131

3232
> **Warning**: Having a separate `.vsix` version of this extension installed
3333
> may cause all kinds of chaos in your dev env.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,6 @@
7979
"trim": "1.0.1",
8080
"vega-functions": "5.13.0",
8181
"vega-scale": "7.2.0"
82-
}
82+
},
83+
"packageManager": "[email protected]"
8384
}

0 commit comments

Comments
 (0)