Skip to content

Use the vscode extension "logPath" to dump the relevant information into a file, which we can directly ask the users for while dealing with issues on github #2497

@akshita31

Description

@akshita31

vscode recently added "logPath" to be used by the extensions for some logging.

We can use this file to detect possible causes of failures lusing:

  1. Omnisharp log
  2. C# log
  3. Mono path used by the extension
  4. MSBuild instances used
  5. dotnet --info
  6. extension version
  7. vscode version

The contents of this file can then be directly posted to the github issue and we will have better context of the problems the users face.

Questions:

  • Whenever the extension is activated we will discard the old one and create a new file right ?

  • What is the path of the file extensionpath/logging.txt ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions