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 745154e commit 674d592Copy full SHA for 674d592
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "ide-python",
3
"main": "./lib/main",
4
- "version": "0.0.1",
+ "version": "0.0.2",
5
"description": "Python language support for Atom-IDE",
6
"keywords": [],
7
"repository": "https://github.com/lgeiger/ide-python",
@@ -12,7 +12,9 @@
12
"dependencies": {
13
"atom-languageclient": "^0.6.1"
14
},
15
- "enhancedScopes": ["source.python"],
+ "enhancedScopes": [
16
+ "source.python"
17
+ ],
18
"configSchema": {
19
"pylsPath": {
20
"title": "Python Language Server Path",
0 commit comments