Skip to content

Commit 16ccd41

Browse files
committed
vscode-go: a few small clean-up items
Delete the merge.bash file as we no longer need it. Fix a Markdown lint warning in SECURITY.md. Mention linting in the contribution doc. Delete outdated CONTRIBUTING.md. Change-Id: Ica9afdfb3a4f906df890c7dddf3740bdad8f44da Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/237257 Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
1 parent 6ca980e commit 16ccd41

File tree

4 files changed

+5
-159
lines changed

4 files changed

+5
-159
lines changed

CONTRIBUTING.md

-119
This file was deleted.

SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
## Reporting a Vulnerability
44

5-
See https://golang.org/security for how to report a vulnerability.
5+
See [golang.org/security](https://golang.org/security) to report a vulnerability.

build/merge.bash

-39
This file was deleted.

docs/contributing.md

+4
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ Please note that extra configuration is required to build and run the [Debug Ada
4444

4545
3) Make sure the `window.openFoldersInNewWindow` setting is not `"on"`.
4646

47+
#### Lint
48+
49+
You can run `npm run lint` on the command-line to check for lint errors in your program. You can also use the [TSLint](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-tslint-plugin) plugin to see errors as you code.
50+
4751
### Run
4852

4953
To run the extension with your patch, open the Run view (`Ctrl+Shift+D`), select `Launch Extension`, and click the Play button (`F5`).

0 commit comments

Comments
 (0)