Skip to content

Instantly share code, notes, and snippets.

@bstaletic
Created November 20, 2020 14:07
Show Gist options
  • Save bstaletic/2f174bcf5ecb05f2e833fc3aeea1d0e0 to your computer and use it in GitHub Desktop.
Save bstaletic/2f174bcf5ecb05f2e833fc3aeea1d0e0 to your computer and use it in GitHub Desktop.
Example of C# logs
info: OmniSharp.Services.DotNetCliService[0]
DotNetPath set to dotnet
warn: OmniSharp.MSBuild.Discovery.Providers.MonoInstanceProvider[0]
It looks like you have Mono 6.4.0 or greater installed but MSBuild could not be found.
Try installing MSBuild into Mono (e.g. 'sudo apt-get install msbuild') to enable better MSBuild support, or upgrade to latest Mono: https://www.mono-project.com/download/stable/.
info: OmniSharp.MSBuild.Discovery.MSBuildLocator[0]
Located 1 MSBuild instance(s)
1: StandAlone 16.4 - "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/third_party/omnisharp-roslyn/omnisharp/.msbuild/Current/Bin"
info: OmniSharp.MSBuild.Discovery.MSBuildLocator[0]
MSBUILD_EXE_PATH environment variable set to '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/third_party/omnisharp-roslyn/omnisharp/.msbuild/Current/Bin/MSBuild.dll'
info: OmniSharp.MSBuild.Discovery.MSBuildLocator[0]
Registered MSBuild instance: StandAlone 16.4 - "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/third_party/omnisharp-roslyn/omnisharp/.msbuild/Current/Bin"
CscToolExe = csc.exe
MSBuildToolsPath = /home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/third_party/omnisharp-roslyn/omnisharp/.msbuild/Current/Bin
CscToolPath = /home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/third_party/omnisharp-roslyn/omnisharp/.msbuild/Current/Bin/Roslyn
BypassFrameworkInstallChecks = true
MSBuildExtensionsPath = /home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/third_party/omnisharp-roslyn/omnisharp/.msbuild
info: OmniSharp.Http.Startup[0]
Starting OmniSharp on artix 0.0 (x64)
info: OmniSharp.Cake.CakeProjectSystem[0]
Detecting Cake files in '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy'.
info: OmniSharp.Cake.CakeProjectSystem[0]
Could not find any Cake files
info: OmniSharp.MSBuild.ProjectSystem[0]
Detecting projects in '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/testy.sln'.
info: OmniSharp.MSBuild.ProjectManager[0]
Queue project update for '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/testy.csproj'
info: OmniSharp.Script.ScriptProjectSystem[0]
Detecting CSX files in '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy'.
info: OmniSharp.Script.ScriptProjectSystem[0]
Could not find any CSX files
info: OmniSharp.WorkspaceInitializer[0]
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0
info: OmniSharp.MSBuild.ProjectManager[0]
Loading project: /home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/testy.csproj
info: OmniSharp.WorkspaceInitializer[0]
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.RenameWorkspaceOptionsProvider, Order: 100
info: OmniSharp.WorkspaceInitializer[0]
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.ImplementTypeWorkspaceOptionsProvider, Order: 110
info: OmniSharp.WorkspaceInitializer[0]
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.BlockStructureWorkspaceOptionsProvider, Order: 140
info: OmniSharp.WorkspaceInitializer[0]
Configuration finished.
info: OmniSharp.Http.Startup[0]
Omnisharp server running on port '42459' at location '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy' on host -1.
info: OmniSharp.Http.Middleware.LoggingMiddleware[0]
/checkalivestatus: 200 100ms
info: OmniSharp.OmniSharpWorkspace[0]
Miscellaneous file: /home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs added to workspace
info: OmniSharp.MSBuild.ProjectManager[0]
Successfully loaded project file '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/testy.csproj'.
info: OmniSharp.MSBuild.ProjectManager[0]
Adding project '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/testy.csproj'
info: OmniSharp.MSBuild.ProjectManager[0]
Update project: testy
fail: OmniSharp.MSBuild.ProjectLoadListener[0]
Unexpected exception got thrown from project load listener: System.NullReferenceException: Object reference not set to an instance of an object
at OmniSharp.MSBuild.ProjectLoadListener.GetSdkVersion (OmniSharp.MSBuild.Notification.ProjectLoadedEventArgs args) [0x0000b] in <965a255634284007b417483aeee6aecf>:0
at OmniSharp.MSBuild.ProjectLoadListener.ProjectLoaded (OmniSharp.MSBuild.Notification.ProjectLoadedEventArgs args) [0x0001a] in <965a255634284007b417483aeee6aecf>:0
info: OmniSharp.Http.Middleware.LoggingMiddleware[0]
/codecheck: 200 1575ms
info: OmniSharp.Http.Middleware.LoggingMiddleware[0]
/checkalivestatus: 200 0ms
info: OmniSharp.Http.Middleware.LoggingMiddleware[0]
/codecheck: 200 263ms
info: OmniSharp.Http.Middleware.LoggingMiddleware[0]
/autocomplete: 200 588ms
info: OmniSharp.Http.Middleware.LoggingMiddleware[0]
/autocomplete: 200 225ms
2020-11-20 15:04:48,082 - DEBUG - GET b'http://127.0.0.1:37387/ready' (None)
{'content-type': 'application/json', 'x-ycm-hmac': b'toH/c+m5V0zqogMQHt7DMb0xLcgbSErbDw64wIPBgrg='}
2020-11-20 15:04:48,236 - ERROR - HTTPConnectionPool(host='127.0.0.1', port=37387): Max retries exceeded with url: /ready (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fb7d979f280>: Failed to establish a new connection: [Errno 111] Connection refused'))
2020-11-20 15:04:48,336 - DEBUG - GET b'http://127.0.0.1:37387/ready' (None)
{'content-type': 'application/json', 'x-ycm-hmac': b'toH/c+m5V0zqogMQHt7DMb0xLcgbSErbDw64wIPBgrg='}
2020-11-20 15:04:48,338 - ERROR - HTTPConnectionPool(host='127.0.0.1', port=37387): Max retries exceeded with url: /ready (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fb7d979fac0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2020-11-20 15:04:48,438 - DEBUG - GET b'http://127.0.0.1:37387/ready' (None)
{'content-type': 'application/json', 'x-ycm-hmac': b'toH/c+m5V0zqogMQHt7DMb0xLcgbSErbDw64wIPBgrg='}
2020-11-20 15:04:48,441 - DEBUG - RX: <Response [200]>
true
2020-11-20 15:04:48,442 - DEBUG - GET b'http://127.0.0.1:37387/signature_help_available' ({'subserver': 'cs'})
{'content-type': 'application/json', 'x-ycm-hmac': b'ov9TF2J/k+pUQqRywdgSjmaIeP9oIIj+0H3Iek65Zzg='}
2020-11-20 15:04:48,517 - DEBUG - POST b'http://127.0.0.1:37387/event_notification'
{'content-type': 'application/json', 'x-ycm-hmac': b'ziwQuccFQcwFqP5VH4gkn/yCf5n33Fe7AeKDIoxWRy0='}
b'{"filepath": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs", "line_num": 1, "column_num": 1, "working_dir": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd", "file_data": {"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs": {"contents": "using System;\\n\\nnamespace testy\\n{\\n\\tclass MainClass\\n\\t{\\n\\t\\tpublic static void Main (string[] args)\\n\\t\\t{\\n\\t\\t\\tint \\u4e5d = 9;\\n\\t\\t\\tConsole.\\n\\t\\t}\\n\\t}\\n}\\n", "filetypes": ["cs"]}}, "ultisnips_snippets": [{"trigger": "fore", "description": ""}, {"trigger": "ps&-", "description": ""}, {"trigger": "m|", "description": ""}, {"trigger": "propg", "description": "Property with a private setter"}, {"trigger": "p|-", "description": ""}, {"trigger": "ps-", "description": ""}, {"trigger": "pb|-", "description": ""}, {"trigger": "p+&", "description": ""}, {"trigger": "<c", "description": "XML code comment"}, {"trigger": "forr", "description": "for loop (reverse)"}, {"trigger": "p+-", "description": ""}, {"trigger": "LGPL2", "description": ""}, {"trigger": "LGPL3", "description": ""}, {"trigger": "pi|", "description": ""}, {"trigger": "GMGPL", "description": "linking exception"}, {"trigger": "<p", "description": "XML pramameter comment"}, {"trigger": "using", "description": "using statement"}, {"trigger": "cls|", "description": ""}, {"trigger": "<s", "description": ""}, {"trigger": "foldp", "description": "Insert a vim fold marker pair"}, {"trigger": "diso", "description": "ISO format datetime"}, {"trigger": "foreach", "description": "foreach loop"}, {"trigger": "m&", "description": ""}, {"trigger": "pi&-", "description": ""}, {"trigger": "wh", "description": ""}, {"trigger": "pi&|", "description": ""}, {"trigger": "m+", "description": ""}, {"trigger": "<ex", "description": "XML exception comment"}, {"trigger": "m-", "description": ""}, {"trigger": "inv", "description": ""}, {"trigger": "ps&|", "description": ""}, {"trigger": "for", "description": "for loop"}, {"trigger": "mi|", "description": ""}, {"trigger": "mb&", "description": ""}, {"trigger": "try", "description": "try catch block"}, {"trigger": "MPL2", "description": ""}, {"trigger": "c)", "description": ""}, {"trigger": "case", "description": "case"}, {"trigger": "mb+", "description": ""}, {"trigger": "mb-", "description": ""}, {"trigger": "pi-", "description": ""}, {"trigger": "sim", "description": "static int main"}, {"trigger": "cls+^", "description": ""}, {"trigger": "ms|", "description": ""}, {"trigger": "modeline", "description": "Vim modeline"}, {"trigger": "time", "description": "hh:mm"}, {"trigger": "ps|-", "description": ""}, {"trigger": "el", "description": ""}, {"trigger": "cls&^", "description": ""}, {"trigger": "ctor", "description": "Constructor"}, {"trigger": "interface", "description": "interface"}, {"trigger": "eq", "description": ""}, {"trigger": "cwp", "description": "Console.WriteLine with parameters"}, {"trigger": "ps+-", "description": ""}, {"trigger": "elif", "description": "else if"}, {"trigger": "ISC", "description": ""}, {"trigger": "box", "description": "A nice box with the current comment symbol"}, {"trigger": "p&", "description": ""}, {"trigger": "exc", "description": ""}, {"trigger": "namespace", "description": "namespace"}, {"trigger": "p+", "description": ""}, {"trigger": "p-", "description": ""}, {"trigger": "pi+-", "description": ""}, {"trigger": "mb", "description": ""}, {"trigger": "index", "description": ""}, {"trigger": "p&|", "description": ""}, {"trigger": "MIT", "description": ""}, {"trigger": "mth", "description": "Method"}, {"trigger": "from", "description": "LINQ syntax"}, {"trigger": "pb&|", "description": ""}, {"trigger": "if+", "description": ""}, {"trigger": "todo", "description": "TODO comment"}, {"trigger": "m", "description": ""}, {"trigger": "bbox", "description": "A nice box over the full width"}, {"trigger": "p", "description": ""}, {"trigger": "ps+", "description": ""}, {"trigger": "ms", "description": ""}, {"trigger": "BEERWARE", "description": ""}, {"trigger": "svm", "description": "static void main"}, {"trigger": "tryf", "description": "try finally block"}, {"trigger": "class", "description": "class"}, {"trigger": "?", "description": ""}, {"trigger": "foldc", "description": "Insert a vim fold close marker"}, {"trigger": "mi", "description": ""}, {"trigger": "#if", "description": "#if #endif"}, {"trigger": "checked", "description": "checked block"}, {"trigger": "propfull", "description": "Full property declaration"}, {"trigger": "cr", "description": "Console.ReadLine"}, {"trigger": "pi&", "description": ""}, {"trigger": "pb|", "description": ""}, {"trigger": "cw", "description": "Console.WriteLine"}, {"trigger": "pi+", "description": ""}, {"trigger": "GPL2", "description": ""}, {"trigger": "GPL3", "description": ""}, {"trigger": "mb|", "description": ""}, {"trigger": "uuid", "description": "Random UUID"}, {"trigger": "prop", "description": "Simple property declaration"}, {"trigger": "p+|", "description": ""}, {"trigger": "///", "description": "XML summary comment"}, {"trigger": "lock", "description": ""}, {"trigger": "pi", "description": ""}, {"trigger": "usi", "description": ""}, {"trigger": "WTFPL", "description": ""}, {"trigger": "ps+|", "description": ""}, {"trigger": "pb+", "description": ""}, {"trigger": "each", "description": ""}, {"trigger": "p&-", "description": ""}, {"trigger": "ife", "description": "if else statement"}, {"trigger": "fold", "description": "Insert a vim fold marker"}, {"trigger": "switch", "description": "switch statement"}, {"trigger": "lorem", "description": "Lorem Ipsum - 50 Words"}, {"trigger": "mths", "description": "Static method"}, {"trigger": "pb", "description": ""}, {"trigger": "mbox", "description": "Message box"}, {"trigger": "p|", "description": ""}, {"trigger": "unsafe", "description": "unsafe"}, {"trigger": "ifnn", "description": "if not null"}, {"trigger": "ps", "description": ""}, {"trigger": "ps+&", "description": ""}, {"trigger": "ifs", "description": ""}, {"trigger": "equals", "description": "Equals method"}, {"trigger": "<rem", "description": ""}, {"trigger": "<r", "description": "XML returns comment"}, {"trigger": "date", "description": "YYYY-MM-DD"}, {"trigger": "t", "description": ""}, {"trigger": "AGPL3", "description": ""}, {"trigger": "ps&", "description": ""}, {"trigger": "pb&", "description": ""}, {"trigger": "enum", "description": "enumeration"}, {"trigger": "pb-", "description": ""}, {"trigger": "cls&", "description": ""}, {"trigger": "pi|-", "description": ""}, {"trigger": "ps|", "description": ""}, {"trigger": "cls+", "description": ""}, {"trigger": "pi+&", "description": ""}, {"trigger": "#region", "description": "#region #endregion"}, {"trigger": "while", "description": "while loop"}, {"trigger": "if", "description": "if statement"}, {"trigger": "da", "description": "Debug.Assert"}, {"trigger": "pi+|", "description": ""}, {"trigger": "ddate", "description": "Month DD, YYYY"}, {"trigger": "BSD2", "description": ""}, {"trigger": "BSD3", "description": ""}, {"trigger": "BSD4", "description": ""}, {"trigger": "pb+&", "description": ""}, {"trigger": "throw", "description": "throw"}, {"trigger": "datetime", "description": "YYYY-MM-DD hh:mm"}, {"trigger": "do", "description": "do loop"}, {"trigger": "enum+", "description": ""}, {"trigger": "pb+-", "description": ""}, {"trigger": "simc", "description": ""}, {"trigger": "AGPL", "description": ""}, {"trigger": "APACHE", "description": ""}, {"trigger": "ms&", "description": ""}, {"trigger": "elseif", "description": "else if"}, {"trigger": "pb&-", "description": ""}, {"trigger": "unchecked", "description": "unchecked block"}, {"trigger": "ms+", "description": ""}, {"trigger": "propf", "description": ""}, {"trigger": "ms-", "description": ""}, {"trigger": "pb+|", "description": ""}, {"trigger": "mi&", "description": ""}, {"trigger": "cls", "description": ""}, {"trigger": "cls|%", "description": ""}, {"trigger": "mi+", "description": ""}, {"trigger": "struct", "description": "struct"}, {"trigger": "mi-", "description": ""}], "event_name": "BufferVisit"}'
2020-11-20 15:04:48,526 - DEBUG - POST b'http://127.0.0.1:37387/event_notification'
{'content-type': 'application/json', 'x-ycm-hmac': b'KYdHdOWunNEZUo+xK59jCvvWGfW6BDvk2J7JiqMg2XM='}
b'{"filepath": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs", "line_num": 1, "column_num": 1, "working_dir": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd", "file_data": {"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs": {"contents": "using System;\\n\\nnamespace testy\\n{\\n\\tclass MainClass\\n\\t{\\n\\t\\tpublic static void Main (string[] args)\\n\\t\\t{\\n\\t\\t\\tint \\u4e5d = 9;\\n\\t\\t\\tConsole.\\n\\t\\t}\\n\\t}\\n}\\n", "filetypes": ["cs"]}}, "syntax_keywords": ["example", "foreach", "char", "await", "descending", "exception", "DOCTYPE", "internalonly", "AssemblyName", "InterfaceName", "T", "ReturnType", "new", "switch", "b", "virtual", "param", "value", "enum", "sbyte", "TypeExcluded", "public", "namespace", "devdoc", "event", "default", "decimal", "from", "protected", "select", "goto", "const", "ushort", "explicit", "AssemblyCulture", "extern", "sup", "AssemblyInfo", "altmember", "abstract", "Packages", "for", "i", "readonly", "if", "uint", "while", "as", "finally", "fixed", "add", "using", "listheader", "remove", "paramref", "term", "Interface", "in", "Excluded", "interface", "typeof", "static", "params", "this", "Types", "permission", "string", "object", "checked", "nodoc", "out", "MemberType", "Member", "operator", "ulong", "sizeof", "long", "implicit", "TypeKind", "do", "overload", "is", "Base", "PUBLIC", "list", "AssemblyVersion", "CDATA", "int", "void", "BaseTypeName", "threadsafe", "delegate", "Docs", "superscript", "ThreadingSafetyStatement", "block", "sealed", "Parameter", "var", "unchecked", "into", "unsafe", "subscript", "altcompliant", "AssemblyPublicKey", "bool", "nameof", "see", "async", "MemberSignature", "equals", "else", "description", "AttributeName", "float", "return", "where", "stackalloc", "SYSTEM", "pre", "override", "seealso", "Type", "remarks", "note", "orderby", "break", "double", "byte", "Attribute", "Members", "let", "join", "by", "throw", "dynamic", "lock", "Parameters", "try", "ReturnValue", "TypeSignature", "Interfaces", "base", "MemberOfPackage", "short", "catch", "MemberValue", "struct", "group", "when", "item", "continue", "returns", "ascending", "Attributes", "ExcludedLibraryName", "on", "code", "ref", "sub", "case", "platnote", "volatile", "internal", "private", "Libraries", "ExcludedTypeName", "summary", "class", "ExcludedBucketName", "c"], "event_name": "FileReadyToParse"}'
2020-11-20 15:04:48,541 - DEBUG - POST b'http://127.0.0.1:37387/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'qawjK+msBBg54mNLuQwztPFCm0gtBUhKAyCe8b42HGo='}
b'{"filepath": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs", "line_num": 1, "column_num": 1, "working_dir": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd", "file_data": {"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs": {"contents": "using System;\\n\\nnamespace testy\\n{\\n\\tclass MainClass\\n\\t{\\n\\t\\tpublic static void Main (string[] args)\\n\\t\\t{\\n\\t\\t\\tint \\u4e5d = 9;\\n\\t\\t\\tConsole.\\n\\t\\t}\\n\\t}\\n}\\n", "filetypes": ["cs"]}}}'
2020-11-20 15:04:48,627 - DEBUG - POST b'http://127.0.0.1:37387/semantic_completion_available'
{'content-type': 'application/json', 'x-ycm-hmac': b'uwBv3NmucEZDsdNI/rvUQrOmgkwdMw0I4jGv8FsqLLg='}
b'{"filepath": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs", "line_num": 1, "column_num": 1, "working_dir": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd", "file_data": {"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs": {"contents": "using System;\\n\\nnamespace testy\\n{\\n\\tclass MainClass\\n\\t{\\n\\t\\tpublic static void Main (string[] args)\\n\\t\\t{\\n\\t\\t\\tint \\u4e5d = 9;\\n\\t\\t\\tConsole.\\n\\t\\t}\\n\\t}\\n}\\n", "filetypes": ["cs"]}}, "filetypes": "cs"}'
2020-11-20 15:04:48,631 - DEBUG - RX: <Response [200]>
true
2020-11-20 15:04:48,631 - DEBUG - RX: <Response [500]>
{"exception":{"extra_conf_file":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/.ycm_extra_conf.py","TYPE":"UnknownExtraConf"},"message":"Found /home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/.ycm_extra_conf.py. Load? \n\n(Question can be turned off with options, see YCM docs)","traceback":"Traceback (most recent call last):\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py\", line 868, in _handle\n return route.call(**args)\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py\", line 1748, in wrapper\n rv = callback(*a, **ka)\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/watchdog_plugin.py\", line 97, in wrapper\n return callback( *args, **kwargs )\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/hmac_plugin.py\", line 62, in wrapper\n body = callback( *args, **kwargs )\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/handlers.py\", line 64, in EventNotification\n response_data = getattr( _server_state.GetFiletypeCompleter( filetypes ),\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/cs_completer.py\", line 250, in OnFileReadyToParse\n solutioncompleter = self._GetSolutionCompleter( request_data )\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/cs_completer.py\", line 111, in _GetSolutionCompleter\n solution = self._GetSolutionFile( request_data[ \"filepath\" ] )\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/cs_completer.py\", line 376, in _GetSolutionFile\n path_to_solutionfile = solutiondetection.FindSolutionPath( filepath )\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/solutiondetection.py\", line 30, in FindSolutionPath\n module = extra_conf_store.ModuleForSourceFile( filepath )\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py\", line 55, in ModuleForSourceFile\n return Load( ModuleFileForSourceFile( filename ) )\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py\", line 66, in ModuleFileForSourceFile\n if Load( module_file ):\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py\", line 151, in Load\n if not force and not _ShouldLoad( module_file, is_global ):\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py\", line 134, in _ShouldLoad\n raise UnknownExtraConf( module_file )\nycmd.responses.UnknownExtraConf: Found /home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/.ycm_extra_conf.py. Load? \n\n(Question can be turned off with options, see YCM docs)\n"}
2020-11-20 15:04:48,642 - DEBUG - RX: <Response [200]>
false
2020-11-20 15:04:48,855 - DEBUG - POST b'http://127.0.0.1:37387/ignore_extra_conf_file'
{'content-type': 'application/json', 'x-ycm-hmac': b'Zg6xRuCz0Tsv9RxBKq84OTcCNK97y/AAYQInJelcqOw='}
b'{"filepath": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/.ycm_extra_conf.py"}'
2020-11-20 15:04:48,859 - DEBUG - RX: <Response [200]>
true
2020-11-20 15:04:48,860 - DEBUG - POST b'http://127.0.0.1:37387/event_notification'
{'content-type': 'application/json', 'x-ycm-hmac': b'3x1PUHmeGYokYI4V/Vb4+JzQ62/PeOJtZZrwFlBEZgI='}
b'{"filepath": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs", "line_num": 1, "column_num": 1, "working_dir": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd", "file_data": {"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs": {"contents": "using System;\\n\\nnamespace testy\\n{\\n\\tclass MainClass\\n\\t{\\n\\t\\tpublic static void Main (string[] args)\\n\\t\\t{\\n\\t\\t\\tint \\u4e5d = 9;\\n\\t\\t\\tConsole.\\n\\t\\t}\\n\\t}\\n}\\n", "filetypes": ["cs"]}}, "event_name": "FileReadyToParse"}'
2020-11-20 15:04:48,963 - DEBUG - RX: <Response [500]>
{"exception":{"extra_conf_file":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/.ycm_extra_conf.py","TYPE":"UnknownExtraConf"},"message":"Found /home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/.ycm_extra_conf.py. Load? \n\n(Question can be turned off with options, see YCM docs)","traceback":"Traceback (most recent call last):\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py\", line 868, in _handle\n return route.call(**args)\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py\", line 1748, in wrapper\n rv = callback(*a, **ka)\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/watchdog_plugin.py\", line 97, in wrapper\n return callback( *args, **kwargs )\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/hmac_plugin.py\", line 62, in wrapper\n body = callback( *args, **kwargs )\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/handlers.py\", line 64, in EventNotification\n response_data = getattr( _server_state.GetFiletypeCompleter( filetypes ),\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/cs_completer.py\", line 250, in OnFileReadyToParse\n solutioncompleter = self._GetSolutionCompleter( request_data )\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/cs_completer.py\", line 111, in _GetSolutionCompleter\n solution = self._GetSolutionFile( request_data[ \"filepath\" ] )\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/cs_completer.py\", line 376, in _GetSolutionFile\n path_to_solutionfile = solutiondetection.FindSolutionPath( filepath )\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/solutiondetection.py\", line 30, in FindSolutionPath\n module = extra_conf_store.ModuleForSourceFile( filepath )\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py\", line 55, in ModuleForSourceFile\n return Load( ModuleFileForSourceFile( filename ) )\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py\", line 66, in ModuleFileForSourceFile\n if Load( module_file ):\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py\", line 151, in Load\n if not force and not _ShouldLoad( module_file, is_global ):\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py\", line 134, in _ShouldLoad\n raise UnknownExtraConf( module_file )\nycmd.responses.UnknownExtraConf: Found /home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/.ycm_extra_conf.py. Load? \n\n(Question can be turned off with options, see YCM docs)\n"}
2020-11-20 15:04:49,184 - DEBUG - POST b'http://127.0.0.1:37387/ignore_extra_conf_file'
{'content-type': 'application/json', 'x-ycm-hmac': b'MysT6lFkXiJ4+Kb/iE9KnNp7FOIzhpjjt2eJoWi0BTk='}
b'{"filepath": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/.ycm_extra_conf.py"}'
2020-11-20 15:04:49,190 - DEBUG - RX: <Response [200]>
true
2020-11-20 15:04:49,192 - DEBUG - POST b'http://127.0.0.1:37387/event_notification'
{'content-type': 'application/json', 'x-ycm-hmac': b'3x1PUHmeGYokYI4V/Vb4+JzQ62/PeOJtZZrwFlBEZgI='}
b'{"filepath": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs", "line_num": 1, "column_num": 1, "working_dir": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd", "file_data": {"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs": {"contents": "using System;\\n\\nnamespace testy\\n{\\n\\tclass MainClass\\n\\t{\\n\\t\\tpublic static void Main (string[] args)\\n\\t\\t{\\n\\t\\t\\tint \\u4e5d = 9;\\n\\t\\t\\tConsole.\\n\\t\\t}\\n\\t}\\n}\\n", "filetypes": ["cs"]}}, "event_name": "FileReadyToParse"}'
2020-11-20 15:04:49,294 - DEBUG - RX: <Response [500]>
{"exception":{"extra_conf_file":"/home/bstaletic/.ycm_extra_conf.py","TYPE":"UnknownExtraConf"},"message":"Found /home/bstaletic/.ycm_extra_conf.py. Load? \n\n(Question can be turned off with options, see YCM docs)","traceback":"Traceback (most recent call last):\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py\", line 868, in _handle\n return route.call(**args)\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py\", line 1748, in wrapper\n rv = callback(*a, **ka)\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/watchdog_plugin.py\", line 97, in wrapper\n return callback( *args, **kwargs )\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/hmac_plugin.py\", line 62, in wrapper\n body = callback( *args, **kwargs )\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/handlers.py\", line 64, in EventNotification\n response_data = getattr( _server_state.GetFiletypeCompleter( filetypes ),\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/cs_completer.py\", line 250, in OnFileReadyToParse\n solutioncompleter = self._GetSolutionCompleter( request_data )\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/cs_completer.py\", line 111, in _GetSolutionCompleter\n solution = self._GetSolutionFile( request_data[ \"filepath\" ] )\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/cs_completer.py\", line 376, in _GetSolutionFile\n path_to_solutionfile = solutiondetection.FindSolutionPath( filepath )\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/solutiondetection.py\", line 30, in FindSolutionPath\n module = extra_conf_store.ModuleForSourceFile( filepath )\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py\", line 55, in ModuleForSourceFile\n return Load( ModuleFileForSourceFile( filename ) )\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py\", line 66, in ModuleFileForSourceFile\n if Load( module_file ):\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py\", line 151, in Load\n if not force and not _ShouldLoad( module_file, is_global ):\n File \"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py\", line 134, in _ShouldLoad\n raise UnknownExtraConf( module_file )\nycmd.responses.UnknownExtraConf: Found /home/bstaletic/.ycm_extra_conf.py. Load? \n\n(Question can be turned off with options, see YCM docs)\n"}
2020-11-20 15:04:49,593 - DEBUG - POST b'http://127.0.0.1:37387/ignore_extra_conf_file'
{'content-type': 'application/json', 'x-ycm-hmac': b'XvpKGz+irG5/T6preByOHA3YR3wRcRTyDzzJ8Lj/dts='}
b'{"filepath": "/home/bstaletic/.ycm_extra_conf.py"}'
2020-11-20 15:04:49,600 - DEBUG - RX: <Response [200]>
true
2020-11-20 15:04:49,602 - DEBUG - POST b'http://127.0.0.1:37387/event_notification'
{'content-type': 'application/json', 'x-ycm-hmac': b'3x1PUHmeGYokYI4V/Vb4+JzQ62/PeOJtZZrwFlBEZgI='}
b'{"filepath": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs", "line_num": 1, "column_num": 1, "working_dir": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd", "file_data": {"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs": {"contents": "using System;\\n\\nnamespace testy\\n{\\n\\tclass MainClass\\n\\t{\\n\\t\\tpublic static void Main (string[] args)\\n\\t\\t{\\n\\t\\t\\tint \\u4e5d = 9;\\n\\t\\t\\tConsole.\\n\\t\\t}\\n\\t}\\n}\\n", "filetypes": ["cs"]}}, "event_name": "FileReadyToParse"}'
2020-11-20 15:04:49,704 - DEBUG - RX: <Response [200]>
{}
2020-11-20 15:04:51,329 - DEBUG - POST b'http://127.0.0.1:37387/event_notification'
{'content-type': 'application/json', 'x-ycm-hmac': b'GclFTPj2YqQw7qyhwv8I6jVjJM7eYZRvgTiswjq2oDw='}
b'{"filepath": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs", "line_num": 1, "column_num": 1, "working_dir": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd", "file_data": {"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs": {"contents": "using System;\\n\\n\\nnamespace testy\\n{\\n\\tclass MainClass\\n\\t{\\n\\t\\tpublic static void Main (string[] args)\\n\\t\\t{\\n\\t\\t\\tint \\u4e5d = 9;\\n\\t\\t\\tConsole.\\n\\t\\t}\\n\\t}\\n}\\n", "filetypes": ["cs"]}}, "event_name": "FileReadyToParse"}'
2020-11-20 15:04:53,223 - DEBUG - RX: <Response [200]>
[{"ranges":[],"location":{"line_num":10,"column_num":14,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"location_extent":{"start":{"line_num":10,"column_num":14,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"end":{"line_num":10,"column_num":14,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"}},"text":"Identifier expected","kind":"ERROR","fixit_available":false},{"ranges":[],"location":{"line_num":10,"column_num":14,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"location_extent":{"start":{"line_num":10,"column_num":14,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"end":{"line_num":10,"column_num":14,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"}},"text":"; expected","kind":"ERROR","fixit_available":false},{"ranges":[],"location":{"line_num":1,"column_num":7,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"location_extent":{"start":{"line_num":1,"column_num":7,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"end":{"line_num":1,"column_num":13,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"}},"text":"The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)","kind":"ERROR","fixit_available":false},{"ranges":[],"location":{"line_num":5,"column_num":2,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"location_extent":{"start":{"line_num":5,"column_num":2,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"end":{"line_num":5,"column_num":2,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"}},"text":"Predefined type 'System.Object' is not defined or imported","kind":"ERROR","fixit_available":false},{"ranges":[],"location":{"line_num":7,"column_num":3,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"location_extent":{"start":{"line_num":7,"column_num":3,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"end":{"line_num":7,"column_num":3,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"}},"text":"Predefined type 'System.String' is not defined or imported","kind":"ERROR","fixit_available":false},{"ranges":[],"location":{"line_num":7,"column_num":3,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"location_extent":{"start":{"line_num":7,"column_num":3,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"end":{"line_num":7,"column_num":3,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"}},"text":"Predefined type 'System.Void' is not defined or imported","kind":"ERROR","fixit_available":false},{"ranges":[],"location":{"line_num":9,"column_num":4,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"location_extent":{"start":{"line_num":9,"column_num":4,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"end":{"line_num":9,"column_num":4,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"}},"text":"Predefined type 'System.Int32' is not defined or imported","kind":"ERROR","fixit_available":false},{"ranges":[],"location":{"line_num":9,"column_num":4,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"location_extent":{"start":{"line_num":9,"column_num":4,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"end":{"line_num":9,"column_num":4,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"}},"text":"Predefined type 'System.Int32' is not defined or imported","kind":"ERROR","fixit_available":false},{"ranges":[],"location":{"line_num":10,"column_num":4,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"location_extent":{"start":{"line_num":10,"column_num":4,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"end":{"line_num":10,"column_num":13,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"}},"text":"Predefined type 'System.Object' is not defined or imported","kind":"ERROR","fixit_available":false},{"ranges":[],"location":{"line_num":10,"column_num":4,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"location_extent":{"start":{"line_num":10,"column_num":4,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"end":{"line_num":10,"column_num":13,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"}},"text":"The name 'Console' does not exist in the current context","kind":"ERROR","fixit_available":false},{"ranges":[],"location":{"line_num":5,"column_num":2,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"location_extent":{"start":{"line_num":5,"column_num":2,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"end":{"line_num":5,"column_num":2,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"}},"text":"'object' does not contain a constructor that takes 0 arguments","kind":"ERROR","fixit_available":false},{"ranges":[],"location":{"line_num":1,"column_num":1,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"location_extent":{"start":{"line_num":1,"column_num":1,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"end":{"line_num":1,"column_num":14,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"}},"text":"Unnecessary using directive.","kind":"HIDDEN","fixit_available":false}]
2020-11-20 15:04:53,760 - DEBUG - POST b'http://127.0.0.1:37387/event_notification'
{'content-type': 'application/json', 'x-ycm-hmac': b'3x1PUHmeGYokYI4V/Vb4+JzQ62/PeOJtZZrwFlBEZgI='}
b'{"filepath": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs", "line_num": 1, "column_num": 1, "working_dir": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd", "file_data": {"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs": {"contents": "using System;\\n\\nnamespace testy\\n{\\n\\tclass MainClass\\n\\t{\\n\\t\\tpublic static void Main (string[] args)\\n\\t\\t{\\n\\t\\t\\tint \\u4e5d = 9;\\n\\t\\t\\tConsole.\\n\\t\\t}\\n\\t}\\n}\\n", "filetypes": ["cs"]}}, "event_name": "FileReadyToParse"}'
2020-11-20 15:04:54,063 - DEBUG - RX: <Response [200]>
[{"ranges":[],"location":{"line_num":10,"column_num":12,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"location_extent":{"start":{"line_num":10,"column_num":12,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"end":{"line_num":10,"column_num":12,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"}},"text":"Identifier expected","kind":"ERROR","fixit_available":false},{"ranges":[],"location":{"line_num":10,"column_num":12,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"location_extent":{"start":{"line_num":10,"column_num":12,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"end":{"line_num":10,"column_num":12,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"}},"text":"; expected","kind":"ERROR","fixit_available":false},{"ranges":[],"location":{"line_num":11,"column_num":1,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"location_extent":{"start":{"line_num":11,"column_num":1,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"end":{"line_num":11,"column_num":1,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"}},"text":"'Console' does not contain a definition for ''","kind":"ERROR","fixit_available":false},{"ranges":[],"location":{"line_num":9,"column_num":8,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"location_extent":{"start":{"line_num":9,"column_num":8,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"},"end":{"line_num":9,"column_num":11,"filepath":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs"}},"text":"The variable '\u4e5d' is assigned but its value is never used","kind":"WARNING","fixit_available":false}]
2020-11-20 15:04:57,044 - DEBUG - POST b'http://127.0.0.1:37387/debug_info'
{'content-type': 'application/json', 'x-ycm-hmac': b'B86Ku6whZWoVDapGk+smKZDUAYGhoKf+OB7QUpw2amE='}
b'{"filepath": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs", "line_num": 1, "column_num": 1, "working_dir": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd", "file_data": {"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs": {"contents": "using System;\\n\\nnamespace testy\\n{\\n\\tclass MainClass\\n\\t{\\n\\t\\tpublic static void Main (string[] args)\\n\\t\\t{\\n\\t\\t\\tint \\u4e5d = 9;\\n\\t\\t\\tConsole.\\n\\t\\t}\\n\\t}\\n}\\n", "filetypes": ["cs"]}}}'
2020-11-20 15:04:57,050 - DEBUG - RX: <Response [200]>
{"python":{"executable":"/usr/sbin/python3","version":"3.8.6"},"clang":{"has_support":false,"version":null},"extra_conf":{"path":null,"is_loaded":false},"completer":{"name":"C#","servers":[{"name":"OmniSharp","is_running":true,"executable":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/../../../third_party/omnisharp-roslyn","address":"localhost","port":42459,"pid":5061,"logfiles":["/tmp/omnisharp_42459_testy.sln_stdout_60mdhqfq.log","/tmp/omnisharp_42459_testy.sln_stderr_veme4_35.log"],"extras":[{"key":"solution","value":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/testy.sln"}]}],"items":[]}}
2020-11-20 15:04:58,466 - DEBUG - POST b'http://127.0.0.1:37387/receive_messages'
{'content-type': 'application/json', 'x-ycm-hmac': b'W1afMaQ6dYbitFEmRHNWWgxYiW975Ap6csIjYbCj4ps='}
b'{"filepath": "/tmp/omnisharp_42459_testy.sln_stderr_veme4_35.log", "line_num": 1, "column_num": 1, "working_dir": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd", "file_data": {"/tmp/omnisharp_42459_testy.sln_stderr_veme4_35.log": {"contents": "\\n", "filetypes": ["ycm_nofiletype"]}}}'
2020-11-20 15:04:58,570 - DEBUG - RX: <Response [200]>
false
2020-11-20 15:05:02,036 - DEBUG - POST b'http://127.0.0.1:37387/debug_info'
{'content-type': 'application/json', 'x-ycm-hmac': b'B86Ku6whZWoVDapGk+smKZDUAYGhoKf+OB7QUpw2amE='}
b'{"filepath": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs", "line_num": 1, "column_num": 1, "working_dir": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd", "file_data": {"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs": {"contents": "using System;\\n\\nnamespace testy\\n{\\n\\tclass MainClass\\n\\t{\\n\\t\\tpublic static void Main (string[] args)\\n\\t\\t{\\n\\t\\t\\tint \\u4e5d = 9;\\n\\t\\t\\tConsole.\\n\\t\\t}\\n\\t}\\n}\\n", "filetypes": ["cs"]}}}'
2020-11-20 15:05:02,045 - DEBUG - RX: <Response [200]>
{"python":{"executable":"/usr/sbin/python3","version":"3.8.6"},"clang":{"has_support":false,"version":null},"extra_conf":{"path":null,"is_loaded":false},"completer":{"name":"C#","servers":[{"name":"OmniSharp","is_running":true,"executable":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/../../../third_party/omnisharp-roslyn","address":"localhost","port":42459,"pid":5061,"logfiles":["/tmp/omnisharp_42459_testy.sln_stdout_60mdhqfq.log","/tmp/omnisharp_42459_testy.sln_stderr_veme4_35.log"],"extras":[{"key":"solution","value":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/testy.sln"}]}],"items":[]}}
2020-11-20 15:05:05,556 - DEBUG - POST b'http://127.0.0.1:37387/debug_info'
{'content-type': 'application/json', 'x-ycm-hmac': b'B86Ku6whZWoVDapGk+smKZDUAYGhoKf+OB7QUpw2amE='}
b'{"filepath": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs", "line_num": 1, "column_num": 1, "working_dir": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd", "file_data": {"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs": {"contents": "using System;\\n\\nnamespace testy\\n{\\n\\tclass MainClass\\n\\t{\\n\\t\\tpublic static void Main (string[] args)\\n\\t\\t{\\n\\t\\t\\tint \\u4e5d = 9;\\n\\t\\t\\tConsole.\\n\\t\\t}\\n\\t}\\n}\\n", "filetypes": ["cs"]}}}'
2020-11-20 15:05:05,565 - DEBUG - RX: <Response [200]>
{"python":{"executable":"/usr/sbin/python3","version":"3.8.6"},"clang":{"has_support":false,"version":null},"extra_conf":{"path":null,"is_loaded":false},"completer":{"name":"C#","servers":[{"name":"OmniSharp","is_running":true,"executable":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/../../../third_party/omnisharp-roslyn","address":"localhost","port":42459,"pid":5061,"logfiles":["/tmp/omnisharp_42459_testy.sln_stdout_60mdhqfq.log","/tmp/omnisharp_42459_testy.sln_stderr_veme4_35.log"],"extras":[{"key":"solution","value":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/testy.sln"}]}],"items":[]}}
2020-11-20 15:05:09,427 - DEBUG - POST b'http://127.0.0.1:37387/debug_info'
{'content-type': 'application/json', 'x-ycm-hmac': b'B86Ku6whZWoVDapGk+smKZDUAYGhoKf+OB7QUpw2amE='}
b'{"filepath": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs", "line_num": 1, "column_num": 1, "working_dir": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd", "file_data": {"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs": {"contents": "using System;\\n\\nnamespace testy\\n{\\n\\tclass MainClass\\n\\t{\\n\\t\\tpublic static void Main (string[] args)\\n\\t\\t{\\n\\t\\t\\tint \\u4e5d = 9;\\n\\t\\t\\tConsole.\\n\\t\\t}\\n\\t}\\n}\\n", "filetypes": ["cs"]}}}'
2020-11-20 15:05:09,435 - DEBUG - RX: <Response [200]>
{"python":{"executable":"/usr/sbin/python3","version":"3.8.6"},"clang":{"has_support":false,"version":null},"extra_conf":{"path":null,"is_loaded":false},"completer":{"name":"C#","servers":[{"name":"OmniSharp","is_running":true,"executable":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/../../../third_party/omnisharp-roslyn","address":"localhost","port":42459,"pid":5061,"logfiles":["/tmp/omnisharp_42459_testy.sln_stdout_60mdhqfq.log","/tmp/omnisharp_42459_testy.sln_stderr_veme4_35.log"],"extras":[{"key":"solution","value":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/testy.sln"}]}],"items":[]}}
2020-11-20 15:05:14,775 - DEBUG - POST b'http://127.0.0.1:37387/debug_info'
{'content-type': 'application/json', 'x-ycm-hmac': b'B86Ku6whZWoVDapGk+smKZDUAYGhoKf+OB7QUpw2amE='}
b'{"filepath": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs", "line_num": 1, "column_num": 1, "working_dir": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd", "file_data": {"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs": {"contents": "using System;\\n\\nnamespace testy\\n{\\n\\tclass MainClass\\n\\t{\\n\\t\\tpublic static void Main (string[] args)\\n\\t\\t{\\n\\t\\t\\tint \\u4e5d = 9;\\n\\t\\t\\tConsole.\\n\\t\\t}\\n\\t}\\n}\\n", "filetypes": ["cs"]}}}'
2020-11-20 15:05:14,782 - DEBUG - RX: <Response [200]>
{"python":{"executable":"/usr/sbin/python3","version":"3.8.6"},"clang":{"has_support":false,"version":null},"extra_conf":{"path":null,"is_loaded":false},"completer":{"name":"C#","servers":[{"name":"OmniSharp","is_running":true,"executable":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/../../../third_party/omnisharp-roslyn","address":"localhost","port":42459,"pid":5061,"logfiles":["/tmp/omnisharp_42459_testy.sln_stdout_60mdhqfq.log","/tmp/omnisharp_42459_testy.sln_stderr_veme4_35.log"],"extras":[{"key":"solution","value":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/testy.sln"}]}],"items":[]}}
2020-11-20 15:05:46,337 - DEBUG - POST b'http://127.0.0.1:37387/completions'
{'content-type': 'application/json', 'x-ycm-hmac': b'l7hS1jGYdBjIizrafRs8GdkWtoDEffCvAHpvlnuIuWw='}
b'{"filepath": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs", "line_num": 10, "column_num": 12, "working_dir": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd", "file_data": {"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs": {"contents": "using System;\\n\\nnamespace testy\\n{\\n\\tclass MainClass\\n\\t{\\n\\t\\tpublic static void Main (string[] args)\\n\\t\\t{\\n\\t\\t\\tint \\u4e5d = 9;\\n\\t\\t\\tConsole.\\n\\t\\t}\\n\\t}\\n}\\n", "filetypes": ["cs"]}}, "force_semantic": true}'
2020-11-20 15:05:46,703 - DEBUG - POST b'http://127.0.0.1:37387/completions'
{'content-type': 'application/json', 'x-ycm-hmac': b'l7hS1jGYdBjIizrafRs8GdkWtoDEffCvAHpvlnuIuWw='}
b'{"filepath": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs", "line_num": 10, "column_num": 12, "working_dir": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd", "file_data": {"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs": {"contents": "using System;\\n\\nnamespace testy\\n{\\n\\tclass MainClass\\n\\t{\\n\\t\\tpublic static void Main (string[] args)\\n\\t\\t{\\n\\t\\t\\tint \\u4e5d = 9;\\n\\t\\t\\tConsole.\\n\\t\\t}\\n\\t}\\n}\\n", "filetypes": ["cs"]}}, "force_semantic": true}'
2020-11-20 15:05:46,958 - DEBUG - RX: <Response [200]>
{"completions":[{"insertion_text":"BackgroundColor","extra_menu_info":"BackgroundColor","kind":"Property"},{"insertion_text":"Beep","extra_menu_info":"Beep()","kind":"Method"},{"insertion_text":"Beep","extra_menu_info":"Beep(int frequency, int duration)","kind":"Method"},{"insertion_text":"BufferHeight","extra_menu_info":"BufferHeight","kind":"Property"},{"insertion_text":"BufferWidth","extra_menu_info":"BufferWidth","kind":"Property"},{"insertion_text":"CancelKeyPress","extra_menu_info":"CancelKeyPress","kind":"Event"},{"insertion_text":"CapsLock","extra_menu_info":"CapsLock","kind":"Property"},{"insertion_text":"Clear","extra_menu_info":"Clear()","kind":"Method"},{"insertion_text":"CursorLeft","extra_menu_info":"CursorLeft","kind":"Property"},{"insertion_text":"CursorSize","extra_menu_info":"CursorSize","kind":"Property"},{"insertion_text":"CursorTop","extra_menu_info":"CursorTop","kind":"Property"},{"insertion_text":"CursorVisible","extra_menu_info":"CursorVisible","kind":"Property"},{"insertion_text":"Equals","extra_menu_info":"Equals(object objA, object objB)","kind":"Method"},{"insertion_text":"Error","extra_menu_info":"Error","kind":"Property"},{"insertion_text":"ForegroundColor","extra_menu_info":"ForegroundColor","kind":"Property"},{"insertion_text":"In","extra_menu_info":"In","kind":"Property"},{"insertion_text":"InputEncoding","extra_menu_info":"InputEncoding","kind":"Property"},{"insertion_text":"KeyAvailable","extra_menu_info":"KeyAvailable","kind":"Property"},{"insertion_text":"LargestWindowHeight","extra_menu_info":"LargestWindowHeight","kind":"Property"},{"insertion_text":"LargestWindowWidth","extra_menu_info":"LargestWindowWidth","kind":"Property"},{"insertion_text":"MoveBufferArea","extra_menu_info":"MoveBufferArea(int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop)","kind":"Method"},{"insertion_text":"MoveBufferArea","extra_menu_info":"MoveBufferArea(int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop, char sourceChar, ConsoleColor sourceForeColor, ConsoleColor sourceBackColor)","kind":"Method"},{"insertion_text":"NumberLock","extra_menu_info":"NumberLock","kind":"Property"},{"insertion_text":"OpenStandardError","extra_menu_info":"OpenStandardError()","kind":"Method"},{"insertion_text":"OpenStandardError","extra_menu_info":"OpenStandardError(int bufferSize)","kind":"Method"},{"insertion_text":"OpenStandardInput","extra_menu_info":"OpenStandardInput()","kind":"Method"},{"insertion_text":"OpenStandardInput","extra_menu_info":"OpenStandardInput(int bufferSize)","kind":"Method"},{"insertion_text":"OpenStandardOutput","extra_menu_info":"OpenStandardOutput()","kind":"Method"},{"insertion_text":"OpenStandardOutput","extra_menu_info":"OpenStandardOutput(int bufferSize)","kind":"Method"},{"insertion_text":"Out","extra_menu_info":"Out","kind":"Property"},{"insertion_text":"OutputEncoding","extra_menu_info":"OutputEncoding","kind":"Property"},{"insertion_text":"Read","extra_menu_info":"Read()","kind":"Method"},{"insertion_text":"ReadKey","extra_menu_info":"ReadKey()","kind":"Method"},{"insertion_text":"ReadKey","extra_menu_info":"ReadKey(bool intercept)","kind":"Method"},{"insertion_text":"ReadLine","extra_menu_info":"ReadLine()","kind":"Method"},{"insertion_text":"ReferenceEquals","extra_menu_info":"ReferenceEquals(object objA, object objB)","kind":"Method"},{"insertion_text":"ResetColor","extra_menu_info":"ResetColor()","kind":"Method"},{"insertion_text":"SetBufferSize","extra_menu_info":"SetBufferSize(int width, int height)","kind":"Method"},{"insertion_text":"SetCursorPosition","extra_menu_info":"SetCursorPosition(int left, int top)","kind":"Method"},{"insertion_text":"SetError","extra_menu_info":"SetError(TextWriter newError)","kind":"Method"},{"insertion_text":"SetIn","extra_menu_info":"SetIn(TextReader newIn)","kind":"Method"},{"insertion_text":"SetOut","extra_menu_info":"SetOut(TextWriter newOut)","kind":"Method"},{"insertion_text":"SetWindowPosition","extra_menu_info":"SetWindowPosition(int left, int top)","kind":"Method"},{"insertion_text":"SetWindowSize","extra_menu_info":"SetWindowSize(int width, int height)","kind":"Method"},{"insertion_text":"Title","extra_menu_info":"Title","kind":"Property"},{"insertion_text":"TreatControlCAsInput","extra_menu_info":"TreatControlCAsInput","kind":"Property"},{"insertion_text":"WindowHeight","extra_menu_info":"WindowHeight","kind":"Property"},{"insertion_text":"WindowLeft","extra_menu_info":"WindowLeft","kind":"Property"},{"insertion_text":"WindowTop","extra_menu_info":"WindowTop","kind":"Property"},{"insertion_text":"WindowWidth","extra_menu_info":"WindowWidth","kind":"Property"}],"completion_start_column":12,"errors":[]}
2020-11-20 15:05:47,927 - DEBUG - RX: <Response [200]>
{"completions":[{"insertion_text":"BackgroundColor","extra_menu_info":"BackgroundColor","kind":"Property"},{"insertion_text":"Beep","extra_menu_info":"Beep()","kind":"Method"},{"insertion_text":"Beep","extra_menu_info":"Beep(int frequency, int duration)","kind":"Method"},{"insertion_text":"BufferHeight","extra_menu_info":"BufferHeight","kind":"Property"},{"insertion_text":"BufferWidth","extra_menu_info":"BufferWidth","kind":"Property"},{"insertion_text":"CancelKeyPress","extra_menu_info":"CancelKeyPress","kind":"Event"},{"insertion_text":"CapsLock","extra_menu_info":"CapsLock","kind":"Property"},{"insertion_text":"Clear","extra_menu_info":"Clear()","kind":"Method"},{"insertion_text":"CursorLeft","extra_menu_info":"CursorLeft","kind":"Property"},{"insertion_text":"CursorSize","extra_menu_info":"CursorSize","kind":"Property"},{"insertion_text":"CursorTop","extra_menu_info":"CursorTop","kind":"Property"},{"insertion_text":"CursorVisible","extra_menu_info":"CursorVisible","kind":"Property"},{"insertion_text":"Equals","extra_menu_info":"Equals(object objA, object objB)","kind":"Method"},{"insertion_text":"Error","extra_menu_info":"Error","kind":"Property"},{"insertion_text":"ForegroundColor","extra_menu_info":"ForegroundColor","kind":"Property"},{"insertion_text":"In","extra_menu_info":"In","kind":"Property"},{"insertion_text":"InputEncoding","extra_menu_info":"InputEncoding","kind":"Property"},{"insertion_text":"KeyAvailable","extra_menu_info":"KeyAvailable","kind":"Property"},{"insertion_text":"LargestWindowHeight","extra_menu_info":"LargestWindowHeight","kind":"Property"},{"insertion_text":"LargestWindowWidth","extra_menu_info":"LargestWindowWidth","kind":"Property"},{"insertion_text":"MoveBufferArea","extra_menu_info":"MoveBufferArea(int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop)","kind":"Method"},{"insertion_text":"MoveBufferArea","extra_menu_info":"MoveBufferArea(int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop, char sourceChar, ConsoleColor sourceForeColor, ConsoleColor sourceBackColor)","kind":"Method"},{"insertion_text":"NumberLock","extra_menu_info":"NumberLock","kind":"Property"},{"insertion_text":"OpenStandardError","extra_menu_info":"OpenStandardError()","kind":"Method"},{"insertion_text":"OpenStandardError","extra_menu_info":"OpenStandardError(int bufferSize)","kind":"Method"},{"insertion_text":"OpenStandardInput","extra_menu_info":"OpenStandardInput()","kind":"Method"},{"insertion_text":"OpenStandardInput","extra_menu_info":"OpenStandardInput(int bufferSize)","kind":"Method"},{"insertion_text":"OpenStandardOutput","extra_menu_info":"OpenStandardOutput()","kind":"Method"},{"insertion_text":"OpenStandardOutput","extra_menu_info":"OpenStandardOutput(int bufferSize)","kind":"Method"},{"insertion_text":"Out","extra_menu_info":"Out","kind":"Property"},{"insertion_text":"OutputEncoding","extra_menu_info":"OutputEncoding","kind":"Property"},{"insertion_text":"Read","extra_menu_info":"Read()","kind":"Method"},{"insertion_text":"ReadKey","extra_menu_info":"ReadKey()","kind":"Method"},{"insertion_text":"ReadKey","extra_menu_info":"ReadKey(bool intercept)","kind":"Method"},{"insertion_text":"ReadLine","extra_menu_info":"ReadLine()","kind":"Method"},{"insertion_text":"ReferenceEquals","extra_menu_info":"ReferenceEquals(object objA, object objB)","kind":"Method"},{"insertion_text":"ResetColor","extra_menu_info":"ResetColor()","kind":"Method"},{"insertion_text":"SetBufferSize","extra_menu_info":"SetBufferSize(int width, int height)","kind":"Method"},{"insertion_text":"SetCursorPosition","extra_menu_info":"SetCursorPosition(int left, int top)","kind":"Method"},{"insertion_text":"SetError","extra_menu_info":"SetError(TextWriter newError)","kind":"Method"},{"insertion_text":"SetIn","extra_menu_info":"SetIn(TextReader newIn)","kind":"Method"},{"insertion_text":"SetOut","extra_menu_info":"SetOut(TextWriter newOut)","kind":"Method"},{"insertion_text":"SetWindowPosition","extra_menu_info":"SetWindowPosition(int left, int top)","kind":"Method"},{"insertion_text":"SetWindowSize","extra_menu_info":"SetWindowSize(int width, int height)","kind":"Method"},{"insertion_text":"Title","extra_menu_info":"Title","kind":"Property"},{"insertion_text":"TreatControlCAsInput","extra_menu_info":"TreatControlCAsInput","kind":"Property"},{"insertion_text":"WindowHeight","extra_menu_info":"WindowHeight","kind":"Property"},{"insertion_text":"WindowLeft","extra_menu_info":"WindowLeft","kind":"Property"},{"insertion_text":"WindowTop","extra_menu_info":"WindowTop","kind":"Property"},{"insertion_text":"WindowWidth","extra_menu_info":"WindowWidth","kind":"Property"}],"completion_start_column":12,"errors":[]}
2020-11-20 15:05:47,935 - DEBUG - POST b'http://127.0.0.1:37387/event_notification'
{'content-type': 'application/json', 'x-ycm-hmac': b'giyb3jm5NOEdcXr9lv+rV/O9lTmVbYfuJu1tmobPkAk='}
b'{"filepath": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs", "line_num": 10, "column_num": 11, "working_dir": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd", "file_data": {"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs": {"contents": "using System;\\n\\nnamespace testy\\n{\\n\\tclass MainClass\\n\\t{\\n\\t\\tpublic static void Main (string[] args)\\n\\t\\t{\\n\\t\\t\\tint \\u4e5d = 9;\\n\\t\\t\\tConsole.\\n\\t\\t}\\n\\t}\\n}\\n", "filetypes": ["cs"]}}, "event_name": "InsertLeave"}'
2020-11-20 15:05:50,204 - DEBUG - POST b'http://127.0.0.1:37387/debug_info'
{'content-type': 'application/json', 'x-ycm-hmac': b'LJAlnT71KM/optlTghy1JEaPVfMIs/cPxXUUZ0hqiQI='}
b'{"filepath": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs", "line_num": 10, "column_num": 11, "working_dir": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd", "file_data": {"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs": {"contents": "using System;\\n\\nnamespace testy\\n{\\n\\tclass MainClass\\n\\t{\\n\\t\\tpublic static void Main (string[] args)\\n\\t\\t{\\n\\t\\t\\tint \\u4e5d = 9;\\n\\t\\t\\tConsole.\\n\\t\\t}\\n\\t}\\n}\\n", "filetypes": ["cs"]}}}'
2020-11-20 15:05:50,211 - DEBUG - RX: <Response [200]>
{"python":{"executable":"/usr/sbin/python3","version":"3.8.6"},"clang":{"has_support":false,"version":null},"extra_conf":{"path":null,"is_loaded":false},"completer":{"name":"C#","servers":[{"name":"OmniSharp","is_running":true,"executable":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/../../../third_party/omnisharp-roslyn","address":"localhost","port":42459,"pid":5061,"logfiles":["/tmp/omnisharp_42459_testy.sln_stdout_60mdhqfq.log","/tmp/omnisharp_42459_testy.sln_stderr_veme4_35.log"],"extras":[{"key":"solution","value":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/testy.sln"}]}],"items":[]}}
2020-11-20 15:06:44,508 - DEBUG - POST b'http://127.0.0.1:37387/debug_info'
{'content-type': 'application/json', 'x-ycm-hmac': b'LJAlnT71KM/optlTghy1JEaPVfMIs/cPxXUUZ0hqiQI='}
b'{"filepath": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs", "line_num": 10, "column_num": 11, "working_dir": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd", "file_data": {"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs": {"contents": "using System;\\n\\nnamespace testy\\n{\\n\\tclass MainClass\\n\\t{\\n\\t\\tpublic static void Main (string[] args)\\n\\t\\t{\\n\\t\\t\\tint \\u4e5d = 9;\\n\\t\\t\\tConsole.\\n\\t\\t}\\n\\t}\\n}\\n", "filetypes": ["cs"]}}}'
2020-11-20 15:06:44,516 - DEBUG - RX: <Response [200]>
{"python":{"executable":"/usr/sbin/python3","version":"3.8.6"},"clang":{"has_support":false,"version":null},"extra_conf":{"path":null,"is_loaded":false},"completer":{"name":"C#","servers":[{"name":"OmniSharp","is_running":true,"executable":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/../../../third_party/omnisharp-roslyn","address":"localhost","port":42459,"pid":5061,"logfiles":["/tmp/omnisharp_42459_testy.sln_stdout_60mdhqfq.log","/tmp/omnisharp_42459_testy.sln_stderr_veme4_35.log"],"extras":[{"key":"solution","value":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/testy.sln"}]}],"items":[]}}
2020-11-20 15:06:49,307 - DEBUG - POST b'http://127.0.0.1:37387/debug_info'
{'content-type': 'application/json', 'x-ycm-hmac': b'LJAlnT71KM/optlTghy1JEaPVfMIs/cPxXUUZ0hqiQI='}
b'{"filepath": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs", "line_num": 10, "column_num": 11, "working_dir": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd", "file_data": {"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs": {"contents": "using System;\\n\\nnamespace testy\\n{\\n\\tclass MainClass\\n\\t{\\n\\t\\tpublic static void Main (string[] args)\\n\\t\\t{\\n\\t\\t\\tint \\u4e5d = 9;\\n\\t\\t\\tConsole.\\n\\t\\t}\\n\\t}\\n}\\n", "filetypes": ["cs"]}}}'
2020-11-20 15:06:49,317 - DEBUG - RX: <Response [200]>
{"python":{"executable":"/usr/sbin/python3","version":"3.8.6"},"clang":{"has_support":false,"version":null},"extra_conf":{"path":null,"is_loaded":false},"completer":{"name":"C#","servers":[{"name":"OmniSharp","is_running":true,"executable":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/../../../third_party/omnisharp-roslyn","address":"localhost","port":42459,"pid":5061,"logfiles":["/tmp/omnisharp_42459_testy.sln_stdout_60mdhqfq.log","/tmp/omnisharp_42459_testy.sln_stderr_veme4_35.log"],"extras":[{"key":"solution","value":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/testy.sln"}]}],"items":[]}}
2020-11-20 15:06:53,003 - DEBUG - POST b'http://127.0.0.1:37387/debug_info'
{'content-type': 'application/json', 'x-ycm-hmac': b'LJAlnT71KM/optlTghy1JEaPVfMIs/cPxXUUZ0hqiQI='}
b'{"filepath": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs", "line_num": 10, "column_num": 11, "working_dir": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd", "file_data": {"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs": {"contents": "using System;\\n\\nnamespace testy\\n{\\n\\tclass MainClass\\n\\t{\\n\\t\\tpublic static void Main (string[] args)\\n\\t\\t{\\n\\t\\t\\tint \\u4e5d = 9;\\n\\t\\t\\tConsole.\\n\\t\\t}\\n\\t}\\n}\\n", "filetypes": ["cs"]}}}'
2020-11-20 15:06:53,011 - DEBUG - RX: <Response [200]>
{"python":{"executable":"/usr/sbin/python3","version":"3.8.6"},"clang":{"has_support":false,"version":null},"extra_conf":{"path":null,"is_loaded":false},"completer":{"name":"C#","servers":[{"name":"OmniSharp","is_running":true,"executable":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/../../../third_party/omnisharp-roslyn","address":"localhost","port":42459,"pid":5061,"logfiles":["/tmp/omnisharp_42459_testy.sln_stdout_60mdhqfq.log","/tmp/omnisharp_42459_testy.sln_stderr_veme4_35.log"],"extras":[{"key":"solution","value":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/testy.sln"}]}],"items":[]}}
2020-11-20 15:06:57,673 - DEBUG - POST b'http://127.0.0.1:37387/debug_info'
{'content-type': 'application/json', 'x-ycm-hmac': b'LJAlnT71KM/optlTghy1JEaPVfMIs/cPxXUUZ0hqiQI='}
b'{"filepath": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs", "line_num": 10, "column_num": 11, "working_dir": "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd", "file_data": {"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs": {"contents": "using System;\\n\\nnamespace testy\\n{\\n\\tclass MainClass\\n\\t{\\n\\t\\tpublic static void Main (string[] args)\\n\\t\\t{\\n\\t\\t\\tint \\u4e5d = 9;\\n\\t\\t\\tConsole.\\n\\t\\t}\\n\\t}\\n}\\n", "filetypes": ["cs"]}}}'
2020-11-20 15:06:57,684 - DEBUG - RX: <Response [200]>
{"python":{"executable":"/usr/sbin/python3","version":"3.8.6"},"clang":{"has_support":false,"version":null},"extra_conf":{"path":null,"is_loaded":false},"completer":{"name":"C#","servers":[{"name":"OmniSharp","is_running":true,"executable":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/../../../third_party/omnisharp-roslyn","address":"localhost","port":42459,"pid":5061,"logfiles":["/tmp/omnisharp_42459_testy.sln_stdout_60mdhqfq.log","/tmp/omnisharp_42459_testy.sln_stderr_veme4_35.log"],"extras":[{"key":"solution","value":"/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/testy.sln"}]}],"items":[]}}
2020-11-20 15:04:48,370 - DEBUG - No global extra conf, not calling method YcmCorePreload
2020-11-20 15:04:48,405 - INFO - Completion config: 50, detailing 10 candiates
2020-11-20 15:04:48,405 - INFO - Completion config: 50, detailing 10 candiates
2020-11-20 15:04:48,405 - INFO - Completion config: 50, detailing 10 candiates
2020-11-20 15:04:48,406 - INFO - Completion config: 50, detailing 10 candiates
2020-11-20 15:04:48,440 - INFO - Received ready request
2020-11-20 15:04:48,443 - INFO - Received signature help available request
2020-11-20 15:04:48,446 - INFO - Completion config: 50, detailing 10 candiates
2020-11-20 15:04:48,520 - INFO - Received event notification
2020-11-20 15:04:48,520 - DEBUG - Event name: BufferVisit
2020-11-20 15:04:48,528 - INFO - Received event notification
2020-11-20 15:04:48,528 - DEBUG - Event name: FileReadyToParse
2020-11-20 15:04:48,528 - INFO - Adding buffer identifiers for file: /home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs
Traceback (most recent call last):
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 868, in _handle
return route.call(**args)
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1748, in wrapper
rv = callback(*a, **ka)
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/watchdog_plugin.py", line 97, in wrapper
return callback( *args, **kwargs )
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/hmac_plugin.py", line 62, in wrapper
body = callback( *args, **kwargs )
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/handlers.py", line 64, in EventNotification
response_data = getattr( _server_state.GetFiletypeCompleter( filetypes ),
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/cs_completer.py", line 250, in OnFileReadyToParse
solutioncompleter = self._GetSolutionCompleter( request_data )
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/cs_completer.py", line 111, in _GetSolutionCompleter
solution = self._GetSolutionFile( request_data[ "filepath" ] )
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/cs_completer.py", line 376, in _GetSolutionFile
path_to_solutionfile = solutiondetection.FindSolutionPath( filepath )
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/solutiondetection.py", line 30, in FindSolutionPath
module = extra_conf_store.ModuleForSourceFile( filepath )
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py", line 55, in ModuleForSourceFile
return Load( ModuleFileForSourceFile( filename ) )
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py", line 66, in ModuleFileForSourceFile
if Load( module_file ):
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py", line 151, in Load
if not force and not _ShouldLoad( module_file, is_global ):
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py", line 134, in _ShouldLoad
raise UnknownExtraConf( module_file )
ycmd.responses.UnknownExtraConf: Found /home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/.ycm_extra_conf.py. Load?
(Question can be turned off with options, see YCM docs)
2020-11-20 15:04:48,629 - INFO - Received filetype completion available request
2020-11-20 15:04:48,857 - INFO - Received extra conf ignore request
2020-11-20 15:04:48,862 - INFO - Received event notification
2020-11-20 15:04:48,863 - DEBUG - Event name: FileReadyToParse
2020-11-20 15:04:48,863 - INFO - Adding buffer identifiers for file: /home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs
Traceback (most recent call last):
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 868, in _handle
return route.call(**args)
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1748, in wrapper
rv = callback(*a, **ka)
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/watchdog_plugin.py", line 97, in wrapper
return callback( *args, **kwargs )
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/hmac_plugin.py", line 62, in wrapper
body = callback( *args, **kwargs )
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/handlers.py", line 64, in EventNotification
response_data = getattr( _server_state.GetFiletypeCompleter( filetypes ),
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/cs_completer.py", line 250, in OnFileReadyToParse
solutioncompleter = self._GetSolutionCompleter( request_data )
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/cs_completer.py", line 111, in _GetSolutionCompleter
solution = self._GetSolutionFile( request_data[ "filepath" ] )
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/cs_completer.py", line 376, in _GetSolutionFile
path_to_solutionfile = solutiondetection.FindSolutionPath( filepath )
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/solutiondetection.py", line 30, in FindSolutionPath
module = extra_conf_store.ModuleForSourceFile( filepath )
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py", line 55, in ModuleForSourceFile
return Load( ModuleFileForSourceFile( filename ) )
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py", line 66, in ModuleFileForSourceFile
if Load( module_file ):
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py", line 151, in Load
if not force and not _ShouldLoad( module_file, is_global ):
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py", line 134, in _ShouldLoad
raise UnknownExtraConf( module_file )
ycmd.responses.UnknownExtraConf: Found /home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/.ycm_extra_conf.py. Load?
(Question can be turned off with options, see YCM docs)
2020-11-20 15:04:49,187 - INFO - Received extra conf ignore request
2020-11-20 15:04:49,194 - INFO - Received event notification
2020-11-20 15:04:49,194 - DEBUG - Event name: FileReadyToParse
2020-11-20 15:04:49,194 - INFO - Adding buffer identifiers for file: /home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs
Traceback (most recent call last):
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 868, in _handle
return route.call(**args)
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1748, in wrapper
rv = callback(*a, **ka)
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/watchdog_plugin.py", line 97, in wrapper
return callback( *args, **kwargs )
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/hmac_plugin.py", line 62, in wrapper
body = callback( *args, **kwargs )
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/handlers.py", line 64, in EventNotification
response_data = getattr( _server_state.GetFiletypeCompleter( filetypes ),
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/cs_completer.py", line 250, in OnFileReadyToParse
solutioncompleter = self._GetSolutionCompleter( request_data )
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/cs_completer.py", line 111, in _GetSolutionCompleter
solution = self._GetSolutionFile( request_data[ "filepath" ] )
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/cs_completer.py", line 376, in _GetSolutionFile
path_to_solutionfile = solutiondetection.FindSolutionPath( filepath )
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/solutiondetection.py", line 30, in FindSolutionPath
module = extra_conf_store.ModuleForSourceFile( filepath )
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py", line 55, in ModuleForSourceFile
return Load( ModuleFileForSourceFile( filename ) )
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py", line 66, in ModuleFileForSourceFile
if Load( module_file ):
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py", line 151, in Load
if not force and not _ShouldLoad( module_file, is_global ):
File "/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/extra_conf_store.py", line 134, in _ShouldLoad
raise UnknownExtraConf( module_file )
ycmd.responses.UnknownExtraConf: Found /home/bstaletic/.ycm_extra_conf.py. Load?
(Question can be turned off with options, see YCM docs)
2020-11-20 15:04:49,597 - INFO - Received extra conf ignore request
2020-11-20 15:04:49,605 - INFO - Received event notification
2020-11-20 15:04:49,605 - DEBUG - Event name: FileReadyToParse
2020-11-20 15:04:49,606 - INFO - Adding buffer identifiers for file: /home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs
2020-11-20 15:04:49,607 - INFO - Selected solution file /home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/testy.sln as it is the first one found
2020-11-20 15:04:49,607 - INFO - Starting OmniSharp server
2020-11-20 15:04:49,607 - INFO - Loading solution file /home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/testy.sln
2020-11-20 15:04:49,608 - INFO - using port 42459
2020-11-20 15:04:49,608 - INFO - Starting OmniSharp server with: ['/usr/sbin/mono', '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/completers/cs/../../../third_party/omnisharp-roslyn/omnisharp/OmniSharp.exe', '-p', '42459', '-s', '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/testy.sln']
2020-11-20 15:04:49,613 - INFO - Started OmniSharp server
2020-11-20 15:04:51,331 - INFO - Received event notification
2020-11-20 15:04:51,331 - DEBUG - Event name: FileReadyToParse
2020-11-20 15:04:51,331 - INFO - Adding buffer identifiers for file: /home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs
2020-11-20 15:04:51,333 - DEBUG - TX (/checkalivestatus): {}
2020-11-20 15:04:51,337 - DEBUG - Starting new HTTP connection (1): localhost:42459
2020-11-20 15:04:51,554 - DEBUG - http://localhost:42459 "POST /checkalivestatus HTTP/1.1" 200 None
2020-11-20 15:04:51,556 - DEBUG - RX: True
2020-11-20 15:04:51,556 - DEBUG - TX (/codecheck): {'line': 1, 'column': 1, 'buffer': 'using System;\n\n\nnamespace testy\n{\n\tclass MainClass\n\t{\n\t\tpublic static void Main (string[] args)\n\t\t{\n\t\t\tint 九 = 9;\n\t\t\tConsole.\n\t\t}\n\t}\n}\n', 'filename': '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs'}
2020-11-20 15:04:51,558 - DEBUG - Starting new HTTP connection (1): localhost:42459
2020-11-20 15:04:53,135 - DEBUG - http://localhost:42459 "POST /codecheck HTTP/1.1" 200 None
2020-11-20 15:04:53,136 - DEBUG - RX: {'QuickFixes': [{'LogLevel': 'Error', 'Id': 'CS1001', 'Tags': [], 'FileName': '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs', 'Line': 10, 'Column': 12, 'EndLine': 10, 'EndColumn': 12, 'Text': 'Identifier expected', 'Projects': ['testy']}, {'LogLevel': 'Error', 'Id': 'CS1002', 'Tags': [], 'FileName': '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs', 'Line': 10, 'Column': 12, 'EndLine': 10, 'EndColumn': 12, 'Text': '; expected', 'Projects': ['testy']}, {'LogLevel': 'Error', 'Id': 'CS0246', 'Tags': [], 'FileName': '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs', 'Line': 1, 'Column': 7, 'EndLine': 1, 'EndColumn': 13, 'Text': "The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)", 'Projects': ['testy']}, {'LogLevel': 'Error', 'Id': 'CS0518', 'Tags': [], 'FileName': '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs', 'Line': 5, 'Column': 8, 'EndLine': 5, 'EndColumn': 17, 'Text': "Predefined type 'System.Object' is not defined or imported", 'Projects': ['testy']}, {'LogLevel': 'Error', 'Id': 'CS0518', 'Tags': [], 'FileName': '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs', 'Line': 7, 'Column': 28, 'EndLine': 7, 'EndColumn': 34, 'Text': "Predefined type 'System.String' is not defined or imported", 'Projects': ['testy']}, {'LogLevel': 'Error', 'Id': 'CS0518', 'Tags': [], 'FileName': '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs', 'Line': 7, 'Column': 17, 'EndLine': 7, 'EndColumn': 21, 'Text': "Predefined type 'System.Void' is not defined or imported", 'Projects': ['testy']}, {'LogLevel': 'Error', 'Id': 'CS0518', 'Tags': [], 'FileName': '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs', 'Line': 9, 'Column': 4, 'EndLine': 9, 'EndColumn': 7, 'Text': "Predefined type 'System.Int32' is not defined or imported", 'Projects': ['testy']}, {'LogLevel': 'Error', 'Id': 'CS0518', 'Tags': [], 'FileName': '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs', 'Line': 9, 'Column': 12, 'EndLine': 9, 'EndColumn': 13, 'Text': "Predefined type 'System.Int32' is not defined or imported", 'Projects': ['testy']}, {'LogLevel': 'Error', 'Id': 'CS0518', 'Tags': [], 'FileName': '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs', 'Line': 10, 'Column': 4, 'EndLine': 10, 'EndColumn': 11, 'Text': "Predefined type 'System.Object' is not defined or imported", 'Projects': ['testy']}, {'LogLevel': 'Error', 'Id': 'CS0103', 'Tags': [], 'FileName': '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs', 'Line': 10, 'Column': 4, 'EndLine': 10, 'EndColumn': 11, 'Text': "The name 'Console' does not exist in the current context", 'Projects': ['testy']}, {'LogLevel': 'Error', 'Id': 'CS1729', 'Tags': [], 'FileName': '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs', 'Line': 5, 'Column': 8, 'EndLine': 5, 'EndColumn': 17, 'Text': "'object' does not contain a constructor that takes 0 arguments", 'Projects': ['testy']}, {'LogLevel': 'Hidden', 'Id': 'CS8019', 'Tags': [], 'FileName': '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs', 'Line': 1, 'Column': 1, 'EndLine': 1, 'EndColumn': 14, 'Text': 'Unnecessary using directive.', 'Projects': ['testy']}]}
2020-11-20 15:04:53,764 - INFO - Received event notification
2020-11-20 15:04:53,764 - DEBUG - Event name: FileReadyToParse
2020-11-20 15:04:53,764 - INFO - Adding buffer identifiers for file: /home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs
2020-11-20 15:04:53,765 - DEBUG - TX (/checkalivestatus): {}
2020-11-20 15:04:53,766 - DEBUG - Starting new HTTP connection (1): localhost:42459
2020-11-20 15:04:53,768 - DEBUG - http://localhost:42459 "POST /checkalivestatus HTTP/1.1" 200 None
2020-11-20 15:04:53,768 - DEBUG - RX: True
2020-11-20 15:04:53,769 - DEBUG - TX (/codecheck): {'line': 1, 'column': 1, 'buffer': 'using System;\n\nnamespace testy\n{\n\tclass MainClass\n\t{\n\t\tpublic static void Main (string[] args)\n\t\t{\n\t\t\tint 九 = 9;\n\t\t\tConsole.\n\t\t}\n\t}\n}\n', 'filename': '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs'}
2020-11-20 15:04:53,770 - DEBUG - Starting new HTTP connection (1): localhost:42459
2020-11-20 15:04:54,034 - DEBUG - http://localhost:42459 "POST /codecheck HTTP/1.1" 200 None
2020-11-20 15:04:54,035 - DEBUG - RX: {'QuickFixes': [{'LogLevel': 'Error', 'Id': 'CS1001', 'Tags': [], 'FileName': '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs', 'Line': 10, 'Column': 12, 'EndLine': 10, 'EndColumn': 12, 'Text': 'Identifier expected', 'Projects': ['testy']}, {'LogLevel': 'Error', 'Id': 'CS1002', 'Tags': [], 'FileName': '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs', 'Line': 10, 'Column': 12, 'EndLine': 10, 'EndColumn': 12, 'Text': '; expected', 'Projects': ['testy']}, {'LogLevel': 'Error', 'Id': 'CS0117', 'Tags': [], 'FileName': '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs', 'Line': 11, 'Column': 1, 'EndLine': 11, 'EndColumn': 1, 'Text': "'Console' does not contain a definition for ''", 'Projects': ['testy']}, {'LogLevel': 'Warning', 'Id': 'CS0219', 'Tags': [], 'FileName': '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs', 'Line': 9, 'Column': 8, 'EndLine': 9, 'EndColumn': 9, 'Text': "The variable '九' is assigned but its value is never used", 'Projects': ['testy']}]}
2020-11-20 15:04:57,048 - INFO - Received debug info request
2020-11-20 15:05:02,041 - INFO - Received debug info request
2020-11-20 15:05:05,563 - INFO - Received debug info request
2020-11-20 15:05:09,432 - INFO - Received debug info request
2020-11-20 15:05:14,780 - INFO - Received debug info request
2020-11-20 15:05:46,342 - INFO - Received completion request
2020-11-20 15:05:46,342 - DEBUG - Using filetype completion: True
2020-11-20 15:05:46,342 - DEBUG - TX (/autocomplete): {'line': 10, 'column': 12, 'buffer': 'using System;\n\nnamespace testy\n{\n\tclass MainClass\n\t{\n\t\tpublic static void Main (string[] args)\n\t\t{\n\t\t\tint 九 = 9;\n\t\t\tConsole.\n\t\t}\n\t}\n}\n', 'filename': '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs', 'WantSnippet': False, 'WantKind': True, 'WantReturnType': False, 'WantDocumentationForEveryCompletionResult': True}
2020-11-20 15:05:46,343 - DEBUG - Starting new HTTP connection (1): localhost:42459
2020-11-20 15:05:46,705 - INFO - Received completion request
2020-11-20 15:05:46,706 - DEBUG - Using filetype completion: True
2020-11-20 15:05:46,706 - DEBUG - TX (/autocomplete): {'line': 10, 'column': 12, 'buffer': 'using System;\n\nnamespace testy\n{\n\tclass MainClass\n\t{\n\t\tpublic static void Main (string[] args)\n\t\t{\n\t\t\tint 九 = 9;\n\t\t\tConsole.\n\t\t}\n\t}\n}\n', 'filename': '/home/bstaletic/.vim/pack/bundle/start/YouCompleteMe/third_party/ycmd/ycmd/tests/cs/testdata/testy/Program.cs', 'WantSnippet': False, 'WantKind': True, 'WantReturnType': False, 'WantDocumentationForEveryCompletionResult': True}
2020-11-20 15:05:46,707 - DEBUG - Starting new HTTP connection (1): localhost:42459
2020-11-20 15:05:46,931 - DEBUG - http://localhost:42459 "POST /autocomplete HTTP/1.1" 200 None
2020-11-20 15:05:46,931 - DEBUG - http://localhost:42459 "POST /autocomplete HTTP/1.1" 200 None
2020-11-20 15:05:46,947 - DEBUG - RX: [{'CompletionText': 'BackgroundColor', 'Description': '', 'DisplayText': 'BackgroundColor', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Beep', 'Description': '', 'DisplayText': 'Beep()', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Beep', 'Description': '', 'DisplayText': 'Beep(int frequency, int duration)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'BufferHeight', 'Description': '', 'DisplayText': 'BufferHeight', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'BufferWidth', 'Description': '', 'DisplayText': 'BufferWidth', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'CancelKeyPress', 'Description': '', 'DisplayText': 'CancelKeyPress', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Event', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'CapsLock', 'Description': '', 'DisplayText': 'CapsLock', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Clear', 'Description': '', 'DisplayText': 'Clear()', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'CursorLeft', 'Description': '', 'DisplayText': 'CursorLeft', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'CursorSize', 'Description': '', 'DisplayText': 'CursorSize', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'CursorTop', 'Description': '', 'DisplayText': 'CursorTop', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'CursorVisible', 'Description': '', 'DisplayText': 'CursorVisible', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Equals', 'Description': '', 'DisplayText': 'Equals(object objA, object objB)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Error', 'Description': '', 'DisplayText': 'Error', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'ForegroundColor', 'Description': '', 'DisplayText': 'ForegroundColor', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'In', 'Description': '', 'DisplayText': 'In', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'InputEncoding', 'Description': '', 'DisplayText': 'InputEncoding', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'KeyAvailable', 'Description': '', 'DisplayText': 'KeyAvailable', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'LargestWindowHeight', 'Description': '', 'DisplayText': 'LargestWindowHeight', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'LargestWindowWidth', 'Description': '', 'DisplayText': 'LargestWindowWidth', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'MoveBufferArea', 'Description': '', 'DisplayText': 'MoveBufferArea(int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'MoveBufferArea', 'Description': '', 'DisplayText': 'MoveBufferArea(int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop, char sourceChar, ConsoleColor sourceForeColor, ConsoleColor sourceBackColor)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'NumberLock', 'Description': '', 'DisplayText': 'NumberLock', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'OpenStandardError', 'Description': '', 'DisplayText': 'OpenStandardError()', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'OpenStandardError', 'Description': '', 'DisplayText': 'OpenStandardError(int bufferSize)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'OpenStandardInput', 'Description': '', 'DisplayText': 'OpenStandardInput()', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'OpenStandardInput', 'Description': '', 'DisplayText': 'OpenStandardInput(int bufferSize)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'OpenStandardOutput', 'Description': '', 'DisplayText': 'OpenStandardOutput()', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'OpenStandardOutput', 'Description': '', 'DisplayText': 'OpenStandardOutput(int bufferSize)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Out', 'Description': '', 'DisplayText': 'Out', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'OutputEncoding', 'Description': '', 'DisplayText': 'OutputEncoding', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Read', 'Description': '', 'DisplayText': 'Read()', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'ReadKey', 'Description': '', 'DisplayText': 'ReadKey()', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'ReadKey', 'Description': '', 'DisplayText': 'ReadKey(bool intercept)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'ReadLine', 'Description': '', 'DisplayText': 'ReadLine()', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'ReferenceEquals', 'Description': '', 'DisplayText': 'ReferenceEquals(object objA, object objB)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'ResetColor', 'Description': '', 'DisplayText': 'ResetColor()', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'SetBufferSize', 'Description': '', 'DisplayText': 'SetBufferSize(int width, int height)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'SetCursorPosition', 'Description': '', 'DisplayText': 'SetCursorPosition(int left, int top)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'SetError', 'Description': '', 'DisplayText': 'SetError(TextWriter newError)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'SetIn', 'Description': '', 'DisplayText': 'SetIn(TextReader newIn)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'SetOut', 'Description': '', 'DisplayText': 'SetOut(TextWriter newOut)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'SetWindowPosition', 'Description': '', 'DisplayText': 'SetWindowPosition(int left, int top)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'SetWindowSize', 'Description': '', 'DisplayText': 'SetWindowSize(int width, int height)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Title', 'Description': '', 'DisplayText': 'Title', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'TreatControlCAsInput', 'Description': '', 'DisplayText': 'TreatControlCAsInput', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WindowHeight', 'Description': '', 'DisplayText': 'WindowHeight', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WindowLeft', 'Description': '', 'DisplayText': 'WindowLeft', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WindowTop', 'Description': '', 'DisplayText': 'WindowTop', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WindowWidth', 'Description': '', 'DisplayText': 'WindowWidth', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(bool value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(char value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(char[] buffer)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(char[] buffer, int index, int count)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(decimal value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(double value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(float value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(int value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(long value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(object value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(string format, object arg0)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(string format, object arg0, object arg1)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(string format, object arg0, object arg1, object arg2)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(string format, object arg0, object arg1, object arg2, object arg3)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(string format, params object[] arg)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(string value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(uint value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(ulong value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine()', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(bool value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(char value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(char[] buffer)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(char[] buffer, int index, int count)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(decimal value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(double value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(float value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(int value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(long value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(object value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(string format, object arg0)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(string format, object arg0, object arg1)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(string format, object arg0, object arg1, object arg2)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(string format, object arg0, object arg1, object arg2, object arg3)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(string format, params object[] arg)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(string value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(uint value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(ulong value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}]
2020-11-20 15:05:46,950 - DEBUG - RX: [{'CompletionText': 'BackgroundColor', 'Description': '', 'DisplayText': 'BackgroundColor', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Beep', 'Description': '', 'DisplayText': 'Beep()', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Beep', 'Description': '', 'DisplayText': 'Beep(int frequency, int duration)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'BufferHeight', 'Description': '', 'DisplayText': 'BufferHeight', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'BufferWidth', 'Description': '', 'DisplayText': 'BufferWidth', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'CancelKeyPress', 'Description': '', 'DisplayText': 'CancelKeyPress', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Event', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'CapsLock', 'Description': '', 'DisplayText': 'CapsLock', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Clear', 'Description': '', 'DisplayText': 'Clear()', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'CursorLeft', 'Description': '', 'DisplayText': 'CursorLeft', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'CursorSize', 'Description': '', 'DisplayText': 'CursorSize', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'CursorTop', 'Description': '', 'DisplayText': 'CursorTop', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'CursorVisible', 'Description': '', 'DisplayText': 'CursorVisible', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Equals', 'Description': '', 'DisplayText': 'Equals(object objA, object objB)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Error', 'Description': '', 'DisplayText': 'Error', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'ForegroundColor', 'Description': '', 'DisplayText': 'ForegroundColor', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'In', 'Description': '', 'DisplayText': 'In', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'InputEncoding', 'Description': '', 'DisplayText': 'InputEncoding', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'KeyAvailable', 'Description': '', 'DisplayText': 'KeyAvailable', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'LargestWindowHeight', 'Description': '', 'DisplayText': 'LargestWindowHeight', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'LargestWindowWidth', 'Description': '', 'DisplayText': 'LargestWindowWidth', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'MoveBufferArea', 'Description': '', 'DisplayText': 'MoveBufferArea(int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'MoveBufferArea', 'Description': '', 'DisplayText': 'MoveBufferArea(int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop, char sourceChar, ConsoleColor sourceForeColor, ConsoleColor sourceBackColor)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'NumberLock', 'Description': '', 'DisplayText': 'NumberLock', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'OpenStandardError', 'Description': '', 'DisplayText': 'OpenStandardError()', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'OpenStandardError', 'Description': '', 'DisplayText': 'OpenStandardError(int bufferSize)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'OpenStandardInput', 'Description': '', 'DisplayText': 'OpenStandardInput()', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'OpenStandardInput', 'Description': '', 'DisplayText': 'OpenStandardInput(int bufferSize)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'OpenStandardOutput', 'Description': '', 'DisplayText': 'OpenStandardOutput()', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'OpenStandardOutput', 'Description': '', 'DisplayText': 'OpenStandardOutput(int bufferSize)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Out', 'Description': '', 'DisplayText': 'Out', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'OutputEncoding', 'Description': '', 'DisplayText': 'OutputEncoding', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Read', 'Description': '', 'DisplayText': 'Read()', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'ReadKey', 'Description': '', 'DisplayText': 'ReadKey()', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'ReadKey', 'Description': '', 'DisplayText': 'ReadKey(bool intercept)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'ReadLine', 'Description': '', 'DisplayText': 'ReadLine()', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'ReferenceEquals', 'Description': '', 'DisplayText': 'ReferenceEquals(object objA, object objB)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'ResetColor', 'Description': '', 'DisplayText': 'ResetColor()', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'SetBufferSize', 'Description': '', 'DisplayText': 'SetBufferSize(int width, int height)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'SetCursorPosition', 'Description': '', 'DisplayText': 'SetCursorPosition(int left, int top)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'SetError', 'Description': '', 'DisplayText': 'SetError(TextWriter newError)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'SetIn', 'Description': '', 'DisplayText': 'SetIn(TextReader newIn)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'SetOut', 'Description': '', 'DisplayText': 'SetOut(TextWriter newOut)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'SetWindowPosition', 'Description': '', 'DisplayText': 'SetWindowPosition(int left, int top)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'SetWindowSize', 'Description': '', 'DisplayText': 'SetWindowSize(int width, int height)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Title', 'Description': '', 'DisplayText': 'Title', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'TreatControlCAsInput', 'Description': '', 'DisplayText': 'TreatControlCAsInput', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WindowHeight', 'Description': '', 'DisplayText': 'WindowHeight', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WindowLeft', 'Description': '', 'DisplayText': 'WindowLeft', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WindowTop', 'Description': '', 'DisplayText': 'WindowTop', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WindowWidth', 'Description': '', 'DisplayText': 'WindowWidth', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Property', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(bool value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(char value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(char[] buffer)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(char[] buffer, int index, int count)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(decimal value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(double value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(float value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(int value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(long value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(object value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(string format, object arg0)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(string format, object arg0, object arg1)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(string format, object arg0, object arg1, object arg2)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(string format, object arg0, object arg1, object arg2, object arg3)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(string format, params object[] arg)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(string value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(uint value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'Write', 'Description': '', 'DisplayText': 'Write(ulong value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine()', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(bool value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(char value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(char[] buffer)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(char[] buffer, int index, int count)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(decimal value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(double value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(float value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(int value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(long value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(object value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(string format, object arg0)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(string format, object arg0, object arg1)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(string format, object arg0, object arg1, object arg2)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(string format, object arg0, object arg1, object arg2, object arg3)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(string format, params object[] arg)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(string value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(uint value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}, {'CompletionText': 'WriteLine', 'Description': '', 'DisplayText': 'WriteLine(ulong value)', 'RequiredNamespaceImport': None, 'MethodHeader': None, 'ReturnType': None, 'Snippet': None, 'Kind': 'Method', 'IsSuggestionMode': False, 'Preselect': False}]
2020-11-20 15:05:47,938 - INFO - Received event notification
2020-11-20 15:05:47,938 - DEBUG - Event name: InsertLeave
2020-11-20 15:05:50,209 - INFO - Received debug info request
2020-11-20 15:06:44,514 - INFO - Received debug info request
2020-11-20 15:06:49,313 - INFO - Received debug info request
2020-11-20 15:06:53,008 - INFO - Received debug info request
2020-11-20 15:06:57,680 - INFO - Received debug info request
serving on http://localhost:37387
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment