Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ae4eb1e

Browse files
ijreandyleejordan
authored andcommittedMay 20, 2024
Fix lang server tracing option to use markdownDescription
1 parent 4d05ffc commit ae4eb1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@
10091009
"verbose"
10101010
],
10111011
"default": "off",
1012-
"description": "Traces the communication between VS Code and the PowerShell Editor Services language server. **This setting is only meant for extension developers!**"
1012+
"markdownDescription": "Traces the communication between VS Code and the PowerShell Editor Services language server. **This setting is only meant for extension developers!**"
10131013
}
10141014
}
10151015
},

0 commit comments

Comments
 (0)
Please sign in to comment.