forked from hugotvn/vscode-tamarin
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
hugo
committed
Jul 18, 2024
1 parent
312015c
commit d2a568d
Showing
6 changed files
with
78 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
## Documentation on how to release the extension | ||
|
||
The plugin is available on two different websites : | ||
- https://marketplace.visualstudio.com/items?itemName=tamarin-prover.tamarin-prover | ||
|
||
- https://open-vsx.org/extension/tamarin-prover/tamarin-prover | ||
|
||
|
||
For each website you will need an access token in order to publish the extension. This you can create using you azure dev ops account as described here : | ||
\ | ||
https://code.visualstudio.com/api/working-with-extensions/publishing-extension | ||
\ | ||
or your Eclipse account as described here : https://github.com/eclipse/openvsx/wiki/Publishing-Extensions | ||
\ | ||
For vscode the access token is required before publishing using ```vsce login private_access_token```. | ||
|
||
In order to push a new version or release you will need to use the following commands : | ||
```vsce publish version_n°``` for vscode and ```npx ovsx publish -p private_access_token``` for openVSX | ||
|
||
Make sure to remove all the errors otherwise it won't publish. The error messages are quite clear to help you debug. For vscode you can specify in the ```package.json``` file the files you want to include in the extension. Make sure everything necessary to run your code is present. | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters