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

2
vendor/package.json vendored
View File

@@ -7,6 +7,6 @@
"postinstall": "./postinstall.sh"
},
"devDependencies": {
"code-oss-dev": "coder/vscode#d4f09b4df0d23ead4389b4a69c6fad86ac358892"
"code-oss-dev": "coder/vscode#96e241330d9c44b64897c1e5031e00aa894103db"
}
}