forked fromdotnet/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commit66109b7
committed
Explicitly set custom F# VS settings if they are missing
On package load, check if any of the custom F# settings are somehow missingfrom the settings store. Explicitly set them to their desired defaults ifthey are indeed missing.Added to the language service package since this is guaranteedto load any time the project system package is loaded, but the converse isnot true (e.g. open loose F# script file without opening a solution).fixesdotnet#199closesdotnet#491commitda9f29aAuthor: latkin <latkin@microsoft.com>Date: Wed Jun 10 09:33:28 2015 -0700 Don't create unused binding in VS 12.0commit92c8919Author: 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 buildscommita662e18Author: latkin <latkin@microsoft.com>Date: Tue Jun 9 17:28:22 2015 -0700 Code review feedback, and add clickable URLs settingcommitb6697a7Author: latkin <latkin@microsoft.com>Date: Mon Jun 8 18:13:35 2015 -0700 Explicitly set custom F# VS settings if they are missing1 parent275b832 commit66109b7
File tree
2 files changed
+36
-1
lines changed- vsintegration/src/vs/FsPkgs/FSharp.LanguageService
2 files changed
+36
-1
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
Lines changed: 35 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1992 | 1992 | | |
1993 | 1993 | | |
1994 | 1994 | | |
| 1995 | + | |
| 1996 | + | |
| 1997 | + | |
| 1998 | + | |
| 1999 | + | |
1995 | 2000 | | |
1996 | 2001 | | |
1997 | 2002 | | |
| |||
2016 | 2021 | | |
2017 | 2022 | | |
2018 | 2023 | | |
2019 | | - | |
| 2024 | + | |
| 2025 | + | |
| 2026 | + | |
| 2027 | + | |
| 2028 | + | |
| 2029 | + | |
| 2030 | + | |
| 2031 | + | |
| 2032 | + | |
2020 | 2033 | | |
2021 | 2034 | | |
| 2035 | + | |
2022 | 2036 | | |
2023 | 2037 | | |
2024 | 2038 | | |
| 2039 | + | |
| 2040 | + | |
| 2041 | + | |
| 2042 | + | |
| 2043 | + | |
| 2044 | + | |
| 2045 | + | |
| 2046 | + | |
| 2047 | + | |
| 2048 | + | |
| 2049 | + | |
| 2050 | + | |
| 2051 | + | |
| 2052 | + | |
| 2053 | + | |
| 2054 | + | |
| 2055 | + | |
| 2056 | + | |
| 2057 | + | |
| 2058 | + | |
2025 | 2059 | | |
2026 | 2060 | | |
2027 | 2061 | | |
| |||
0 commit comments
Comments
(0)