Skip to content

Commit

Permalink
comment (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Oct 8, 2024
1 parent b30acf9 commit 7c90f88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/controllers/ExtensionController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -525,8 +525,7 @@ export class ExtensionController implements Disposable {
const languageId = vscode.window.activeTextEditor?.document.languageId;

// DHE servers need to specify the console type for each worker creation.
// Use the active editor's language id to determine the console type or
// fallback to 'python'.
// Use the active editor's language id to determine the console type.
const workerConsoleType =
serverState.type === 'DHE' ? getConsoleType(languageId) : undefined;

Expand Down

0 comments on commit 7c90f88

Please sign in to comment.