Skip to content

Commit

Permalink
remove a FIX comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsequitur committed Jan 28, 2025
1 parent d4b06d5 commit 0e81279
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/polyglot-notebooks-vscode-common/src/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ export function registerKernelCommands(context: vscode.ExtensionContext, clientM
}));

context.subscriptions.push(vscode.commands.registerCommand('polyglot-notebook.notebookEditor.connectSubkernel', async (notebook?: vscode.NotebookDocument) => {
// FIX: show connection shortcuts
notebook = notebook || getCurrentNotebookDocument();

if (!notebook) {
Expand Down

0 comments on commit 0e81279

Please sign in to comment.