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.

We read some settings from the devenv.exe.config file --- devenv.exe.config is not user mutable

See original GitHub issue

We need an alternate mechanism to enable these features:

// App.config keys for determining whether not-shipping features are turned on or off
// Edit devenv.exe.config and place these at the end.
// <appSettings>
// <add key="fsharp-regions-enabled" value="true" />
// <add key="fsharp-navigationbar-enabled" value="true" />
// <add key="fsharp-standalone-file-intellisense-enabled" value="false" />
// </appSettings>

Because of this design the powertools who used this feature correctly, happened to cause VS update 1 to do bad things to people who use Dev 15 and the PowerTools.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
dsymecommented, Dec 11, 2015

I think these features should be taken out of VFT (fully disabled and the code removed) and added to VFPT instead. They would end up much higher quality that way since they could be actively fixed. There’s no point having them in VFT as things currently stand.

0reactions
OmarTawfikcommented, Feb 26, 2016

As part of #913, these keys/opposite functionality would be removed, and we would depend on Roslyn’s infrastructure for that. Work is done on roslynbranch: https://github.com/Microsoft/visualfsharp/tree/roslyn

Read more comments on GitHub >

github_iconTop Results From Across the Web

visual studio 2010 - VS2010 devenv.exe.config issue
Open notepad as Administrator. Open devenv.exe. config in notepad, make changes And Save it in same location.
Read more >
Editors - Sergey Tihon's Blog
... F# Power Tools repository and “We read some settings from the devenv.exe.config file — devenv.exe.config is not user mutable” in Visual F#...
Read more >
devenv.exe.config - Developer Community
I need to add some configurations on devenv.exe.config but everytime I apply a new update to Visual Studio it deletes my configurations, ...
Read more >
How to Update, Download, and Fix Devenv.exe.config
Below, you find comprehensive file information, instructions for simple CONFIG file troubleshooting, and list of free devenv.exe.config ...
Read more >
ProjectConfig (devenv.exe) - Visual Studio (Windows)
Specifies a project build configuration to be applied when you build, clean, rebuild, or deploy the project named in the /Project argument.
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