Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Donovan <[email protected]>
  • Loading branch information
lhstrh and petervdonovan authored Jul 9, 2024
1 parent 43c2e01 commit 8962aac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/developer/debugging-generated-code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ to manually run the RTI and the other federates in order for the code to start e

### Adding Arguments

To add arguments using VS code, you should add a directory `.vscode` right below the opened `src-gen` directory and add a `settings.json` file like the one below. In place of `federation_id`, write the actual federation ID that is being used by the RTI.
To add arguments using VS Code, you should add a directory `.vscode` right below the opened `src-gen` directory and add a `settings.json` file like the one below. In place of `federation_id`, write the actual federation ID that is being used by the RTI.
```
{
"cmake.debugConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ to manually run the RTI and the other federates in order for the code to start e

### Adding Arguments

To add arguments using VS code, you should add a directory `.vscode` right below the opened `src-gen` directory and add a `settings.json` file like the one below. In place of `federation_id`, write the actual federation ID that is being used by the RTI.
To add arguments using VS Code, you should add a directory `.vscode` right below the opened `src-gen` directory and add a `settings.json` file like the one below. In place of `federation_id`, write the actual federation ID that is being used by the RTI.
```
{
"cmake.debugConfig": {
Expand Down

0 comments on commit 8962aac

Please sign in to comment.