Skip to content

Commit

Permalink
Update instruction on quick start
Browse files Browse the repository at this point in the history
Differential Revision: D67609741

fbshipit-source-id: e0c771f43fc9c871f9d328fdd3b022cfd0b0e933
  • Loading branch information
autozimu authored and facebook-github-bot committed Dec 26, 2024
1 parent f245235 commit b4a7787
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ide_integrations/visual_studio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ offers superb performance and handles incremental changes extremely well.

## Quick Start

Use project "buck2/examples/vscode" as an example,

```
buck2 bxl prelude/ide_integrations/visual_studio/main.bxl:main -- --target //cpp/hello_world:main
mkdir modes && echo "" > modes/debug # One-time setup. Skip if there is one already exists.
python prelude/ide_integrations/visual_studio/vsgo.py root//:main --mode_files modes/debug
```

This will generate project and solution files for the specific target and output
Expand All @@ -23,7 +26,7 @@ browse, edit, and run/debug your buck target.
To list all options and their help docs, run

```
buck2 bxl prelude/ide_integrations/visual_studio/main.bxl:main -- --help
python prelude/ide_integrations/visual_studio/vsgo.py --help
```

## How It Works
Expand Down

0 comments on commit b4a7787

Please sign in to comment.