File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 69
69
- [ ] test `gp open` and `gp preview`
70
70
- [ ] test open in VS Code Desktop, check `gp open` and `gp preview` in task/user terminals
71
71
- [ ] 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)
73
72
74
73
### Preview status
75
74
gitpod:summary
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ defaultArgs:
7
7
publishToNPM : true
8
8
publishToJBMarketplace : true
9
9
localAppVersion : unknown
10
- codeCommit : 74a2fbf70cc0f306dac374ee78760da2e157bb7c
11
- codeVersion : 1.98.2
10
+ codeCommit : ec2e536434cea064d6864b259015fefdaa07a74b
11
+ codeVersion : 1.99.3
12
12
codeQuality : stable
13
13
codeWebExtensionCommit : 3953e8160fffa97dd4a4509542b4bf7ff9b704cd
14
14
xtermCommit : d547d4ff4590b66c3ea24342fc62e3afcf6b77bc
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ RUN nameShort=$(jq --raw-output '.nameShort' product.json) && \
125
125
mv product.json.tmp product.json && \
126
126
jq '{quality,nameLong,nameShort}' product.json
127
127
128
- RUN npm run gulp compile-build-pr
128
+ RUN npm run gulp compile-build-without-mangling
129
129
RUN npm run gulp extensions-ci
130
130
RUN npm run gulp minify-vscode-reh
131
131
RUN npm run gulp vscode-web-min-ci
You can’t perform that action at this time.
0 commit comments