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: README.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,11 @@ to file an issue on our GitHub repository:
98
98
Make sure to fill in the information that is requested in the issue template as it
99
99
will help us investigate the problem more quickly.
100
100
101
-
> Note To automatically create a bug report from within the extension run the *"Report a problem on GitHub"* command. Some basic information about your instance and powershell versions will be collected and inserted into a new GitHub issue.
101
+
To automatically create a bug report from within the extension, open the Command pallet (<kbd>Ctrl</kbd>/<kbd>Cmd</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd>) and run the *"Report a problem on GitHub"* command. Some basic information about your instance and powershell versions will be collected and inserted into a new GitHub issue.
102
+
103
+
NOTE: If you believe that there is a security vulnerability in the PowerShell extension for VSCode,
104
+
it **must** be reported to [secure@microsoft.com](https://technet.microsoft.com/security/ff852094.aspx) to allow for [Coordinated Vulnerability Disclosure](https://technet.microsoft.com/security/dn467923).
105
+
**Only** file an issue, if secure@microsoft.com has confirmed filing an issue is appropriate.
102
106
103
107
### 2. Capture verbose logs and send them to us
104
108
@@ -115,6 +119,8 @@ that, zip up the logs in the corresponding folder for your operating system:
-**Linux and macOS**: `~/.vscode/extensions/ms-vscode.PowerShell-<CURRENT VERSION>/logs`
117
121
122
+
Alternatively, you can open the log folder using the Command pallet (<kbd>Ctrl</kbd>/<kbd>Cmd</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd>) and running the *"Open powerShell Extension Logs Folder"* command.
123
+
118
124
You have two options for sending us the logs:
119
125
120
126
1. If you are editing scripts that contain sensitive information (intellectual property,
0 commit comments