Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make Even Better TOML automatically pick up JSON schema changes? #677

Open
EmilyGraceSeville7cf opened this issue Sep 17, 2024 · 1 comment

Comments

@EmilyGraceSeville7cf
Copy link
Contributor

EmilyGraceSeville7cf commented Sep 17, 2024

How to make Even Better TOML automatically pick up JSON schema changes? Is there any way to forcefully reload associated schemas? It seems it doesn't do it on each JSON schema change, while YAML Red Hat extension and builtin JSON file VS Code feature do it automatically.

Simple VS Code reopening doesn't help (I can't detect the conditions when Even Better TOML refreshes JSON schemas).

VS Code version:

Version: 1.93.1
Commit: 38c31bc77e0dd6ae88a4e9cc93428cc27a56ba40
Date: 2024-09-11T17:20:05.685Z
Electron: 30.4.0
ElectronBuildId: 10073054
Chromium: 124.0.6367.243
Node.js: 20.15.1
V8: 12.4.254.20-electron.0
OS: Linux x64 5.15.0-119-generic snap
@aroman
Copy link

aroman commented Sep 17, 2024

just ran into the same issue! this did the trick for me on macOS with Cursor:

❯ rm ~/Library/Application\ Support/Cursor/User/globalStorage/tamasfe.even-better-toml/*

There's a bunch of cached JSON schemas in there 🫠

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants