Skip to content

Commit d7f42bf

Browse files
committed
Use stdio for codelldb transport
This is much faster to start up in practice and simpler, less error prone. THanks to vadimcn/codelldb#1135
1 parent 727fc41 commit d7f42bf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python3/vimspector/gadgets.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,9 +597,7 @@
597597
'type': 'CodeLLDB',
598598
"command": [
599599
"${gadgetDir}/CodeLLDB/adapter/codelldb",
600-
"--port", "${unusedLocalPort}"
601600
],
602-
"port": "${unusedLocalPort}",
603601
"configuration": {
604602
"type": "lldb",
605603
"name": "lldb",

0 commit comments

Comments
 (0)