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

[BUG] No hot reloading for custom function file #154

Open
itsxallwater opened this issue May 20, 2021 · 0 comments
Open

[BUG] No hot reloading for custom function file #154

itsxallwater opened this issue May 20, 2021 · 0 comments

Comments

@itsxallwater
Copy link
Member

Describe the bug
If you are using the Custom functions and subroutines functionality of the extension and you make a change to the file you have configured, IntelliSense is not detecting the change and rebuilding the language definition on the fly. You have to reload the VS Code instance or change the value in the settings and re-introduce to trigger the IntelliSense to rebuild.

To Reproduce
Steps to reproduce the behavior:

  1. Add a custom functions file to your config.
  2. Begin typing one of the function names from the config to observe IntelliSense's suggestion.
  3. Make a change to the file to tweak a function name, add a new function, etc.
  4. Begin typing the new function name and observe IntelliSense does not make the suggestion.

Expected behavior
Ideally we can detect the file system change of the config record and update IntelliSense on the fly without forcing a reload.

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

1 participant