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
I am using VSCode 1.95.3 on OSX Sonoma. I installed the extension using the Extensions tab in VSCode. Execute and Code Completion work, but when i open up the Documentation panel, I just get a loading disk and it never loads.
In the Unreal Editor, I get the following error:
LogPython: Error: Traceback (most recent call last):
LogPython: Error: File "", line 1, in
LogPython: Error: File "", line 140, in
LogPython: Error: File "", line 134, in main
LogPython: Error: FileNotFoundError: [Errno 2] No such file or directory: '/var/folders/52/yw0k6lpj0tngxts491fxdv1h0000gn/T/VSCode-Unreal-Python/documentation_toc.json'
When I check the directory in question, the "VSCode-Unreal-Python" dir does not exist, so it looks like it is never created.
The text was updated successfully, but these errors were encountered:
This should now be fixed with the release of 1.6.1
Instead of being written to a file, this data is now sent directly over the socket used for communicating with Unreal.
I am using VSCode 1.95.3 on OSX Sonoma. I installed the extension using the Extensions tab in VSCode. Execute and Code Completion work, but when i open up the Documentation panel, I just get a loading disk and it never loads.
In the Unreal Editor, I get the following error:
LogPython: Error: Traceback (most recent call last):
LogPython: Error: File "", line 1, in
LogPython: Error: File "", line 140, in
LogPython: Error: File "", line 134, in main
LogPython: Error: FileNotFoundError: [Errno 2] No such file or directory: '/var/folders/52/yw0k6lpj0tngxts491fxdv1h0000gn/T/VSCode-Unreal-Python/documentation_toc.json'
When I check the directory in question, the "VSCode-Unreal-Python" dir does not exist, so it looks like it is never created.
The text was updated successfully, but these errors were encountered: