This repository was archived by the owner on Nov 6, 2018. It is now read-only.
Commit 8549ee7 1 parent da33526 commit 8549ee7 Copy full SHA for 8549ee7
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ export interface Windows extends Observable<Window[]> {
147
147
/**
148
148
* Display a prompt and request text input from the user.
149
149
*
150
- * @todo TODO!(sqs) : always shows on the active window if any; how to pass this as a param?
150
+ * @todo TODO: always shows on the active window if any; should pass window as a param?
151
151
*
152
152
* @param message The message to show.
153
153
* @param defaultValue The default value for the user input, or undefined for no default.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import { Commands, CXP } from '../api'
18
18
* @return The {@link CXP#commands} value.
19
19
*/
20
20
export function createExtCommands ( ext : Pick < CXP < any > , 'rawConnection' > ) : Commands {
21
- // TODO!(sqs) : move CommandRegistry to somewhere general since it's now used by the controller AND extension
21
+ // TODO: move CommandRegistry to somewhere general since it's now used by the controller AND extension
22
22
const commandRegistry = new CommandRegistry ( )
23
23
ext . rawConnection . onRequest ( ExecuteCommandRequest . type , params => commandRegistry . executeCommand ( params ) )
24
24
return {
You can’t perform that action at this time.
0 commit comments