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 e82713a commit 0d64dcfCopy full SHA for 0d64dcf
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "ide-python",
3
"main": "./lib/main",
4
- "version": "0.0.0",
+ "version": "0.0.1",
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
"consumedServices": {
19
"linter-indie": {
20
"versions": {
0 commit comments