File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 6969 - [ ] test `gp open` and `gp preview`
7070 - [ ] test open in VS Code Desktop, check `gp open` and `gp preview` in task/user terminals
7171 - [ ] telemetry data like `vscode_extension_gallery` is collected in [Segment](https://app.segment.com/gitpod/sources/staging_trusted/debugger)
72- - [ ] test using `ubuntu 18` is working well, [example repo](https://github.com/jeanp413/test-gp-prebuild/tree/jp/damaged-aardwolf)
7372
7473 ### Preview status
7574 gitpod:summary
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ defaultArgs:
77 publishToNPM : true
88 publishToJBMarketplace : true
99 localAppVersion : unknown
10- codeCommit : 74a2fbf70cc0f306dac374ee78760da2e157bb7c
11- codeVersion : 1.98.2
10+ codeCommit : ec2e536434cea064d6864b259015fefdaa07a74b
11+ codeVersion : 1.99.3
1212 codeQuality : stable
1313 codeWebExtensionCommit : 3953e8160fffa97dd4a4509542b4bf7ff9b704cd
1414 xtermCommit : d547d4ff4590b66c3ea24342fc62e3afcf6b77bc
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ RUN nameShort=$(jq --raw-output '.nameShort' product.json) && \
125125 mv product.json.tmp product.json && \
126126 jq '{quality,nameLong,nameShort}' product.json
127127
128- RUN npm run gulp compile-build-pr
128+ RUN npm run gulp compile-build-without-mangling
129129RUN npm run gulp extensions-ci
130130RUN npm run gulp minify-vscode-reh
131131RUN npm run gulp vscode-web-min-ci
You can’t perform that action at this time.
0 commit comments