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/troubleshooting.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,22 +16,22 @@ Azure Data Studio tracks issues and feature requests using on a [GitHub reposito
16
16
17
17
## If you've experienced any issue
18
18
19
-
Report issues to [Github Issue Tracker](https://github.com/Microsoft/azuredatastudio/issues) and let us know any details that will help reproduce the error. Please include any [log information](#how-to-set-the-logging-level) from the log file.
19
+
Report issues to [GitHub Issue Tracker](https://github.com/Microsoft/azuredatastudio/issues) and let us know any details that will help reproduce the error. Include any [log information](#how-to-set-the-logging-level) from the log file.
20
20
21
21
## Writing good bug reports and feature requests
22
22
23
23
File a single issue per problem and feature request.
24
24
25
-
*Do not enumerate multiple bugs or feature requests in the same issue.
26
-
*Do not add your issue as a comment to an existing issue unless it's for the identical input. Many issues look similar, but have different causes.
25
+
*Don't enumerate multiple bugs or feature requests in the same issue.
26
+
*Don't add your issue as a comment to an existing issue unless it's for the identical input. Many issues look similar, but have different causes.
27
27
28
28
The more information you can provide, the more likely someone will be successful reproducing the issue and finding a fix.
29
29
30
-
Please include the following with each issue.
30
+
Include the following information with each issue:
31
31
32
32
* Version of Azure Data Studio
33
33
* Reproducible steps (1... 2... 3...) and what you expected versus what you actually saw.
34
-
* Images, animations, or a link to a video. Note that images and animations illustrate repro-steps but *do not* replace them.
34
+
* Images, animations, or a link to a video. Images and animations illustrate repro-steps but don't replace them.
35
35
* A code snippet that demonstrates the issue or a link to a code repository we can easily pull down onto our machine to recreate the issue.
36
36
37
37
> [!NOTE]
@@ -55,21 +55,21 @@ If you want to enable debug logging for startup then set the log level to `Debug
55
55
56
56
### MSSQL (Built-In Extension)
57
57
58
-
If the `Mssql: Log Debug Info` user setting is set to true then debug log info will be sent to the `MSSQL` output channel.
58
+
If the `Mssql: Log Debug Info` user setting is set to true, then debug log info will be sent to the `MSSQL` output channel.
59
59
60
60
The `Mssql: Tracing Level` user setting is used to control the verbosity of the logging.
61
61
62
62
## Debug log location
63
-
From Azure Data Studio run the `Developer: Open Logs Folder` command to open the path to the logs. There's many different type of log files that write there, a few of the commonly used ones are:
63
+
From Azure Data Studio, run the `Developer: Open Logs Folder` command to open the path to the logs. There's many different types of log files that write there, a few of the commonly used ones are:
64
64
65
-
1.`renderer#.log` (e.g. renderer1.log) - this is the log file for the main process.
66
-
1.`telemetry.log` - When the log level is set to `Trace` this will contain the telemetry events sent by Azure Data Studio
65
+
1.`renderer#.log` (for example, renderer1.log) - this file is the log file for the main process.
66
+
1.`telemetry.log` - When the log level is set to `Trace` this file will contain the telemetry events sent by Azure Data Studio
67
67
1.`exthost#/exthost.log` - Log file for the extension host process (this is only the process itself, not the extensions running inside it)
68
-
1.`exthost#/Microsoft.mssql` - Logs for the mssql extension which contains much of the core logic for MSSQLrelated features
68
+
1.`exthost#/Microsoft.mssql` - Logs for the mssql extension, which contains much of the core logic for MSSQL-related features
69
69
* sqltools.log is the log for SQL Tools Service
70
70
1.`exthost#/output_logging_#######` - these folders contain the messages displayed in the `Output` panel in Azure Data Studio. Each file is named `#-<Channel Name>` so for example the `Notebooks` output channel may output to a file named `3-Notebooks.log`.
71
71
72
-
If asked to provide logs please zip up the entire folder to ensure that the correct logs are included.
72
+
If you are asked to provide logs, zip up the entire folder to ensure that the correct logs are included.
73
73
74
74
## Next Steps
75
75
-[Report an issue](https://github.com/Microsoft/azuredatastudio/issues)
0 commit comments