We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0bf069 commit 8d6836eCopy full SHA for 8d6836e
2 files changed
README.md
@@ -21,7 +21,7 @@ Linting can be customised with a `.pylintrc` file in the root of the current wor
21
* [x] Travis
22
* [ ] Debugging
23
* [x] Linting
24
- * [ ] Lint on save of file
+ * [x] Lint on save of file
25
* [ ] Intellisense
26
* [ ] Formatting
27
* [x] Snippets
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "python",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"displayName": "Python for VSCode",
5
"title": "Python for VSCode",
6
"description": "Python language extension for vscode",
0 commit comments