-
Notifications
You must be signed in to change notification settings - Fork 790
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly set custom F# VS settings if they are missing
On package load, check if any of the custom F# settings are somehow missing from the settings store. Explicitly set them to their desired defaults if they are indeed missing. Added to the language service package since this is guaranteed to load any time the project system package is loaded, but the converse is not true (e.g. open loose F# script file without opening a solution). fixes #199 closes #491 commit da9f29a Author: latkin <latkin@microsoft.com> Date: Wed Jun 10 09:33:28 2015 -0700 Don't create unused binding in VS 12.0 commit 92c8919 Author: latkin <latkin@microsoft.com> Date: Tue Jun 9 18:55:54 2015 -0700 APIs used are new for 14.0, omit them for 12.0 builds commit a662e18 Author: latkin <latkin@microsoft.com> Date: Tue Jun 9 17:28:22 2015 -0700 Code review feedback, and add clickable URLs setting commit b6697a7 Author: latkin <latkin@microsoft.com> Date: Mon Jun 8 18:13:35 2015 -0700 Explicitly set custom F# VS settings if they are missing
- Loading branch information
Showing
2 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters