Fixing minor typo in link in docs/debugging.md

Credit to @cluster2600 for finding this issue and attempting a fix.
pull/38203/head
Craig Wright 1 month ago committed by GitHub
parent 3dc3baf186
commit fccdec6327
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,7 +14,7 @@ GoLand includes [debugging features](https://www.jetbrains.com/help/go/debugging
## Debugging automated tests
Debugging an automated test is often the most straightforward workflow for debugging a section of the codebase. For example, the Go extension for VS Code](https://code.visualstudio.com/docs/languages/go#_debugging) adds `run test | debug test` options above all tests in a `*_test.go` file. These allow debugging without any prior configuration.
Debugging an automated test is often the most straightforward workflow for debugging a section of the codebase. For example, the [Go extension for VS Code](https://code.visualstudio.com/docs/languages/go#_debugging) adds `run test | debug test` options above all tests in a `*_test.go` file. These allow debugging without any prior configuration.
### Debugging automated tests in VSCode
@ -94,4 +94,4 @@ Navigate to the Run and Debug view in the left-side Activity Bar. After selectin
This is equivalent to running a Terraform CLI command in the local Terraform project's directory. For example, if you run and debug a plan command that saves a plan file, that plan file will be created.
This workflow is useful if you need to set up a complicated prior state to replicate a bug or if you want to debug code behaviour given a specific configuration.
This workflow is useful if you need to set up a complicated prior state to replicate a bug or if you want to debug code behaviour given a specific configuration.

Loading…
Cancel
Save