We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824ea47 commit df1c303Copy full SHA for df1c303
packages/browser-runtime-core/src/open-context-runtime.ts
@@ -29,7 +29,7 @@ export interface InterpreterEnvironment {
29
*/
30
export class OpenContextRuntime implements Runtime {
31
private interpreterEnvironment: InterpreterEnvironment;
32
- // TODO: we have to also port this to the new autocomplete
+ // TODO(MONGOSH-2205): we have to also port this to the new autocomplete
33
private autocompleter: ShellApiAutocompleter | null = null;
34
private shellEvaluator: ShellEvaluator;
35
private instanceState: ShellInstanceState;
0 commit comments