File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -33,18 +33,12 @@ To help diagnose your issue, the following details are helpful:
33
33
34
34
To get this information, run the following expression in your Integrated Console and paste the output here inside the backticks below:
35
35
36
- & {"### VSCode version: $(code -v)"
37
- "`n### VSCode extensions:`n$(code --list-extensions --show-versions | Out-String)"
38
- "`n### PSES version: $($pseditor.EditorServicesVersion)"
39
- "`n### PowerShell version:`n$($PSVersionTable | Out-String)"}
36
+ & {"### VSCode version: $(code -v)"; "`n### VSCode extensions:`n$(code --list-extensions --show-versions | Out-String)"; "`n### PSES version: $($pseditor.EditorServicesVersion)"; "`n### PowerShell version:`n$($PSVersionTable | Out-String)"}
40
37
41
38
42
39
If you are running VSCode Insiders, use this expression instead (and paste the result inside the backticks):
43
40
44
- & {"### VSCode version: $(code-insiders -v)"
45
- "`n### VSCode extensions:`n$(code-insiders --list-extensions --show-versions | Out-String)"
46
- "`n### PSES version: $($pseditor.EditorServicesVersion)"
47
- "`n### PowerShell version:`n$($PSVersionTable | Out-String)"}
41
+ & {"### VSCode version: $(code-insiders -v)"; "`n### VSCode extensions:`n$(code-insiders --list-extensions --show-versions | Out-String)"; "`n### PSES version: $($pseditor.EditorServicesVersion)"; "`n### PowerShell version:`n$($PSVersionTable | Out-String)"}
48
42
49
43
-->
50
44
You can’t perform that action at this time.
0 commit comments