Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ If you don’t feel confident enough to submit code changes, you can still contr
a typo, grammatical error, or unclear documentation? Improving the documentation is a valuable
contribution as well.

If you’re not yet familiar with the code, we recommend tasks labeled as
[“good first issue”](https://github.com/vscode-elements/elements/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22).
If you’re not yet familiar with the code, we recommend tasks labeled as
[“good first issue”](https://github.com/vscode-elements/elements/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22).
These tasks are relatively simple but still important to complete.

If you decide to work on an issue, please indicate it on the issue page to avoid duplication of work.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ npm link @vscode-elements/elements
```

> [!WARNING]
>
>
> Multiple packages must be linked with a single command. For example:
>
>
> ```bash
> npm link @vscode-elements/elements @vscode-elements/webview-playground
> ```
Expand Down Expand Up @@ -113,4 +113,4 @@ Generates icon list for the documentation site

### vscode-data

Generates HTML and CSS [custom data format](https://code.visualstudio.com/blogs/2020/02/24/custom-data-format) for VSCode code completions.
Generates HTML and CSS [custom data format](https://code.visualstudio.com/blogs/2020/02/24/custom-data-format) for VSCode code completions.