Commit b81dc3d
extension/src/goLint: adding .exe extension to the binary name on Windows
This change ensures that the tools with major versions higher than v2
can be properly installed on Windows systems. An error occurred in the
binary copying process due to the missing .exe extension.
Fixes #3777
Change-Id: Iecd1d419bf87be622986ac1d023274e9914992c5
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/683195
Reviewed-by: Madeline Kalil <[email protected]>
Reviewed-by: Hongxiang Jiang <[email protected]>
kokoro-CI: kokoro <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>1 parent ea77a56 commit b81dc3d
1 file changed
+9
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
259 | | - | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
260 | 262 | | |
261 | 263 | | |
262 | 264 | | |
| |||
268 | 270 | | |
269 | 271 | | |
270 | 272 | | |
271 | | - | |
| 273 | + | |
272 | 274 | | |
273 | 275 | | |
274 | 276 | | |
275 | 277 | | |
276 | 278 | | |
277 | 279 | | |
278 | 280 | | |
279 | | - | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
280 | 285 | | |
281 | 286 | | |
282 | 287 | | |
| |||
0 commit comments