question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature Request] Decompilation setting in vscode's settings.json

See original GitHub issue

Decompilation support is available via omnisharp.json:

{
  "RoslynExtensionsOptions": {
    "enableDecompilationSupport": true,
  }
}

It was mentioned in various places this will be exposed by vscode’s settings.json at some point. That would be much better.

As mentioned here:

This is currently the only way of enabling decompilation – in the future, the C# Extension for VS Code will also get its own extension-level setting, that you could just add into the VS Code settings directly without having to deal with omnisharp.json.

Apparently there is a blocking issue.

I couldn’t find an issue tracking this feature, so I created this one. Hope that’s okay.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
JoeRobichcommented, Jun 18, 2021

From the command palette you can show the terms agreement again image

1reaction
lonix1commented, Jun 16, 2021

BTW, it’s one of the best features in the extension, in a long time. Well done, and thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

User and Workspace Settings - Visual Studio Code
The Settings editor is the UI that lets you review and modify setting values that are stored in a settings.json file. You can...
Read more >
Decompilation support in OmniSharp and C# Extension for VS ...
Support for decompilation was one of the most requested features for OmniSharp, so we are thrilled to finally be able to include it...
Read more >
RFC: Include "F12 - go to decompiled source" in OmniSharp ...
Visual Studio already integrates the ILSpy decompilation engine as an experimental F12 ... [Feature Request] Decompilation setting in vscode's settings.json ...
Read more >
How to use module path aliases in Visual Studio Code ...
The Good and Bad news: TypeScript natively supports this feature and you just need to set it up in your tsconfig .json; Visual...
Read more >
VSCode中的用户自定义配置文件settings.json和 ... - CSDN博客
null: None // - vscode.configuration-editing: Provides ... vscode.json-language-features: Provides rich language support for JSON files.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found