Skip to content

Reporting Issues

Akshita Agarwal edited this page Sep 24, 2018 · 3 revisions

The extension supports the command that populates the necessary information from the user's system into a new github issue and opens the preview in the user's default browser to preview and submit.

Report issue on GitHub

  • In VSCode, navigate to the View --> Command Palette menu or press Ctrl+Shift+P.

  • Select the option : CSharp: Start authoring a new issue on GitHub. This will open the github repository issues page with a new issue with all the necessary system information.

  • Fill in all the fields like "Expected Behavior", "Actual Behavior", "Steps to Reproduce".

  • OmniSharp log:

    • In VSCode, navigate to View-->Output or press Ctrl+Shift+U
    • In the output pane on the right, you should see an "OmniSharp log" in the drop-down
    • Paste the output from here to the "OmniSharp log" section

    OmniSharp log

  • C# log: The output from C# log can be found in a similar way as above.

  • Hit "Submit".

Clone this wiki locally