We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e07a591 + 9bde62f commit 37b87ddCopy full SHA for 37b87dd
ci/build/npm-postinstall.sh
@@ -25,7 +25,7 @@ main() {
25
esac
26
27
OS="$(uname | tr '[:upper:]' '[:lower:]')"
28
- if curl -fsSL "https://storage.googleapis.com/coder-cloud-releases/agent/latest/$OS/cloud-agent" -o ./lib/coder-cloud-agent ; then
+ if curl -fsSL "https://storage.googleapis.com/coder-cloud-releases/agent/latest/$OS/cloud-agent" -o ./lib/coder-cloud-agent; then
29
chmod +x ./lib/coder-cloud-agent
30
else
31
echo "Failed to download cloud agent; --link will not work"
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "code-server",
3
"license": "MIT",
4
- "version": "3.6.1",
+ "version": "3.6.2",
5
"description": "Run VS Code on a remote server.",
6
"homepage": "https://github.com/cdr/code-server",
7
"bugs": {
0 commit comments