Amjad Ben Hedhili
Amjad Ben Hedhili
There's this read https://tim.mcnamara.nz/post/176613307022/iocp-and-stdio also this: https://github.com/cheatfate/asynctools/blob/master/asynctools/asyncpipe.nim
I guess this is a problem of nimsuggest, I tried to find the code related but I couldn't (quick search though :)), maybe you can have a look at it...
This is now fixed and backported to 1.6.
I already implemented some json schemas for common sublime formats https://github.com/AmjadHD/sublime_json_schemas, but theme files are not easy with the current json schema draft.
configuration have already been added to the client's docs https://github.com/tomv564/LSP/commit/7a73721508d731cf72a3d94a1b4bc37c22731079
I already used the absolute path to the python file that i'm testing, but it didn't work.
I set `should_log_info` to `True` ``` :Starting process: ['node', 'C:\\Users\\Lehdhili\\AppData\\Roaming\\Sublime Text 3\\Packages/Debugger/data/debug_adapters/vscode-python/extension/out/client/debugger/debugAdapter/main.js'] debugger.info starting debugger... :> {"seq":1,"type":"response","request_seq":1,"command":"initialize","success":true,"body":{"supportsExceptionInfoRequest":true,"supportsConfigurationDoneRequest":true,"supportsDelayedStackTraceLoading":true,"supportsConditionalBreakpoints":true,"supportsSetVariable":true,"supportsExceptionOptions":true,"supportsGotoTargetsRequest":true,"supportsEvaluateForHovers":true,"supportsModulesRequest":true,"supportsValueFormattingOptions":true,"supportsHitConditionalBreakpoints":true,"supportsSetExpression":true,"supportsLogPoints":true,"supportTerminateDebuggee":true,"supportsCompletionsRequest":true,"exceptionBreakpointFilters":[{"filter":"raised","label":"Raised Exceptions","default":false},{"filter":"uncaught","label":"Uncaught Exceptions","default":true}]}}
when I looked at the python adapter, I found that the zip folder is corrupt, it wasn't downloaded successfully, so I downloaded it manually from https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/latest/vspackage then I extracted, renamed...
I think this is something that should be controllable by the user, Although this is suitable for many users, many others would wish to disable it, for instance atom and...
yes tried with safe mode it's not blocking, I already know that plugins are slowing the preview (It's probably LSP with vscode-html language server), but anyway that's a part of...