Skip to content

Commit 654cc42

Browse files
committed
acrolinix changes
1 parent 381bad0 commit 654cc42

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

docs/azure-data-studio/troubleshooting.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@ Azure Data Studio tracks issues and feature requests using on a [GitHub reposito
1616

1717
## If you've experienced any issue
1818

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.
2020

2121
## Writing good bug reports and feature requests
2222

2323
File a single issue per problem and feature request.
2424

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.
2727

2828
The more information you can provide, the more likely someone will be successful reproducing the issue and finding a fix.
2929

30-
Please include the following with each issue.
30+
Include the following information with each issue:
3131

3232
* Version of Azure Data Studio
3333
* 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.
3535
* 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.
3636

3737
> [!NOTE]
@@ -55,21 +55,21 @@ If you want to enable debug logging for startup then set the log level to `Debug
5555

5656
### MSSQL (Built-In Extension)
5757

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.
5959

6060
The `Mssql: Tracing Level` user setting is used to control the verbosity of the logging.
6161

6262
## 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:
6464

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
6767
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 MSSQL related features
68+
1. `exthost#/Microsoft.mssql` - Logs for the mssql extension, which contains much of the core logic for MSSQL-related features
6969
* sqltools.log is the log for SQL Tools Service
7070
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`.
7171

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.
7373

7474
## Next Steps
7575
- [Report an issue](https://github.com/Microsoft/azuredatastudio/issues)

0 commit comments

Comments
 (0)