mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
fix issues
This commit is contained in:
@@ -43,10 +43,10 @@ declare module 'vscode' {
|
||||
*/
|
||||
terminalCommand: string;
|
||||
/**
|
||||
* Whether the command should be executed or just inserted
|
||||
* Whether the command should be executed or just inserted (default)
|
||||
*/
|
||||
shouldExecute?: boolean;
|
||||
constructor(terminalCommand: string);
|
||||
constructor(terminalCommand: string, shouldExecute?: boolean);
|
||||
}
|
||||
export class TerminalQuickFixOpener {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user