Skip to content

Commit 1fd686d

Browse files
committed
add back field as deprecated
1 parent 78c8051 commit 1fd686d

File tree

3 files changed

+22
-14
lines changed

3 files changed

+22
-14
lines changed

provisionersdk/proto/provisioner.pb.go

Lines changed: 15 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

provisionersdk/proto/provisioner.proto

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,9 @@ message Script {
164164
}
165165

166166
enum AppOpenIn {
167-
SLIM_WINDOW = 0;
168-
TAB = 1;
167+
WINDOW = 0 [deprecated = true];
168+
SLIM_WINDOW = 1;
169+
TAB = 2;
169170
}
170171

171172
// App represents a dev-accessible application on the workspace.

site/e2e/provisionerGenerated.ts

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)