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 94ca05d commit d307194Copy full SHA for d307194
src/extension.ts
@@ -148,6 +148,7 @@ export async function activate(context: vscode.ExtensionContext) {
148
149
let pass = args[0] as string;
150
151
+ // TODO: make opt-15 configurable
152
let cmd = await Command.createfromString('opt-15 -S ' + pass + ' -o -');
153
if (cmd == undefined) return;
154
const { stdout, stderr } = await cmd.run(undefined, editor?.document.getText());
0 commit comments