Skip to content

Commit 9812f54

Browse files
authored
Update troubleshooting.md
1 parent 964750d commit 9812f54

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/troubleshooting.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ and you can ask for new features [in their repository](https://github.com/Micros
4242
- Highlighting/completions/command history don't work as I expect in the
4343
Integrated Console - [#535]
4444
- The Integrated Console implements a [custom host]
45-
to work with VSCode, making it incompatible with
46-
[PSReadLine] (the module providing these features in regular PowerShell).
47-
Resolving this incompatibility is being actively worked on.
45+
to work with VSCode, meaning that functionality could be different than that of the regular host in the PowerShell Console
46+
- [PSReadLine] (the module providing these features in regular PowerShell) is available in the PowerShell Preview Extension, helping to bridge this gap
47+
- Making PSReadline fully available is being actively worked on.
4848
- Command history is not preserved when debugging in the Integrated Console -
4949
[#550]
5050
- This feature is also provided by [PSReadLine].
@@ -61,8 +61,7 @@ and you can ask for new features [in their repository](https://github.com/Micros
6161
- "Go to Definition" doesn't work through module imports - [#499]
6262
- Again this is a best-effort task.
6363
- Completions don't cycle when <kbd>Tab</kbd> is pressed like in the ISE - [#25]
64-
- VSCode itself provides the user experience for completions, and they
65-
currently don't allow us to customize this.
64+
- [Use the tab comletion settings in VSCode](https://docs.microsoft.com/en-us/powershell/scripting/components/vscode/how-to-replicate-the-ise-experience-in-vscode?view=powershell-6#tab-completion)
6665
- My command that opens a dialog does nothing - [#410 (comment)]
6766
- Check that the dialog hasn't opened behind VSCode. This is a known
6867
[VSCode issue].
@@ -76,6 +75,7 @@ and you can ask for new features [in their repository](https://github.com/Micros
7675
may be opportunities to improve our integration with it in the
7776
[PowerShell Extension] too.
7877
- `Write-Progress` doesn't output to the console - [#140]
78+
- `Write-Progress` is available in the PowerShell Preview Extension
7979

8080
## Reporting an Issue
8181

@@ -133,7 +133,8 @@ For solving most issues, the following information is important to provide:
133133

134134
### Logs
135135

136-
Logs provide context for what was happening when the issue occurred
136+
Logs provide context for what was happening when the issue occurred.
137+
**Note: You should skim through your logs for any sensitive information you would not like to share online**
137138

138139
- Before sending through logs, try and reproduce the issue with
139140
**log level set to Verbose** or **Diagnostic**. You can set this
@@ -148,7 +149,6 @@ Logs provide context for what was happening when the issue occurred
148149
```json
149150
"powershell.developer.editorServicesLogLevel": "Diagnostic"
150151
```
151-
152152
After you have captured the issue with the log level turned up,
153153
you may want to return it (since verbose logging can use disk space):
154154

@@ -171,7 +171,7 @@ Logs provide context for what was happening when the issue occurred
171171
For example:
172172

173173
```powershell
174-
$HOME/vscode/extensions/ms-vscode.powershell-1.8.4/logs
174+
$HOME/vscode/extensions/ms-vscode.powershell-2019.5.1/logs
175175
```
176176

177177
- In VSCode you can open and read the logs directly from the [Command Palette]

0 commit comments

Comments
 (0)