Skip to content

Commit 9a84271

Browse files
committed
publish to openvsx
1 parent bd27e65 commit 9a84271

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,4 @@ jobs:
8282
asset_name: ${{ env.VSIX_NAME }}
8383
asset_content_type: application/zip
8484
- run: vsce publish -p ${{ secrets.MARKETPLACE_TOKEN }}
85+
- run: npx ovsx publish "${{ env.VSIX_PATH }}" -p ${{ secrets.OPENVSX_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<img alt="Follow Prettier on Twitter" src="https://img.shields.io/twitter/follow/prettiercode.svg?label=follow+prettier&style=flat-square"></a>
5555
</p>
5656

57-
> [!IMPORTANT] > **Extension Migration:** This extension is being moved from `esbenp.prettier-vscode` to [`prettier.prettier-vscode`](https://marketplace.visualstudio.com/items?itemName=prettier.prettier-vscode). While in beta, version 12+ is only published to the new location. Once it is stable, we will publish v12 to both locations and deprecate the `esbenp.prettier-vscode` extension. **Version 12.x is currently in beta, use with caution and report any bugs.**
57+
> 🚨🚨🚨 **Extension Migration:** This extension is being moved from `esbenp.prettier-vscode` to [`prettier.prettier-vscode`](https://marketplace.visualstudio.com/items?itemName=prettier.prettier-vscode). Version 12+ is only published to the new for now as it is a major change. Once it is stable, we will publish v12 to both extensions and deprecate the `esbenp.prettier-vscode` extension. **Version 12.x is currently not stable, use with caution and report bugs.**
5858
5959
## Installation
6060

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "prettier-vscode",
33
"displayName": "Prettier - Code formatter",
44
"description": "Code formatter using prettier",
5-
"version": "11.0.1",
5+
"version": "11.0.2",
66
"publisher": "esbenp",
77
"author": "Prettier <@prettiercode>",
88
"galleryBanner": {
@@ -79,8 +79,7 @@
7979
"watch": "tsc --watch -p ./",
8080
"webpack-dev": "webpack --mode development --watch",
8181
"webpack": "webpack --mode development",
82-
"chrome": "yarn webpack && vscode-test-web --browserType=chromium --extensionDevelopmentPath=. .",
83-
"prepare": "husky"
82+
"chrome": "yarn webpack && vscode-test-web --browserType=chromium --extensionDevelopmentPath=. ."
8483
},
8584
"lint-staged": {
8685
"**/*.{ts,json,md,yml,hbs,js}": [

0 commit comments

Comments
 (0)