feat(vscode-web): add workspace file support #1113
ci.yaml
on: pull_request
Check for typos and unformatted code
31s
Validate Terraform output
4m 44s
Validate README files
15s
Annotations
5 errors
Validate Terraform output
Process completed with exit code 1.
|
error: expect(received).toThrow(expected):
registry/coder/modules/vscode-web/main.test.ts#L50
Expected substring: "Cannot specify both 'folder' and 'workspace'. Please use only one."
var.workspace is a string\n\nInvalid value for \"vars\" parameter: vars map does not contain key\n\"WORKSPACE_ARG\", referenced at ./run.sh:34,61-74.\n"
at <anonymous> (/home/runner/work/registry/registry/registry/coder/modules/vscode-web/main.test.ts:50:15)
|
error: expect(received).toThrow(expected):
registry/coder/modules/vscode-web/main.test.ts#L38
Expected substring: "Offline mode does not allow extensions to be installed"
var.workspace is a string\n\nInvalid value for \"vars\" parameter: vars map does not contain key\n\"WORKSPACE_ARG\", referenced at ./run.sh:34,61-74.\n"
at <anonymous> (/home/runner/work/registry/registry/registry/coder/modules/vscode-web/main.test.ts:38:15)
|
error: expect(received).toThrow(expected):
registry/coder/modules/vscode-web/main.test.ts#L26
Expected substring: "Offline and Use Cached can not be used together"
var.workspace is a string\n\nInvalid value for \"vars\" parameter: vars map does not contain key\n\"WORKSPACE_ARG\", referenced at ./run.sh:34,61-74.\n"
at <anonymous> (/home/runner/work/registry/registry/registry/coder/modules/vscode-web/main.test.ts:26:15)
|
error: expect(received).toThrow(expected):
registry/coder/modules/vscode-web/main.test.ts#L14
Expected substring: "Invalid value for variable"
var.workspace is a string\n\nInvalid value for \"vars\" parameter: vars map does not contain key\n\"WORKSPACE_ARG\", referenced at ./run.sh:34,61-74.\n"
at <anonymous> (/home/runner/work/registry/registry/registry/coder/modules/vscode-web/main.test.ts:14:15)
|