Archived
1
0

release: 4.0.1 (#4678)

* chore(release): bump version to 4.0.1

* fix: ignore pre-commit hook for release-prep script

* chore: bump helm-chart to 2.0.0

* chore: update CHANGELOG for 4.0.1
This commit is contained in:
Joe Previte
2022-01-05 13:06:32 -07:00
committed by GitHub
parent 3d999986b2
commit 484429b5da
16 changed files with 33 additions and 22 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}`)
})
})