We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0755606 commit 762dfcfCopy full SHA for 762dfcf
vsintegration/Vsix/RegisterFsharpPackage.pkgdef
@@ -170,6 +170,7 @@
170
[$RootKey$\Languages\Language Services\FSharpInteractive]
171
"Package"="{91a04a73-4f2c-4e7c-ad38-c1a68e7da05c}"
172
"NotALanguage"="1"
173
+"RequestStockColors"=dword:00000001
174
@="{35a5e6b8-4012-41fc-a652-2cdc56d74e9f}"
175
176
[$RootKey$\FontAndColors\FSharpInteractive]
vsintegration/src/FSharp.Editor/Common/LanguageService.fs
@@ -208,6 +208,7 @@ type
208
DefaultToInsertSpaces = true,
209
CodeSense = true,
210
DefaultToNonHotURLs = true,
211
+ RequestStockColors = true,
212
EnableCommenting = true,
213
CodeSenseDelay = 100,
214
ShowDropDownOptions = true)>]
0 commit comments