-
Notifications
You must be signed in to change notification settings - Fork 10
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
Does not install properly on ST3+W8 #19
Comments
Do you have a Packages\User\SublimeSBT.sublime-settings file from an old install of the plugin? You can check by accessing _Preferences > Browse Packages..._ and looking in the User folder. |
This is my first time installing it, so no. |
Getting this error as well in ST3 |
What platform? |
OSX v10.9.1 |
If you try installing it again, does it fail every time? |
Yup, consistently seeing Note the project claims to be installed after this happens and preferences/settings are available for customization, but nothing works. |
Do you have an sbt project currently open in ST3? I'm trying figure out how to reproduce this, otherwise I have no way to debug it. |
Yup, a very skeleton sbt project is open. Simple build file and few scala files. |
Try installing with nothing open in ST3. |
Ok, that looks to have installed, but i am seeing no commands in my palette and non of the shortcut commands work either. |
With the SBT project open you're not seeing the commands? |
Correct the only thing that comes up when I look for SBT is: |
Try completely quitting and restarting ST3. |
Did that, attempted to set sublimeSBT settings through the example snippet in Readme. I think maybe ST3 isn't seeing the project as a 'sbt' project for whatever reason. |
Yeah, if you're not seeing the commands either it's not seeing the project as an SBT project, or it's erroring out somewhere. Are you seeing errors in the console? If there's any ".sbt" file in the project root or any ".scala" file in under project/ it should see it as an SBT project. |
Yes, my project was defined in such a way as .sbt not being in the root folder. Thanks for the help! All is working now. |
I'm getting similar behavior, except that "SBT: Clear History" is the only command showing up. I see the same error in the console when I install or enable the package. I'm running ST3, build 3065. I've got a scala file in the directory as well as .sbt. |
I don't have a W8 machine to try on but perhaps we can investigate together. Most of the crashes are in the following code from sbtsettings.py (line 55 is the second line):
It seems strange for this to be going wrong, so probably the first thing to do is to print some stuff out to see things in more detail. If you're up for poking around, try inserting (untested):
Reload and see what happens. |
On install I get in the console:
After this, none of the commands show up in the palette.
The text was updated successfully, but these errors were encountered: