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
# Replace the heading of README.md with the heading for Go Nightly.
103
-
sed '/^# Go for Visual Studio Code$/d' README.md | cat build/nightly/README.md - > /tmp/README.md.new && mv /tmp/README.md.new README.md
101
+
sed '/^# Go for Visual Studio Code$/d'extension/README.md | cat build/nightly/README.md - > /tmp/README.md.new && mv /tmp/README.md.new extension/README.md
104
102
# Replace src/const.ts with build/nightly/const.ts.
0 commit comments