Skip to content

Commit d307194

Browse files
committed
update
1 parent 94ca05d commit d307194

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ export async function activate(context: vscode.ExtensionContext) {
148148

149149
let pass = args[0] as string;
150150

151+
// TODO: make opt-15 configurable
151152
let cmd = await Command.createfromString('opt-15 -S ' + pass + ' -o -');
152153
if (cmd == undefined) return;
153154
const { stdout, stderr } = await cmd.run(undefined, editor?.document.getText());

0 commit comments

Comments
 (0)