Browse Source

Use python3 for vimspector

Ben Jackson 4 năm trước cách đây
mục cha
commit
4bc67bb9d0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .vimspector.json

+ 1 - 1
.vimspector.json

@@ -6,7 +6,7 @@
       "variables": [
         {
           "python": {
-            "shell": "/bin/bash -c 'if [ -z \"${dollar}VIRTUAL_ENV\" ]; then echo $$(which python); else echo \"${dollar}VIRTUAL_ENV/bin/python\"; fi'"
+            "shell": "/bin/bash -c 'if [ -z \"${dollar}VIRTUAL_ENV\" ]; then echo $$(which python3); else echo \"${dollar}VIRTUAL_ENV/bin/python\"; fi'"
           }
         },
         {