From 30b7884c7b385013e0c116e845548ec6d2d5d912 Mon Sep 17 00:00:00 2001 From: Anthony Kim <62267334+anthonykim1@users.noreply.github.com> Date: Tue, 24 Sep 2024 20:22:11 -0400 Subject: [PATCH] Fix) Python Shell Integration setting should have markdown description (#24187) Resolves: https://github.com/microsoft/vscode-python/issues/24186 Related: https://github.com/microsoft/vscode-python/issues/23930 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eb197afee69b..d14cea0917ed 100644 --- a/package.json +++ b/package.json @@ -660,7 +660,7 @@ }, "python.terminal.shellIntegration.enabled": { "default": false, - "description": "%python.terminal.shellIntegration.enabled.description%", + "markdownDescription": "%python.terminal.shellIntegration.enabled.description%", "scope": "resource", "type": "boolean", "tags": [