Commit e988b14
committed
[release] src/config: fix initConfig and WrappedConfiguration
workspaceIsTrusted is a function, not a variable.
Make sure the properties to be overriden by WrappedConfiguration
are what we want, by not copying them in the constructor.
Change-Id: Ia88c31651005f0bb6c95e8316b955f4fcb63d8dc
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/284586
Trust: Hyang-Ah Hana Kim <[email protected]>
Run-TryBot: Hyang-Ah Hana Kim <[email protected]>
Reviewed-by: Suzy Mueller <[email protected]>
(cherry picked from commit a267fff)
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/284794
TryBot-Result: kokoro <[email protected]>1 parent d0d360a commit e988b14
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
| |||
103 | 102 | | |
104 | 103 | | |
105 | 104 | | |
106 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| |||
0 commit comments