The omnisharp.enableDecompilationSupport setting doesn't enable decompilation
See original GitHub issueVSCode version: 1.60.2 C# Extension: 1.23.16
Steps to reproduce
Set the omnisharp.enableDecompilationSupport
to true in VSCode’s settings.json.
Expected behavior
F12 (Go to Definition) should navigate to the decompiled the source code.
Actual behavior
It doesn’t, but just navigates to metadata. So omnisharp.enableDecompilationSupport
looks like having no effect.
Look like, leave this setting with its default value, i.e., omnisharp.enableDecompilationSupport = false
, but adding the below settings into the file %USERPROFILE%/.omnisharp/omnisharp.json
"RoslynExtensionsOptions": {
"enableDecompilationSupport": true
}
will just enable the decompilation feature.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Decompilation support in OmniSharp and C# ... - StrathWeb
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 >Is there a way to see decompiled C# code in VS Code?
You can turn on the setting "Enable Decompilation Support", which is disabled per default. After turning that on, you should be able to...
Read more >Decompilation support in OmniSharp and C# ... - DotNetKicks
One of the nice new features that we shipped in OmniSharp recently, and that has already made its way into the C# Extension...
Read more >C# - Visual Studio Marketplace
Microsoft. C# for Visual Studio Code (powered by OmniSharp). Launch VS Code Quick Open ( Ctrl+P ), paste the following command, and press...
Read more >visual studio free download - SourceForge
This setting can be set for all languages or by a specific language. ... Visual Studio 2022 ships with decompilation support for F12...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can re-trigger the pop up by launching the
CSharp: Show the decompiler terms agreement
command@JoeRobich this way sounds good 👍