File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " ide-python" ,
33 "main" : " ./lib/main" ,
4- "version" : " 0.1.1 " ,
4+ "version" : " 0.2.0 " ,
55 "description" : " Python language support for Atom-IDE" ,
66 "keywords" : [
77 " atom-ide" ,
2020 "atom-languageclient" : " ^0.6.4" ,
2121 "shell-env" : " ^0.3.0"
2222 },
23- "enhancedScopes" : [" source.python" ],
23+ "enhancedScopes" : [
24+ " source.python"
25+ ],
2426 "configSchema" : {
2527 "pylsPath" : {
2628 "title" : " Python Language Server Path" ,
119121 "title" : " Threshold" ,
120122 "type" : " number" ,
121123 "default" : 15 ,
122- "description" :
123- " The minimum threshold that triggers warnings about cyclomatic complexity."
124+ "description" : " The minimum threshold that triggers warnings about cyclomatic complexity."
124125 }
125126 }
126127 },
You can’t perform that action at this time.
0 commit comments