Skip to content

Commit 6ce6daa

Browse files
akosyakovroboquat
authored andcommitted
[code] don't report empty vscode extensions as error
1 parent 78a0bf5 commit 6ce6daa

File tree

1 file changed

+0
-1
lines changed
  • components/ide/code/codehelper

1 file changed

+0
-1
lines changed

components/ide/code/codehelper/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ func getExtensions(repoRoot string) (extensions []Extension, err error) {
166166
return
167167
}
168168
if config == nil || config.Vscode == nil {
169-
err = errors.New("config.vscode field not exists")
170169
return
171170
}
172171
var wg sync.WaitGroup

0 commit comments

Comments
 (0)