Skip to content

Commit b7c19e7

Browse files
authored
Rename extension id (#14189)
1 parent e5f7d40 commit b7c19e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/jupyter/jupyterIntegration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export class JupyterExtensionIntegration {
144144
}
145145

146146
public async integrateWithJupyterExtension(): Promise<void> {
147-
const jupyterExtension = this.extensions.getExtension<JupyterExtensionApi>('ms-ai-tools.jupyter');
147+
const jupyterExtension = this.extensions.getExtension<JupyterExtensionApi>('ms-toolsai.jupyter');
148148
if (!jupyterExtension) {
149149
return;
150150
}

0 commit comments

Comments
 (0)