Skip to content

Commit f715e62

Browse files
committed
Updates
1 parent 431ee69 commit f715e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ async function activateUnsafe(
163163
components.pythonEnvs,
164164
);
165165
const proposedApi = buildProposedApi(components.pythonEnvs, ext.legacyIOC.serviceContainer);
166-
registerTools(context,components.pythonEnvs, api.environments, ext.legacyIOC.serviceContainer);
166+
registerTools(context, components.pythonEnvs, api.environments, ext.legacyIOC.serviceContainer);
167167
return [{ ...api, ...proposedApi }, activationPromise, ext.legacyIOC.serviceContainer];
168168
}
169169

0 commit comments

Comments
 (0)