瀏覽代碼

Use python3 for vimspector

Ben Jackson 4 年之前
父節點
當前提交
4bc67bb9d0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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'"
           }
         },
         {