microsoft / microsoft/TypeScript
Allow settings.json to configure tssdk without a prompt
Open
Suggestion
- Dominant language
- Go
- Stars
- 111k
- Forks
- 14.3k
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 132
Description
### Extension Version
Latest
### VS Code Version
Latest
### Operating system Version
Macos
### Steps to reproduce
N/A
### Issue
In our repository, we have a custom tsdk we'd like to use. While it's possible for us to configure one in the vscode settings files, but users need to accept the [prompt](https://github.com/microsoft/typescript-go/blob/8e53cbee812f369ff4293a70ecf2de379c052964/_extension/src/session.ts#L575) before using it.
Would it be possible to add a setting in settings.json that always opts a user into using the workspace's tsdk and skips the prompt?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.