File tree 4 files changed +103
-229
lines changed
4 files changed +103
-229
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,8 @@ bundle_vscode() {
90
90
"enableTelemetry": true,
91
91
"commit": "$( cd " $VSCODE_SRC_PATH " && git rev-parse HEAD) ",
92
92
"quality": "stable",
93
- "date": $( jq -n ' now | todate' )
93
+ "date": $( jq -n ' now | todate' ) ,
94
+ "codeServerVersion": "$VERSION "
94
95
}
95
96
EOF
96
97
) > " $VSCODE_OUT_PATH /product.json"
Original file line number Diff line number Diff line change 154
154
" <rootDir>/release-standalone" ,
155
155
" <rootDir>/release-npm-package" ,
156
156
" <rootDir>/release-gcp" ,
157
- " <rootDir>/release-images"
157
+ " <rootDir>/release-images" ,
158
+ " <rootDir>/vendor"
158
159
],
159
160
"moduleNameMapper" : {
160
161
"^.+\\ .(css|less)$" : " <rootDir>/test/utils/cssStub.ts"
Original file line number Diff line number Diff line change 7
7
"postinstall" : " ./postinstall.sh"
8
8
},
9
9
"devDependencies" : {
10
- "code-oss-dev" : " cdr/vscode#35f5f6823bba17c633d6062fa4d59bedd82e1186 "
10
+ "code-oss-dev" : " cdr/vscode#48fae57fd9adb772fc1b10e4a9a5e1ba6880640a "
11
11
}
12
12
}
You can’t perform that action at this time.
0 commit comments