diff options
Diffstat (limited to 'settings.json')
-rw-r--r-- | settings.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/settings.json b/settings.json index 0265c0d..bf6c978 100644 --- a/settings.json +++ b/settings.json @@ -147,6 +147,12 @@ { "command": "pyls", "requires": [ + "py" + ] + }, + { + "command": "pyls", + "requires": [ "python3" ] } |