Skip to content

Commit

Permalink
Removes a few extraneous telemetry build pieces (#76479)
Browse files Browse the repository at this point in the history
  • Loading branch information
lramos15 authored Jul 2, 2019
1 parent 2e90c03 commit 0f3794b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions build/gulpfile.vscode.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,6 @@ function packageTask(platform, arch, sourceFolderName, destinationFolderName, op
// TODO the API should be copied to `out` during compile, not here
const api = gulp.src('src/vs/vscode.d.ts').pipe(rename('out/vs/vscode.d.ts'));

const telemetry = gulp.src('.build/telemetry/**', { base: '.build/telemetry', dot: true });

const depsSrc = [
..._.flatten(productionDependencies.map(d => path.relative(root, d.path)).map(d => [`${d}/**`, `!${d}/**/{test,tests}/**`])),
// @ts-ignore JSON checking: dependencies is optional
Expand All @@ -333,7 +331,6 @@ function packageTask(platform, arch, sourceFolderName, destinationFolderName, op
productJsonStream,
license,
api,
telemetry,
sources,
deps
);
Expand Down
1 change: 0 additions & 1 deletion src/vs/platform/environment/common/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export interface ParsedArgs {
_urls?: string[];
help?: boolean;
version?: boolean;
telemetry?: boolean;
status?: boolean;
wait?: boolean;
waitMarkerFilePath?: string;
Expand Down

0 comments on commit 0f3794b

Please sign in to comment.