Skip to content

Commit

Permalink
Remove interactive input (microsoft#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig authored Apr 25, 2022
1 parent eb6e261 commit 1c8d841
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/formatLS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export async function createFormatServer(
{ scheme: 'untitled', language: 'python' },
{ scheme: 'vscode-notebook', language: 'python' },
{ scheme: 'vscode-notebook-cell', language: 'python' },
{ scheme: 'vscode-interactive-input', language: 'python' },
],
outputChannel: outputChannel,
traceOutputChannel: outputChannel,
Expand Down

0 comments on commit 1c8d841

Please sign in to comment.