Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: install typescript in Dockerfile and adjust .vscodeignore
Not sure what caused the breakage now but since the error message complains about missing tsc, here we install typescript explicitly. https://source.cloud.google.com/results/invocations/fc221c68-5ed5-4e30-968e-66736d024092/targets/golang%2Fvscode-go%2Fgcp_ubuntu%2Fpresubmit/log Explicitly exclude .user-data-dir-test directory from vsce packaging. Tests leave the directory (used as a fake user workspace) behind and sometimes fail to clean up files under the directory. Those files cause issues in vsce packaging. Change-Id: I34f552d90d459a957f88c324c92187fc5b8bab10 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/279693 Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Suzy Mueller <[email protected]>
- Loading branch information