From fd9d8df592baa4a3dd2bf0a1dbc482b2efe8350a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kozakiewicz?= Date: Sat, 4 Sep 2021 16:21:38 +0200 Subject: [PATCH] note about the powershell editor services setting I propose this additional note as VSCode does not recognize this setting. The result is: 'Unknown Configuration Setting'. https://github.com/PowerShell/vscode-powershell/issues/3543#issuecomment-912820273 --- docs/troubleshooting.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index a82caeb0f0..4bc73f3abb 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -263,6 +263,8 @@ In some cases, getting to the bottom of a bug will require looking at the payloa ```json "powershell editor services.trace.server":"verbose" ``` + +> NOTE: While VSCode will not recognize and highlight it, it is a valid option and enables tracer logs on the server. - Restart Visual Studio Code and reproduce the issue.