Skip to content

Commit 762dfcf

Browse files
authored
use default package colors to avoid perf hit (#3045)
1 parent 0755606 commit 762dfcf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

vsintegration/Vsix/RegisterFsharpPackage.pkgdef

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@
170170
[$RootKey$\Languages\Language Services\FSharpInteractive]
171171
"Package"="{91a04a73-4f2c-4e7c-ad38-c1a68e7da05c}"
172172
"NotALanguage"="1"
173+
"RequestStockColors"=dword:00000001
173174
@="{35a5e6b8-4012-41fc-a652-2cdc56d74e9f}"
174175

175176
[$RootKey$\FontAndColors\FSharpInteractive]

vsintegration/src/FSharp.Editor/Common/LanguageService.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ type
208208
DefaultToInsertSpaces = true,
209209
CodeSense = true,
210210
DefaultToNonHotURLs = true,
211+
RequestStockColors = true,
211212
EnableCommenting = true,
212213
CodeSenseDelay = 100,
213214
ShowDropDownOptions = true)>]

0 commit comments

Comments
 (0)