Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Updated Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a committed Dec 19, 2017
1 parent 30b01ce commit 860c320
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- `go.testEnvFile`
* The `Analysis Tools Missing` message has bee updated to only appear for the tools backing basic features of the extension
* Skip showing linting/vetting errors on a line that has build errors. [Feature Request 600](https://github.com/Microsoft/vscode-go/issues/600)
* Fix the issue of slow linters resulting in stale problem markers in updated file. [Bug 1404](https://github.com/Microsoft/vscode-go/issues/1404)
* Deprecate `go.formatOnSave` setting in favor of `editor.formatOnSave`. To disable formatting on save, add the below setting:
```
"[go]": {
Expand All @@ -28,8 +29,6 @@
- Slow format on save affects tests [Bug 786](https://github.com/Microsoft/vscode-go/issues/786)




## 0.6.69 - 27th November, 2017

* New commands
Expand Down

0 comments on commit 860c320

Please sign in to comment.