We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6df9e commit aa05f8dCopy full SHA for aa05f8d
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "ide-python",
3
"main": "./lib/main",
4
- "version": "0.1.0",
+ "version": "0.1.1",
5
"description": "Python language support for Atom-IDE",
6
"keywords": [
7
"atom-ide",
@@ -20,7 +20,9 @@
20
"atom-languageclient": "^0.6.1",
21
"shell-env": "^0.3.0"
22
},
23
- "enhancedScopes": ["source.python"],
+ "enhancedScopes": [
24
+ "source.python"
25
+ ],
26
"configSchema": {
27
"pylsPath": {
28
"title": "Python Language Server Path",
0 commit comments