You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/azure_data_studio/README_FOR_MARKETPLACE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
[](https://gitter.im/PowerShell/vscode-powershell?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
6
6
7
7
This extension provides rich PowerShell language support for [Azure Data Studio](github.com/Microsoft/azuredatastudio).
8
-
Now you can write and debug PowerShell scripts using the excellent IDE-like interface
8
+
Now you can write and run PowerShell scripts using the excellent IDE-like interface
To build a preview version of the extension, that is to say,
51
-
a version of the extension named "PowerShell Preview",
52
-
You can simply change the `name` in the package.json to include `-Preview` at the end.
53
-
When you build, this will:
54
-
55
-
- Add a warning to the top of the README.md to warn users not to have the stable and preview version enabled at the same time
56
-
- Adds "Preview" in a few places in the package.json
57
-
58
-
This mechanism is mostly used for releases
59
-
60
48
## Contributing Snippets
61
49
62
50
For more information on contributing snippets please read our [snippet requirements](https://github.com/PowerShell/vscode-powershell/blob/master/docs/community_snippets.md#contributing).
Copy file name to clipboardExpand all lines: docs/troubleshooting.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -42,9 +42,9 @@ and you can ask for new features [in their repository](https://github.com/Micros
42
42
- Highlighting/completions/command history don't work as I expect in the
43
43
Integrated Console - [#535]
44
44
- 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.
48
48
- Command history is not preserved when debugging in the Integrated Console -
49
49
[#550]
50
50
- 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
61
61
- "Go to Definition" doesn't work through module imports - [#499]
62
62
- Again this is a best-effort task.
63
63
- 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)
66
65
- My command that opens a dialog does nothing - [#410 (comment)]
67
66
- Check that the dialog hasn't opened behind VSCode. This is a known
68
67
[VSCode issue].
@@ -76,6 +75,7 @@ and you can ask for new features [in their repository](https://github.com/Micros
76
75
may be opportunities to improve our integration with it in the
77
76
[PowerShell Extension] too.
78
77
-`Write-Progress` doesn't output to the console - [#140]
78
+
-`Write-Progress` is available in the PowerShell Preview Extension
79
79
80
80
## Reporting an Issue
81
81
@@ -133,7 +133,8 @@ For solving most issues, the following information is important to provide:
133
133
134
134
### Logs
135
135
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**
137
138
138
139
- Before sending through logs, try and reproduce the issue with
139
140
**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
0 commit comments