We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c071beb commit 6222158Copy full SHA for 6222158
test/integration/extension.test.ts
@@ -36,7 +36,7 @@ import {
36
isVendorSupported
37
} from '../../src/util';
38
39
-function queryDefaultGopathSync(): string {
+function queryDefaultGopathSync(): string | null {
40
const goExecutable = getBinPath('go');
41
if (!goExecutable) {
42
console.warn(`Failed to run "go env GOPATH" to find mod file as the "go" binary cannot be found`);
0 commit comments