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 a6c4f17 commit 6fad3bcCopy full SHA for 6fad3bc
src/goTools.ts
@@ -194,7 +194,7 @@ export const allToolsInformation: { [key: string]: Tool } = {
194
return `Installing gocode aborted as existing process cannot be closed. Please kill the running process for gocode and try again.`;
195
}
196
} catch (err) {
197
- return `Failed to close gocode process: ${err}.`;
+ // This may fail if gocode isn't already running.
198
199
return '';
200
},
0 commit comments