Skip to content

Commit

Permalink
Update changelog to better reflect the fix to 3096
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a committed Apr 14, 2020
1 parent 86ba23c commit 4b36da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* [Ramya Rao (@ramya-rao-a)](https://github.com/ramya-rao-a)
* Show debug watch failures as warnings instead of errors to reduce the noise in debug console.
Fixes [Bug 3006](https://github.com/Microsoft/vscode-go/issues/3006) with [commit 430362e](https://github.com/microsoft/vscode-go/commit/430362e2553680af91817d27e52bf9af12ae1824)
* Run the package when the `Run: Start Without Debugging` command is executed with the `program` attribute in the debug configuration points to a folder. Previously, this would result in debugging the package instead. [Feature Request 3096](https://github.com/Microsoft/vscode-go/issues/3096) implemented with [commit 78518d7e](https://github.com/microsoft/vscode-go/commit/78518d7e9736670d75fe2cd648c7c3eb23413157)
* Use `go run .` instead of passing the current file to the `go run` command when the command `Run: Start Without Debugging` command is executed with the `program` attribute in the debug configuration pointing to a folder. Previously, this would result in errors for cases when the current file uses members from a separate file in the same pacakge. [Feature Request 3096](https://github.com/Microsoft/vscode-go/issues/3096) implemented with [commit 78518d7e](https://github.com/microsoft/vscode-go/commit/78518d7e9736670d75fe2cd648c7c3eb23413157)

* [polinasok](https://github.com/https://github.com/polinasok)
* Use 'entry' as stopped event reason when stopping on entry. [PR 3150](https://github.com/Microsoft/vscode-go/pull/3150)
Expand Down

0 comments on commit 4b36da1

Please sign in to comment.