Skip to content

Commit

Permalink
New environment variable "ES_FILEPATH"
Browse files Browse the repository at this point in the history
  • Loading branch information
misaki-web committed Feb 22, 2023
1 parent ae59a03 commit de3471e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/shell-command-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ export class ShellCommandService {
cwd: this.shellCommandExecContext.getCwd(params.filePath),
env: {
...this.shellCommandExecContext.env,
ES_SELECTED: params.input
ES_SELECTED: params.input,
ES_FILEPATH: params.filePath
}
};
}
Expand Down

0 comments on commit de3471e

Please sign in to comment.