Skip to content

Commit

Permalink
[lldb-dap] Include npm install in the extension installation steps (#…
Browse files Browse the repository at this point in the history
…92028)

Otherwise the build step fails due to missing dependencies.
  • Loading branch information
walter-erquinigo committed May 15, 2024
1 parent 4683571 commit 411bf38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lldb/tools/lldb-dap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Installing the plug-in is very straightforward and involves just a few steps.

```bash
cd /path/to/lldb/tools/lldb-dap
npm install
npm run package # This also compiles the extension.
npm run vscode-install
```
Expand All @@ -69,6 +70,7 @@ no effect.
```bash
# Bump version in package.json
cd /path/to/lldb/tools/lldb-dap
npm install
npm run package
npm run vscode-install
```
Expand Down

0 comments on commit 411bf38

Please sign in to comment.