Skip to content

Commit b68ebd8

Browse files
committed
underscore _replType for now
1 parent c7b80e3 commit b68ebd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/terminals/codeExecution/helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class CodeExecutionHelper implements ICodeExecutionHelper {
5555

5656
public async normalizeLines(
5757
code: string,
58-
replType: ReplType,
58+
_replType: ReplType,
5959
wholeFileContent?: string,
6060
resource?: Uri,
6161
): Promise<string> {

0 commit comments

Comments
 (0)