Skip to content

Commit 9fd2540

Browse files
committed
fix #681
1 parent 9deb87b commit 9fd2540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/jupyter/common/cellHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { TextDocument, Range } from 'vscode';
33
import { JupyterCodeLensProvider } from '../editorIntegration/codeLensProvider';
44
import * as vscode from 'vscode';
55

6-
const CellIdentifier = /^(# %%|#%%|# \<codecell\>|# In\[\d?\]|# In\[ \])(.*)/i;
6+
const CellIdentifier = /^(# %%|#%%|# \<codecell\>|# In\[\d*\]|# In\[ \])(.*)/i;
77

88
export class CellHelper {
99
constructor(private cellCodeLenses: JupyterCodeLensProvider) {

0 commit comments

Comments
 (0)