Skip to content

Commit

Permalink
update to v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxfancy committed Dec 3, 2023
1 parent 815c5e2 commit d59e361
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
CONTRIBUTING
=======================


## How to develope this extension

We use yarn to manage dependencies. You can install yarn from [here](https://yarnpkg.com/en/docs/install).
Then, please run `yarn` to install dependencies.

### Some useful scripts

- `yarn run compile`: compile typescript files
- `yarn run watch`: watch and compile typescript files automatically
- `yarn run package`: package extension

### How to submit to the marketplace

Please see [here](https://code.visualstudio.com/docs/extensions/publish-extension).

Make sure you have Node.js installed. Then run:
```sh
npm install -g @vscode/vsce
```

Remember to change the version number in `package.json` before publishing.
Then you can publish the extension by running:
```sh
vsce package
vsce publish
```

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-llvm",
"displayName": "VSCode LLVM Compiler Explorer",
"description": "A tool for LLVM pass developer",
"version": "0.1.2",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "https://github.com/sunxfancy/vscode-llvm.git"
Expand Down

0 comments on commit d59e361

Please sign in to comment.