Skip to content

Commit 07bea22

Browse files
rogerykgopherbot
authored andcommitted
docs/contributing.md: remove unnecessary quote
There is an extra quote in the command, which should be an error. Change-Id: I6ff7c00fa7cacaaef9476232637bff110647ff40 GitHub-Last-Rev: 703b7a1 GitHub-Pull-Request: #3042 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/541875 Run-TryBot: Hyang-Ah Hana Kim <[email protected]> Auto-Submit: Hyang-Ah Hana Kim <[email protected]> Commit-Queue: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Robert Findley <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]>
1 parent 455b799 commit 07bea22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ When developing features in `gopls`, you may need to attach a debugger to `gopls
125125
126126
1. Start a gopls in deamon mode:
127127
```
128-
gopls -listen=:37374" -logfile=auto -debug=:0 serve
128+
gopls -listen=:37374 -logfile=auto -debug=:0 serve
129129
```
130130
131131
Or, if you use vscode for gopls development, you can configure `launch.json` of the `x/tools/gopls` project:

0 commit comments

Comments
 (0)