Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 556, in run_
return self.run(edit)
File "/Users/nblack/Library/Application Support/Sublime Text 3/Packages/OmniSharp/commands/type_lookup.py", line 19, in run
omnisharp.get_response(self.view, '/typelookup', self._handle_typelookup, params)
File "/Users/nblack/Library/Application Support/Sublime Text 3/Packages/OmniSharp/lib/omnisharp.py", line 84, in get_response
timeout = int(get_settings(view, 'omnisharp_response_timeout'))
TypeError: int() argument must be a string or a number, not 'NoneType'
The setting is there in OmniSharp.sublime-settings in the package folder
The setting is there in
OmniSharp.sublime-settings
in the package folder