There was an error while loading. Please reload this page.
1 parent 9deb87b commit 9fd2540Copy full SHA for 9fd2540
src/client/jupyter/common/cellHelper.ts
@@ -3,7 +3,7 @@ import { TextDocument, Range } from 'vscode';
3
import { JupyterCodeLensProvider } from '../editorIntegration/codeLensProvider';
4
import * as vscode from 'vscode';
5
6
-const CellIdentifier = /^(# %%|#%%|# \<codecell\>|# In\[\d?\]|# In\[ \])(.*)/i;
+const CellIdentifier = /^(# %%|#%%|# \<codecell\>|# In\[\d*\]|# In\[ \])(.*)/i;
7
8
export class CellHelper {
9
constructor(private cellCodeLenses: JupyterCodeLensProvider) {
0 commit comments