Skip to content

Commit

Permalink
docs: Update with changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jan 26, 2024
1 parent 084442c commit b83ca6c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,16 @@
- These options will be merged and inherited as part of the configuration chain.
- Added an `optional` field to task `deps`, allowing the dependency to be optional during
inheritance.
- Added a "Tags" view to the VSCode extension.
- Updated proto installation to trigger for all applicable commands, not just `moon run`,
`moon check`, and `moon ci`.
- Will also use the global proto version if available when there's no internet connection, and the
moon required proto version has not been installed.

#### 🐞 Fixes

- Fixed Git version parsing when using VFSForGit.

#### 🧩 Plugins

- Updated `bun_plugin` to v0.9.
Expand Down
1 change: 1 addition & 0 deletions website/blog/2024-01-26_moon-v1.20.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ tasks:
View the [official release](https://github.com/moonrepo/moon/releases/tag/v1.20.0) for a full list
of changes.

- Added a "Tags" view to the VSCode extension.
- Updated proto to v0.29.1 (from v0.26.4).
- Updated proto installation to trigger for all applicable commands, not just `moon run`,
`moon check`, and `moon ci`.
11 changes: 11 additions & 0 deletions website/docs/editors/vscode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@ icon, or using the command palette.
</TwoColumn>

<TwoColumn aside={<Image src={require('./vscode/tags-view.png')} alt="VS Code view - Tags" />}>

### Tags

Similar to the projects view, the tags view displays projects grouped by their
[`tags`](../config/project#tags).

> This view is only available in the "moon" sidebar.
</TwoColumn>

<TwoColumn
aside={<Image src={require('./vscode/last-run-view.png')} alt="VS Code view - Last run" />}
>
Expand Down
Binary file added website/docs/editors/vscode/tags-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b83ca6c

Please sign in to comment.