Skip to content

Commit df1c303

Browse files
committed
add ticket number
1 parent 824ea47 commit df1c303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser-runtime-core/src/open-context-runtime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export interface InterpreterEnvironment {
2929
*/
3030
export class OpenContextRuntime implements Runtime {
3131
private interpreterEnvironment: InterpreterEnvironment;
32-
// TODO: we have to also port this to the new autocomplete
32+
// TODO(MONGOSH-2205): we have to also port this to the new autocomplete
3333
private autocompleter: ShellApiAutocompleter | null = null;
3434
private shellEvaluator: ShellEvaluator;
3535
private instanceState: ShellInstanceState;

0 commit comments

Comments
 (0)