apollographql / apollographql/apollo-tooling
vscode - inherit the current environment
Open
:spiral_notepad: component - vscode
- Dominant language
- TypeScript
- Stars
- 3k
- Forks
- 460
- PR merge metrics
- No merged PRs in 30d
Description
Noticed that the language server file has a very minimal environment: https://github.com/apollographql/apollo-tooling/blob/master/packages/vscode-apollo/src/languageServerClient.ts#L15-L20
It would help our setup, a lot, if it inherited some things, `HOME`, `USER`, and `PATH` at the very least.
Contributor guide
Research direction
Start in packages/vscode-apollo/src/languageServerClient.ts at lines 15-20, where the language server environment is defined. Ensure the language server inherits HOME, USER, and PATH from the current environment, then verify that those values are available when the server starts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100