Skip to content

Commit

Permalink
Vsc build updates (#5797)
Browse files Browse the repository at this point in the history
* update changelog and bump version number

* updated date

* Update polaris-for-vscode/CHANGELOG.md

Co-authored-by: Aaron Casanova <[email protected]>

* update vscodeignore to stop bundling entire monorepo with extension

* update ignore

* change date on changelog

* update date

Co-authored-by: Aaron Casanova <[email protected]>
  • Loading branch information
Yuraima Estevez and aaronccasanova authored May 16, 2022
1 parent c358aa0 commit 424e6a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion polaris-for-vscode/.vscodeignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
.turbo
../**
**/tsconfig.json
**/*.map
**/*.ts
*.vsix
CONTRIBUTING.md
docs
scripts
src
node_modules
5 changes: 3 additions & 2 deletions polaris-for-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ The format is based on [these versioning and changelog guidelines](/documentatio

---

## `v0.2.0` 2022-04-12
## `v0.2.0` - 2022-05-16

- Removed `var()` autocomplete and added `--p-` prefix to completion item label ([#5764](https://github.com/Shopify/polaris/pull/5764))
- Added token documentation to completion items ([#5789](https://github.com/Shopify/polaris/pull/5789))

## `v0.1.0` 2022-04-12
## `v0.1.0` - 2022-04-12

- Initial release
2 changes: 1 addition & 1 deletion polaris-for-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"bugs": {
"url": "https://github.com/Shopify/polaris/issues"
},
"version": "0.1.1",
"version": "0.2.0",
"keywords": [
"polaris",
"shopify"
Expand Down

0 comments on commit 424e6a0

Please sign in to comment.