You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/actions-go.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -216,11 +216,11 @@ Here a `Makefile` is helpful. Check the [examples](https://github.com/apache/ope
216
216
217
217
You can also use just the `openwhisk/actionloop` as runtime, it is smaller.
218
218
219
-
<aname="vscode">
219
+
<aname="vscode"/>
220
220
221
221
## Using VsCode
222
222
223
-
If you are using [VsCode[(https://code.visualstudio.com/) as your Go development environment with the [VsCode Go](https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go) support, without errors and with completion working you need to:
223
+
If you are using [VsCode](https://code.visualstudio.com/) as your Go development environment with the [VsCode Go](https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go) support, without errors and with completion working you need to:
0 commit comments