Skip to content

Commit

Permalink
[docs] Update HowToBuildFromSource (Samsung#1749)
Browse files Browse the repository at this point in the history
This PR updates HowToBuildFromSource.md.
This is to remove `npm vsce` package warning message.

ONE-vscode-DCO-1.0-Signed-off-by: SeungHui Youn <sseung.youn@samsung.com>

Co-authored-by: Jiyoung Giuliana Yun <wldudyun10@gmail.com>
Co-authored-by: Dayoung Lee <dayoung.lee@samsung.com>
  • Loading branch information
3 people authored Dec 7, 2023
1 parent b108dd3 commit 91aa464
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/HowToBuildFromSource.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@

If you want to use the latest version of ONE-vscode, let's do the following:

## STEP1. Install vsce
## STEP1. Install prerequisites

[vsce](https://code.visualstudio.com/api/working-with-extensions/publishing-extension) is `Visual Studio Code Extension`.
- You should install [Node.js and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) before installing vsce

```console
$ npm install -g vsce
```
You should install [Node.js and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).

## STEP2. Clone repository

git clone `ONE-vscode`

```console
$ git clone https://github.com/Samsung/ONE-vscode.git
$ cd ONE-vscode
```

## STEP3. Create vsix package

To install required node package depedencies, simply run `npm install`.

```console
ONE-vscode$ npm install
...
```

To create visx package, run `vsce package`.
```
ONE-vscode$ vsce package
Executing prepublish script 'npm run vscode:prepublish'...
Expand Down

0 comments on commit 91aa464

Please sign in to comment.