From 5dd017d0a373df365bd978a3756da6ac2943b9fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Fad=C4=B1l=20USTA?= Date: Thu, 16 Jun 2022 00:51:58 +0300 Subject: [PATCH] Fix variable name for flake8Path's description Add missing p in variable name , probably it is gone because of copy paste error --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5789bc5ff8fd..6c0577f72b6e 100644 --- a/package.json +++ b/package.json @@ -614,7 +614,7 @@ }, "python.linting.flake8Path": { "default": "flake8", - "description": "%ython.linting.flake8Path.description%", + "description": "%python.linting.flake8Path.description%", "scope": "machine-overridable", "type": "string" },