mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Both alt autocomplete-python providers point to ac-python
This commit is contained in:
@@ -246,7 +246,7 @@
|
||||
},
|
||||
"autocomplete-jedi": {
|
||||
"hasAlternative": true,
|
||||
"alternative": "autocomplete-plus-python-jedi"
|
||||
"alternative": "autocomplete-python"
|
||||
},
|
||||
"autocomplete-paths": {
|
||||
"version": "<=1.0.1",
|
||||
@@ -268,6 +268,10 @@
|
||||
"hasDeprecations": true,
|
||||
"latestHasDeprecations": true
|
||||
},
|
||||
"autocomplete-plus-python-jedi": {
|
||||
"hasAlternative": true,
|
||||
"alternative": "autocomplete-python"
|
||||
},
|
||||
"autocomplete-snippets": {
|
||||
"version": "<=1.0.0",
|
||||
"hasDeprecations": true,
|
||||
|
||||
Reference in New Issue
Block a user