Archived
1
0

chore: update vscode commit (#4857)

* chore: update vscode commit

This includes two fixes from coder/vscode:
- https://github.com/coder/vscode/pull/43
- https://github.com/coder/vscode/pull/42

* fix: use double-bracket in ext. e2e test
This commit is contained in:
Joe Previte
2022-02-15 14:15:53 -07:00
committed by GitHub
parent 8fc4832722
commit b26cce589f
3 changed files with 4 additions and 4 deletions

View File

@ -7,6 +7,6 @@ describe("Extensions", true, () => {
await codeServerPage.executeCommandViaMenus("code-server: Get proxy URI")
await codeServerPage.page.waitForSelector(`text=${address}/proxy/{port}`)
await codeServerPage.page.waitForSelector(`text=${address}/proxy/{{port}}`)
})
})