mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fix spacing for log message (#13942)
This commit is contained in:
10
.github/label-actions.yml
vendored
10
.github/label-actions.yml
vendored
@@ -1,17 +1,27 @@
|
|||||||
Needs Logs:
|
Needs Logs:
|
||||||
comment: "We need more info to debug your particular issue. If you could attach your logs to the issue (ensure no private data is in them), it would help us fix the issue much faster.
|
comment: "We need more info to debug your particular issue. If you could attach your logs to the issue (ensure no private data is in them), it would help us fix the issue much faster.
|
||||||
|
|
||||||
|
|
||||||
There are two types of logs to collect:
|
There are two types of logs to collect:
|
||||||
|
|
||||||
|
|
||||||
**Console Logs**
|
**Console Logs**
|
||||||
|
|
||||||
|
|
||||||
- Open Developer Tools (Help -> Toggle Developer Tools)
|
- Open Developer Tools (Help -> Toggle Developer Tools)
|
||||||
|
|
||||||
- Click the **Console** tab
|
- Click the **Console** tab
|
||||||
|
|
||||||
- Click in the log area and select all text (CTRL+A)
|
- Click in the log area and select all text (CTRL+A)
|
||||||
|
|
||||||
- Save this text into a file named console.log and attach it to this issue.
|
- Save this text into a file named console.log and attach it to this issue.
|
||||||
|
|
||||||
|
|
||||||
**Application Logs**
|
**Application Logs**
|
||||||
|
|
||||||
|
|
||||||
- Open command palette (Click **View** -> **Command Palette**)
|
- Open command palette (Click **View** -> **Command Palette**)
|
||||||
|
|
||||||
- Run the command: **`Developer: Open Logs Folder`**
|
- Run the command: **`Developer: Open Logs Folder`**
|
||||||
|
|
||||||
- This will open the log folder locally. Please zip up this folder and attach it to the issue."
|
- This will open the log folder locally. Please zip up this folder and attach it to the issue."
|
||||||
|
|||||||
Reference in New Issue
Block a user