Skip to content

Commit b7c5b0e

Browse files
[Imp]: Fix redundant go in debugger guide (#676)
* Update QuickStartFilter Signed-off-by: Raj Gupta <[email protected]> * Update filteredQuickstarts comp Signed-off-by: Raj Gupta <[email protected]> * Remove redundant go Signed-off-by: Raj Gupta <[email protected]> * Revert changes Signed-off-by: Raj Gupta <[email protected]> --------- Signed-off-by: Raj Gupta <[email protected]> Co-authored-by: Achanandhi M <[email protected]>
1 parent 5f41812 commit b7c5b0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

versioned_docs/version-2.0.0/keploy-explained/debugger-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To bring up the **Run and Debug** view, select the **Run and Debug** icon in the
1818

1919
If running and debugging is not yet configured (no `launch.json` has been created), VS Code shows the Run start view.
2020

21-
Click on **create a launch.json file** 👉 **Go** 👉 **Go: Launch Package**
21+
Click on **create a launch.json file** 👉 **Go** : Launch Package**
2222

2323
Navigate to `launch.json` to begin crafting JSON objects.
2424

versioned_docs/version-3.0.0/keploy-explained/debugger-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To bring up the **Run and Debug** view, select the **Run and Debug** icon in the
1818

1919
If running and debugging is not yet configured (no `launch.json` has been created), VS Code shows the Run start view.
2020

21-
Click on **create a launch.json file** 👉 **Go** 👉 **Go: Launch Package**
21+
Click on **create a launch.json file** 👉 **Go** : Launch Package**
2222

2323
Navigate to `launch.json` to begin crafting JSON objects.
2424

0 commit comments

Comments
 (0)