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
At startup, I get the following exception in the browser log:
Uncaught (in promise) Error: Unable to resolve nonexistent file 'C:\Users\thomas\.theia\prompt-templates'
at FileService.resolve (file-service.ts:520:23)
at async FrontendPromptCustomizationServiceImpl.update (frontend-prompt-cust…n-service.ts:106:22)
Additional Information
Operating System: Windows 11
Theia Version: 1.54 master
The text was updated successfully, but these errors were encountered:
The prompt customization service tried to access the prompt template
directory even if it did not exist (yet). This case is now checked.
Fixeseclipse-theia#14367
Bug Description:
At startup, I get the following exception in the browser log:
Additional Information
The text was updated successfully, but these errors were encountered: