Skip to content

Commit 5847482

Browse files
committed
0.3.0
1 parent ca0968f commit 5847482

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vsc-python-indent",
33
"displayName": "Python Indent",
44
"description": "Correct python indentation.",
5-
"version": "0.2.2",
5+
"version": "0.3.0",
66
"engines": {
77
"vscode": "^1.30.0"
88
},
@@ -17,9 +17,9 @@
1717
],
1818
"icon": "static/logo.png",
1919
"activationEvents": [
20-
"onLanguage:python",
21-
"onLanguage:jupyter",
22-
"onDebugResolve:python",
20+
"onLanguage:python",
21+
"onLanguage:jupyter",
22+
"onDebugResolve:python",
2323
"onCommand:extension.newlineAndIndent"
2424
],
2525
"main": "./out/extension.js",

0 commit comments

Comments
 (0)