You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has happened before:
The extension sometimes has troubles loading the included classes and functions.
For example, if you open a folder and open a file that is not the main file (say a file in the lib folder) and then you close vs code and re open it with that being the first file open, none of the classes load correctly.
Usually you can go to the main script file in the root folder and set script dir to "fix" the problem.
But that isnt working at the moment... at least not consistently. Some times that doesnt help.
Opening the main script file (in the root folder) and then reopening vs code also has issues some times and then you are forced to modify the file before the parser even tries to load the classes or included files.
Some times even after modifying the file and seting the script dir and reloading you still have issues with many classes being marked as not found.
This was not as common before. Not sure what changed.
The text was updated successfully, but these errors were encountered:
This has happened before:
The extension sometimes has troubles loading the included classes and functions.
For example, if you open a folder and open a file that is not the main file (say a file in the lib folder) and then you close vs code and re open it with that being the first file open, none of the classes load correctly.
Usually you can go to the main script file in the root folder and
set script dir
to "fix" the problem.But that isnt working at the moment... at least not consistently. Some times that doesnt help.
Opening the main script file (in the root folder) and then reopening vs code also has issues some times and then you are forced to modify the file before the parser even tries to load the classes or included files.
Some times even after modifying the file and seting the script dir and reloading you still have issues with many classes being marked as not found.
This was not as common before. Not sure what changed.
The text was updated successfully, but these errors were encountered: