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'm trying to use SublimeText3 with Windows and C#; I'm getting some problem launching.
oi editor sublime
causes the editor to load, but with errors (same one twice).
"Unable to read project /d/code/continuoustests/.OpenIDE/profile.ack/ContinuousTests.sublime-project"
"Unable to read project /d/code/continuoustests/.OpenIDE/profile.ack/ContinuousTests.sublime-project"
(They may be with the fact that I'm trying to compile MightlyMoose and it already has a .OpenIDE folder though).
I noticed the paths are posix style, so I uninstalled the posix plugin...
oi package
C# add using (c-sharp-add-using v1.0)
C# language plugin (C-Sharp v1.4)
contextual-tampering (contextual-tampering v1.0)
Environment Init POSIX (environment-init-posix v1.0)
oi package uninstall environment-init-posix
Removed package environment-init-posix-v1.0
...but I still get the errors.
The text was updated successfully, but these errors were encountered:
For the continuous tests tings you are seeing it was some of the OpenIDE config from my profile that had leaked into the default profile. Removed it now.
Just to warn you this WILL be a bumpy ride but if you are up for it you are welcome :) As mentioned it is likely to something like the other side of "works on my machine" experience ;)
I'm trying to use SublimeText3 with Windows and C#; I'm getting some problem launching.
I noticed the paths are posix style, so I uninstalled the posix plugin...
...but I still get the errors.
The text was updated successfully, but these errors were encountered: