Feedback: re-load configuration
See original GitHub issueI have a system where my frontmatter.json is built automatically. After I rebuilt my frontmatter.json, while VSCode is open it does not seem to reload the configuration file. "Watch"ing and automatically reloading on frontmatter.json might be too resource-using, but there is also no “reload configuration and reload VSCode” in the CTRL+P menu. I would somehow expect Frontmatter to have either automatic reload of the config (on change) or some form of manual reload (via CTRL+P or other means).
Currently I am closing down VSCode and restart to load the changes.
If it is intended to reload the configuration on change, it’s not working in my case 😉
- https://github.com/davidsneighbour/kollitsch.dev - clone
- run
npm install
andnpm run build:frontmatter
to recreate frontmatter.json
Issue Analytics
- State:
- Created a year ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
plugin reload - gerrit-review
Reloads the gerrit.config configuration. ... The output shows only modified config values that are picked up by Gerrit and applied. If a config...
Read more >Reload configuration file - Users Feedback
Hi, I'm using ReadonlyRest free version. Is there any ways to reload readonlyrest.yml without restarting ES?
Read more >What does Reload Configuration from Disk do?
Reload Configuration from Disk simply refreshes Jenkins configuration files and directory structure. This command should be used when a change is made to ......
Read more >Reload configuration · Discussion #10439 · vectordotdev/vector
In my configuration, I have a vrl file associated with a remap transform and wanted to update some of the fields at run...
Read more >Reload Configuration: User reviews - Mac Informer
Reload Configuration - user reviews. ... Reload Configuration comments. Review Comments Questions & ... rating. View, load, reload or remove NEO Applets.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have an extension for that, you might be able to combine it.
https://marketplace.visualstudio.com/items?itemName=eliostruyf.vscode-remote-control
That actually works. I wonder if one can run this from outside of VSCode (maybe via npm scripts). We should close this issue as it’s obviously just an issue in my chaotic project 😉