Skip to content

Commit 125fb19

Browse files
committed
fix lint error
1 parent 5bc3c1a commit 125fb19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/goInstallTools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import { getLanguageServerToolPath } from './goLanguageServer';
1313
import { envPath, getToolFromToolPath } from './goPath';
1414
import { hideGoStatus, outputChannel, showGoStatus } from './goStatus';
1515
import {
16+
containsString,
1617
containsTool,
1718
disableModulesForWildcard,
1819
getConfiguredTools,
@@ -21,7 +22,6 @@ import {
2122
hasModSuffix,
2223
isGocode,
2324
Tool,
24-
containsString
2525
} from './goTools';
2626
import {
2727
getBinPath,

0 commit comments

Comments
 (0)