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 4e6577e commit 98b622bCopy full SHA for 98b622b
internal/ls/autoimport/fix.go
@@ -118,7 +118,6 @@ func addToExistingImport(
118
namedImports []*newImportBinding,
119
preferences *lsutil.UserPreferences,
120
) {
121
-
122
switch importClauseOrBindingPattern.Kind {
123
case ast.KindObjectBindingPattern:
124
bindingPattern := importClauseOrBindingPattern.AsBindingPattern()
internal/ls/codeactions_importfixes.go
@@ -60,7 +60,7 @@ var ImportFixProvider = &CodeFixProvider{
60
61
type fixInfo struct {
62
// Use new-style fix when available
63
- fix *autoimport.Fix
+ fix *autoimport.Fix
64
// Use old-style fix for features not yet ported (UMD, type-only promotion)
65
oldFix *ImportFix
66
symbolName string
0 commit comments