-
Notifications
You must be signed in to change notification settings - Fork 15
Description
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.