Skip to content

Commit

Permalink
Remove GOOGLE_API_KEY from term env
Browse files Browse the repository at this point in the history
Fixes #32213
  • Loading branch information
Tyriar committed Dec 23, 2017
1 parent ff9ad43 commit d3a9f92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/workbench/parts/terminal/node/terminalProcess.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ function cleanEnv() {
var keys = [
'AMD_ENTRYPOINT',
'ELECTRON_RUN_AS_NODE',
'GOOGLE_API_KEY',
'PTYCWD',
'PTYPID',
'PTYSHELL',
Expand Down

1 comment on commit d3a9f92

@PreDemented95
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.