Skip to content

Commit 7f3ba1c

Browse files
authored
fix workspace file extension (gitpod-io#3768)
1 parent a8da492 commit 7f3ba1c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pluggable-workspace-cluster.9
2-
workspaceLocation: gitpod/gitpod-ws.theia-workspace
2+
workspaceLocation: gitpod/gitpod-ws.code-workspace
33
checkoutLocation: gitpod
44
ports:
55
- port: 1337

components/gitpod-protocol/go/gitpod-config_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func TestGitpodConfig(t *testing.T) {
2525
Desc: "parsing",
2626
Content: `
2727
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:pluggable-workspace-cluster.9
28-
workspaceLocation: gitpod/gitpod-ws.theia-workspace
28+
workspaceLocation: gitpod/gitpod-ws.code-workspace
2929
checkoutLocation: gitpod
3030
ports:
3131
- port: 1337
@@ -44,7 +44,7 @@ vscode:
4444
- [email protected]:ZnPmyF/Pb8AIWeCqc83gPw==`,
4545
Expectation: &GitpodConfig{
4646
Image: "eu.gcr.io/gitpod-core-dev/dev/dev-environment:pluggable-workspace-cluster.9",
47-
WorkspaceLocation: "gitpod/gitpod-ws.theia-workspace",
47+
WorkspaceLocation: "gitpod/gitpod-ws.code-workspace",
4848
CheckoutLocation: "gitpod",
4949
Ports: []*PortsItems{
5050
{
File renamed without changes.

0 commit comments

Comments
 (0)