Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb6db6d4

Browse files
brettfoKevinRansom
authored andcommitted
consume roslyn d16p2 packages (dotnet#5862)
1 parent2bf3a16 commitb6db6d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎RoslynPackageVersion.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.11.0-beta1-63418-03-8b75c84d
1+
2.11.0-beta1-63431-08

‎vsintegration/src/FSharp.Editor/Completion/CompletionProvider.fs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ type internal FSharpCompletionProvider
5252
|> List.filter(fun(keyword,_)->not(PrettyNaming.IsOperatorName keyword))
5353
|> List.sortBy(fun(keyword,_)-> keyword)
5454
|> List.mapi(fun n(keyword,description)->
55-
CommonCompletionItem.Create(keyword, CompletionItemRules.Default, Nullable Glyph.Keyword, sortText= sprintf"%06d"(1000000+ n))
55+
CommonCompletionItem.Create(keyword,null,CompletionItemRules.Default, Nullable Glyph.Keyword, sortText= sprintf"%06d"(1000000+ n))
5656
.AddProperty("description", description)
5757
.AddProperty(IsKeywordPropName,""))
5858

@@ -154,7 +154,7 @@ type internal FSharpCompletionProvider
154154
|_, idents-> Array.last idents
155155

156156
letcompletionItem=
157-
CommonCompletionItem.Create(name, glyph= Nullable glyph, rules= getRules intellisenseOptions.ShowAfterCharIsTyped, filterText= filterText)
157+
CommonCompletionItem.Create(name,null,glyph= Nullable glyph, rules= getRules intellisenseOptions.ShowAfterCharIsTyped, filterText= filterText)
158158
.AddProperty(FullNamePropName, declarationItem.FullName)
159159

160160
letcompletionItem=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp