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: vscode-desktop/main.tf
+11-10
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,12 @@ variable "folder" {
20
20
default=""
21
21
}
22
22
23
+
variable"open_recent" {
24
+
type=bool
25
+
description="Open the most recent workspace or folder. Falls back to the folder if there is no recent workspace or folder to open."
26
+
default=false
27
+
}
28
+
23
29
variable"order" {
24
30
type=number
25
31
description="The order determines the position of app in the UI presentation. The lowest order is shown first and apps with equal order are sorted by name (ascending order)."
0 commit comments