We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's tested only on windows, but must be problem on all platforms.
Message: OmniSharp.exe has stopped working Plugin: OmniSharp-Sublime Reproduce:
OmniSharpSublime.sublime-settings
omnisharp_server_config_location
/User/path_dont_exist/config.json
C:\Windows\system32\cmd.exe /c ""C:/Users/Gordio/AppData/Roaming/Sublime Text 3/Packages/OmniSharp/PrebuiltOmniSharpServer/omnisharp.cmd" -s "C:\Users\Gordio\Development\docpad" -p 59683 -config "/Users/Gordio/dsas/config.json" --hostPID 4796"
Exception:
Unhandled Exception: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Gordio\dsas\config.json'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, I nt32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions o ptions, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolea n useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detec tEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost) at OmniSharp.Configuration.ConfigurationLoader.Load(String configLocation, St ring clientMode) at OmniSharp.Program.StartServer(String solutionPath, String clientPathMode, Int32 port, Verbosity verbosity, String configLocation, Int32 hostPID) at OmniSharp.Program.Main(String[] args)
Prorosal fix: Use default config (path), with warning message.
The text was updated successfully, but these errors were encountered:
Yeah... ok, that seems reasonable. Do you want to submit a PR for this?
Sorry, something went wrong.
@nosami sorry, no. I not so good in C#.
No branches or pull requests
It's tested only on windows, but must be problem on all platforms.
Message: OmniSharp.exe has stopped working
Plugin: OmniSharp-Sublime
Reproduce:
OmniSharpSublime.sublime-settings
addomnisharp_server_config_location
with/User/path_dont_exist/config.json
(for example)C:\Windows\system32\cmd.exe /c ""C:/Users/Gordio/AppData/Roaming/Sublime Text 3/Packages/OmniSharp/PrebuiltOmniSharpServer/omnisharp.cmd" -s "C:\Users\Gordio\Development\docpad" -p 59683 -config "/Users/Gordio/dsas/config.json" --hostPID 4796"
Exception:
Prorosal fix: Use default config (path), with warning message.
The text was updated successfully, but these errors were encountered: