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 1c01e72..1e4b8a6 100644 --- a/settings.json +++ b/settings.json @@ -181,6 +181,12 @@ { "command": "pyls", "requires": [ + "py" + ] + }, + { + "command": "pyls", + "requires": [ "python3" ] } |