-
Notifications
You must be signed in to change notification settings - Fork 69
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
Cannot install on Windows 10 #90
Comments
It seems only one change needs to be made. "view/PanelManager" in "FileCallGraphPanel.js" needs to be replaced with "view/WorkspaceManager". |
Yes, i can prove at this time that that is the only change that needs to be made, so if that could be put into the main branch, that would be good. |
hey can you tell me where is view/PanelManager. I looked in brackets_extension_folder/theseus but can't find it |
Download the file: Theseus-master.zip then uncompressed it and then open the file (with a plain text reader or a javascript IDE): theseus-master/src/FileCallGraphPanel.js and change the line that has "view/PanelManager" and change it change to "view/WorkspaceManager"... in my case it was: |
Thanks, this worked for me as well. |
OS: Windows 10
Version: Version on brackets registry
Brackets version: 1.13
Problem: Whenever I attempt to install theseus-brackets, i get the error: "Extension failed on startup" or something like that. I notice in the devtools, it says,
I would really like this issue fixed because this extension looks like it hols lots of promise.
The text was updated successfully, but these errors were encountered: