Skip to content

Commit dbab6d7

Browse files
committed
fix lint problem
1 parent 4c7745b commit dbab6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export const activateTsPlugin = (tsApi: { configurePlugin; onCompletionAccepted
114114
void registerEmmet()
115115
webImports()
116116

117-
void figIntegration()
117+
figIntegration()
118118
}
119119

120120
export const activate = async () => {

0 commit comments

Comments
 (0)