From f1656ee6787f2459c191f3c42ecb328491c545cd Mon Sep 17 00:00:00 2001 From: Tsuyoshi CHO Date: Thu, 26 Dec 2019 00:00:37 +0900 Subject: Windows native python3(python.exe) and MSYS2 python3 support --- settings.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'settings.json') diff --git a/settings.json b/settings.json index 992d02d..27d76d6 100644 --- a/settings.json +++ b/settings.json @@ -40,6 +40,12 @@ } ], "python": [ + { + "command": "pyls", + "requires": [ + "py" + ] + }, { "command": "pyls", "requires": [ -- cgit v1.2.3-54-g00ecf