Skip to content

Commit

Permalink
Merge pull request #55252 from dotnet/dev/allichou/TurnOffTextEditLSP…
Browse files Browse the repository at this point in the history
…Completion2

Turn off LSP TextEdit completion feature flag by default
  • Loading branch information
allisonchou committed Jul 30, 2021
2 parents eaea702 + 71c7efd commit a7a3315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VisualStudio/Core/Def/PackageRegistration.pkgdef
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

[$RootKey$\FeatureFlags\Roslyn\LSP\Completion]
"Description"="Enables the LSP-powered C#/VB completion experience to operate with prototype behavior. Note this currently will not affect local C#/VB scenarios except for C# in Razor."
"Value"=dword:00000001
"Value"=dword:00000000
"Title"="C#/VB LSP completion experience"
"PreviewPaneChannels"="IntPreview,int.main"

Expand Down

0 comments on commit a7a3315

Please sign in to comment.