Skip to content

Commit edce8a6

Browse files
committed
Update Readme and description
1 parent 6ba00da commit edce8a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Version 1.1.0
2-
- Automatically reload extension on preference changes.
2+
- Automatically reload extension on preference changes (WIP)
33
- Minor bug fixes in Jedi workspace environment override.
44
- Add quick toggle to enable and disable line length checks (E501) with PyCodeStyle.
55

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ pip3 install 'python-language-server[all]'
5858

5959
## Contributing
6060

61-
Feel free to open PRs and Issues
61+
I would be extremely grateful if you could lend a hand in the development of this extension. PRs with new features and fixes would be greatly appreciated. Also, feel free to open bug reports.

extension.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"identifier": "works.creativecode.python-nova",
33
"name": "Python",
44
"organization": "CreativeCodeWorks",
5-
"description": "Full featured Python Plugin for Nova, supports Jedi Autocomplete, PyFlakes, PyLint, YAPF, Rope, McCabe and lots more.",
5+
"description": "Full featured Python Plugin for Nova— Supports Jedi Autocomplete, PyFlakes, PyLint, YAPF, Rope, McCabe and lots more. Under development.",
66
"version": "1.1.0",
77
"license": "MIT",
88
"categories": [

0 commit comments

Comments
 (0)