Skip to content

Commit

Permalink
fix: update vscode publish (#1420)
Browse files Browse the repository at this point in the history
  • Loading branch information
Niznikr authored Sep 30, 2024
1 parent 108c1b1 commit 4537855
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
run: pnpm nx run launchpad-design-system:build

- name: Publish extension
run: pnpm --filter=launchpad-design-system publish
run: pnpm nx run launchpad-design-system:publish
4 changes: 3 additions & 1 deletion apps/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

### Minor Changes

- [#1349](https://github.com/launchdarkly/launchpad-ui/pull/1349) [`121ac90`](https://github.com/launchdarkly/launchpad-ui/commit/121ac9001e52f454f2ad833878158b1650fb8c76) Thanks [@Niznikr](https://github.com/Niznikr)! - - Add design token autocomplete
- [#1349](https://github.com/launchdarkly/launchpad-ui/pull/1349) [`121ac90`](https://github.com/launchdarkly/launchpad-ui/commit/121ac9001e52f454f2ad833878158b1650fb8c76) Thanks [@Niznikr](https://github.com/Niznikr)! - Release VS Code extension:

- Add design token autocomplete
- Show token details on hover
- Show color box previews for color tokens

0 comments on commit 4537855

Please sign in to comment.