Skip to content

Commit

Permalink
Fix) Python Shell Integration setting should have markdown description (
Browse files Browse the repository at this point in the history
#24187)

Resolves: #24186 
Related: #23930
  • Loading branch information
anthonykim1 committed Sep 25, 2024
1 parent dd76d4f commit 30b7884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 30b7884

Please sign in to comment.