File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
5
5
6
6
## Unreleased
7
7
8
+ ### Changes
9
+
10
+ * Introduced quick pick separator in command ` Go: Choose Go Environment ` showing
11
+ diff between options locally discovered and options available for download.
12
+
13
+ ### Fixes
14
+
15
+ * Addressed an issue that caused a ` Cannot read properties of null (reading 'Token') `
16
+ error during command execution when the command result did not include a token.
17
+ ([ Issue 3698] ( https://github.com/golang/vscode-go/issues/3698 ) )
18
+
8
19
## v0.46.1
9
20
10
21
Date: 2025-03-04
11
22
12
- ** Full Changelog** : https://github.com/golang/vscode-go/compare/v0.46.1 ...v0.46.1
23
+ ** Full Changelog** : https://github.com/golang/vscode-go/compare/v0.46.0 ...v0.46.1
13
24
** Milestone** : https://github.com/golang/vscode-go/issues?q=milestone%3Av0.46.1
14
25
15
26
## v0.47.1 (prerelease)
You can’t perform that action at this time.
0 commit comments