maxyu1115 / maxyu1115/git-backup-sync
Investigate how to make VSCode properly reload configs
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Currently, while an attempt has been made to reload the vscode configs, it doesn't actually work.
While the detection by onDidChangeConfiguration properly triggers the event, my attempt reloading the config with vscode.workspace.getConfiguration doesn't read in the newer configs.
Is there a way to fix this? If not, we need to create a warning/notice for users to reload.
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
Start at the onDidChangeConfiguration handler and the vscode.workspace.getConfiguration call mentioned in the issue. Reproduce the configuration change and check whether newer values are read. Done means configuration reloads correctly; otherwise, define the warning or notice users should receive when a manual reload is required.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100