Skip to content

Commit 6f1f659

Browse files
Refresh codelens on edit
1 parent 00c3ad2 commit 6f1f659

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ export async function activate(context: vscode.ExtensionContext) {
157157
clearImportCache()
158158
const newApps = await discoverFastAPIApps(parserService)
159159
endpointProvider.setApps(newApps)
160+
codeLensProvider.setApps(newApps)
160161
},
161162
),
162163

0 commit comments

Comments
 (0)