提交 762dfcf0 编写于 作者: B Brett V. Forsgren 提交者: GitHub

use default package colors to avoid perf hit (#3045)

上级 07556067
...@@ -170,6 +170,7 @@ ...@@ -170,6 +170,7 @@
[$RootKey$\Languages\Language Services\FSharpInteractive] [$RootKey$\Languages\Language Services\FSharpInteractive]
"Package"="{91a04a73-4f2c-4e7c-ad38-c1a68e7da05c}" "Package"="{91a04a73-4f2c-4e7c-ad38-c1a68e7da05c}"
"NotALanguage"="1" "NotALanguage"="1"
"RequestStockColors"=dword:00000001
@="{35a5e6b8-4012-41fc-a652-2cdc56d74e9f}" @="{35a5e6b8-4012-41fc-a652-2cdc56d74e9f}"
[$RootKey$\FontAndColors\FSharpInteractive] [$RootKey$\FontAndColors\FSharpInteractive]
......
...@@ -208,6 +208,7 @@ type ...@@ -208,6 +208,7 @@ type
DefaultToInsertSpaces = true, DefaultToInsertSpaces = true,
CodeSense = true, CodeSense = true,
DefaultToNonHotURLs = true, DefaultToNonHotURLs = true,
RequestStockColors = true,
EnableCommenting = true, EnableCommenting = true,
CodeSenseDelay = 100, CodeSenseDelay = 100,
ShowDropDownOptions = true)>] ShowDropDownOptions = true)>]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册