Skip to content

Commit 5dd017d

Browse files
committed
Fix variable name for flake8Path's description
Add missing p in variable name , probably it is gone because of copy paste error
1 parent aadb2c4 commit 5dd017d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@
614614
},
615615
"python.linting.flake8Path": {
616616
"default": "flake8",
617-
"description": "%ython.linting.flake8Path.description%",
617+
"description": "%python.linting.flake8Path.description%",
618618
"scope": "machine-overridable",
619619
"type": "string"
620620
},

0 commit comments

Comments
 (0)