We read some settings from the devenv.exe.config file --- devenv.exe.config is not user mutable
See original GitHub issueWe 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:
- Created 8 years ago
- Comments:6 (6 by maintainers)
Top 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 >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
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.
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
roslyn
branch: https://github.com/Microsoft/visualfsharp/tree/roslyn