chore: update CHANGELOG for 4.0.1

This commit is contained in:
Joe Previte
2022-01-04 13:34:44 -07:00
parent 4d900a307b
commit 7fe23daf00
4 changed files with 18 additions and 7 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}`)
})
})