Skip to content

Commit 7553bb9

Browse files
authored
Update ISSUE_TEMPLATE.md (#2030)
1 parent a60c1c5 commit 7553bb9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ISSUE_TEMPLATE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@
1111
* VS Code version and if you are using the Insiders build
1212
* C/C++ extension version
1313
* Other extensions you installed and if the issue persists after disabling them
14-
* step-by-step instructions to reproduce the issue
14+
* Step-by-step instructions to reproduce the issue
1515
* A small code sample, zipped up project, or open source repo we can use to verify the bug
1616
* Relevant settings from your settings.json, c_cpp_properties.json, and/or launch.json files
1717
* Any log messages present in the Output window (use "C_Cpp.loggingLevel": "Information" in settings.json)
1818
* Debugger logs (use "logging": { "engineLogging": true } in your launch.json)
1919
20+
Call Stacks: For bugs like crashes, deadlocks, infinite loops, etc. that we are not able to repro and for which the call stack may be useful, please attach a debugger and/or create a dmp and provide the call stacks. Starting with 0.17.3, Windows binaries have symbols available in VS Code by setting your "symbolSearchPath" to "http://msdl.microsoft.com/download/symbols".
21+
2022
Please also take a look at our documentation, as we may already have answers for your questions:
2123
* https://github.com/Microsoft/vscode-cpptools/tree/master/Documentation
2224

0 commit comments

Comments
 (0)