redhat-developer / redhat-developer/vscode-rsp-ui
Feature request: Allow for configuration to be stored in the settings file
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 49
- Forks
- 27
- Avg merge
- 12h 28m
- Merged PRs (30d)
- 7
Description
We make heavy use of the .vscode/settings.json file to align settings across devs. Sadly this extension does not allow to store the configuration of which server should be installed and which files should be deployed. I understand that additional extensions are required, but lets assume those are already aligned across the team.
Sadly this means we cannot make use of this great extension since:
- the potential for misconfiguration is not small
- and we use devcontainers and configuration has to be re-done after each rebuild container
- this happens very very often since we encourage our devs to rebuild every time they work on a new feature
- which is to ensure that they have all the latest dependencies
- the same also applies when using gitpod where the whole flow is based on re-creating a new dev environment from scratch every time you create a new workspace
Any chance configuration that can be checked into git is something you already have on the priority list?
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.