Skip to content

Commit 0ffb563

Browse files
🔧 Update VSCode minimum required version to 1.65.2
1 parent 7c1836c commit 0ffb563

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ You can customize the color theme by overriding the default color theme in your
114114
115115
## Release Notes
116116

117+
### 0.2.2
118+
119+
- Updated VSCode minimum required version to `1.65.2`
120+
117121
### 0.2.1
118122

119123
- Updated syntax highlighting for variables in Google, NumPy, and Sphinx syntaxes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "Python Docstring Highlighter",
55
"description": "Syntax highlighting for python docstring.",
66
"icon": "assets/icon.png",
7-
"version": "0.2.1",
7+
"version": "0.2.2",
88
"keywords": [
99
"python",
1010
"docstring",
@@ -29,7 +29,7 @@
2929
"url": "https://github.com/rodolphebarbanneau/python-docstring-highlighter/issues"
3030
},
3131
"engines": {
32-
"vscode": "^1.87.0"
32+
"vscode": "^1.65.2"
3333
},
3434
"publisher": "rodolphebarbanneau",
3535
"categories": [

0 commit comments

Comments
 (0)