You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/integrations/editor/DiffViewProvider.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,8 @@ export class DiffViewProvider {
29
29
privaterooOpenedTabs: Set<string>=newSet()
30
30
privatepreserveFocus: boolean=false
31
31
privateautoFocus: boolean=true
32
-
privateviewColumn: ViewColumn=ViewColumn.Active
32
+
// have to set the default view column to -1 since we need to set it in the initialize method and during initialization the enum ViewColumn is undefined
0 commit comments