We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2beffd1 commit c1d1dc6Copy full SHA for c1d1dc6
scripts/sync-with-upstream.sh
100644
100755
@@ -6,7 +6,7 @@ upstream_url="https://github.com/microsoft/vscode.git"
6
upstream_branch=${1:-"upstream/main"}
7
local_branch=${2:-"main"}
8
base_commit_msg=${3:-"code web server initial commit"}
9
-only_sync=${4:-"false"}
+only_sync=${4:-"true"}
10
11
exit_script() {
12
reason=$1
0 commit comments