mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
Fix build
This commit is contained in:
@@ -1736,8 +1736,8 @@ export class TerminalLink implements vscode.TerminalLink {
|
||||
}
|
||||
|
||||
export enum TerminalLocation {
|
||||
Panel = 0,
|
||||
Editor = 1,
|
||||
Panel = 1,
|
||||
Editor = 2,
|
||||
}
|
||||
|
||||
export class TerminalProfile implements vscode.TerminalProfile {
|
||||
|
||||
Reference in New Issue
Block a user