diff --git a/vsintegration/Vsix/RegisterFsharpPackage.pkgdef b/vsintegration/Vsix/RegisterFsharpPackage.pkgdef index 05543a54a17c1965602874e13c750415bb9b294c..0682f44009d31a004496cd57dd09646c9094533e 100644 --- a/vsintegration/Vsix/RegisterFsharpPackage.pkgdef +++ b/vsintegration/Vsix/RegisterFsharpPackage.pkgdef @@ -170,6 +170,7 @@ [$RootKey$\Languages\Language Services\FSharpInteractive] "Package"="{91a04a73-4f2c-4e7c-ad38-c1a68e7da05c}" "NotALanguage"="1" +"RequestStockColors"=dword:00000001 @="{35a5e6b8-4012-41fc-a652-2cdc56d74e9f}" [$RootKey$\FontAndColors\FSharpInteractive] diff --git a/vsintegration/src/FSharp.Editor/Common/LanguageService.fs b/vsintegration/src/FSharp.Editor/Common/LanguageService.fs index 479a7031bb2aca379a45f2fbba739a462cc0a870..9423ee54a3815f2f207b73bca5f238b7a3d97551 100644 --- a/vsintegration/src/FSharp.Editor/Common/LanguageService.fs +++ b/vsintegration/src/FSharp.Editor/Common/LanguageService.fs @@ -208,6 +208,7 @@ type DefaultToInsertSpaces = true, CodeSense = true, DefaultToNonHotURLs = true, + RequestStockColors = true, EnableCommenting = true, CodeSenseDelay = 100, ShowDropDownOptions = true)>]