File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
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" : [
You can’t perform that action at this time.
0 commit comments