formulahendry / formulahendry/vscode-code-runner
[Bug] executorMayByGlob ask for reboot vscode
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
- VS Code Version: 1.66.0
- OS Version: Kubuntu 20.04
- Code Runner Version: 0.11.7
**Describe the bug**
Description of what the bug is.
when I try to configure the vscode settings.json file, there will pop out a window, which require to reboot vscode each time I enter into a `"` or delete one line.
I try to find the bug, finnally I find that when I comment the clause:
```json
"code-runner.executorMapByGlob"
```
it will not appear again.
**To Reproduce**
Steps to reproduce the behavior:
1. use `"code-runner.executorMapByGlob": {}`
2. try to delete a line or insert a `"`
**Actual behavior**
Description of what happened actually.
auto format the json file, and then pop out a window, which ask for reboot vscode.
**Expected behavior**
Description of what you expected to happen.
nothing, rather than always pop out the window.
**Screenshots**
If applicable, add screenshots to help explain your problem.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.