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
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Encountered the following while working on a template extension:
As soon as I add 'html' or 'js' as file-extension to DocumentManager.createUntitledDocument(counter, fileExt) an error from the ScopeManager is written to the console: "Error resolving /bracketsrandomFileNumber"
If you pass an empty or different string as file-extension no errors occurs.
The error seems to be caused by code hints as mentioned in a comment here: #4368 (comment)
Besides the error message it seems to work fine. So probably it's not a big deal.
Encountered the following while working on a template extension:
As soon as I add 'html' or 'js' as file-extension to DocumentManager.createUntitledDocument(counter, fileExt) an error from the ScopeManager is written to the console: "Error resolving /bracketsrandomFileNumber"
If you pass an empty or different string as file-extension no errors occurs.
The error seems to be caused by code hints as mentioned in a comment here: #4368 (comment)
Besides the error message it seems to work fine. So probably it's not a big deal.
Full error:
Error resolving /_brackets_31559423/ ScopeManager.js:1071
(anonymous function) ScopeManager.js:1071
(anonymous function) /filesystem/FileSystem.js:594
(anonymous function) /filesystem/impls/appshell/AppshellFileSystem.js:210
(anonymous function) appshell:273
(Issue emcountered at sprint 36 and 37, OS Linux)