Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To bring up the **Run and Debug** view, select the **Run and Debug** icon in the

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

Click on **create a launch.json file** 👉 **Go** 👉 **Go: Launch Package**
Click on **create a launch.json file** 👉 **Go** : Launch Package**

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To bring up the **Run and Debug** view, select the **Run and Debug** icon in the

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

Click on **create a launch.json file** 👉 **Go** 👉 **Go: Launch Package**
Click on **create a launch.json file** 👉 **Go** : Launch Package**

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

Expand Down
Loading