Skip to content

Commit 8962aac

Browse files
Apply suggestions from code review
Co-authored-by: Peter Donovan <[email protected]>
1 parent 43c2e01 commit 8962aac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/developer/debugging-generated-code.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ to manually run the RTI and the other federates in order for the code to start e
6464

6565
### Adding Arguments
6666

67-
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.
67+
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.
6868
```
6969
{
7070
"cmake.debugConfig": {

versioned_docs/version-0.8.0/developer/debugging-generated-code.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ to manually run the RTI and the other federates in order for the code to start e
6464

6565
### Adding Arguments
6666

67-
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.
67+
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.
6868
```
6969
{
7070
"cmake.debugConfig": {

0 commit comments

Comments
 (0)