You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
extension/tools/release: clean up temporarily created README.md
When building vsix, we want to embed the README.md file located
in the project root directory. However, vsce package is strict
about files that can be included into the vsix and does not pack
files outside the node.js module root. To work around, package
command copies the README.md file to extension/ before running
vsce. This left-over README.md file is annoying and complicates
the release process. Let's do clean up.
For #3500
Change-Id: I4b817609f0bb0e6234c732909a044e69d23e0dfe
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/613079
kokoro-CI: kokoro <[email protected]>
Commit-Queue: Hyang-Ah Hana Kim <[email protected]>
Reviewed-by: Hongxiang Jiang <[email protected]>
0 commit comments