Skip to content

Commit

Permalink
[docs] Update HowToBuildFromSource
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 <[email protected]>
Co-authored-by: Jiyoung Giuliana Yun <[email protected]>
  • Loading branch information
zetwhite and jyoungyun committed Dec 5, 2023
1 parent 22d252f commit 4c0a333
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docs/HowToBuildFromSource.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,17 @@

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
Expand Down

0 comments on commit 4c0a333

Please sign in to comment.