Skip to content

Commit

Permalink
chore: remove survey prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimon-au committed Nov 19, 2023
1 parent 8a1e684 commit 2d541fd
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 220 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
<Compile Include="CompletionTests.fs" />
<Compile Include="HoverTests.fs" />
<Compile Include="InitializationTests.fs" />
<Compile Include="SurveyTests.fs" />
<Compile Include="Program.fs" />
</ItemGroup>
<ItemGroup>
Expand Down
161 changes: 0 additions & 161 deletions src/language-server/Contextive.LanguageServer.Tests/SurveyTests.fs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<Compile Include="TextDocument.fs" />
<Compile Include="Hover.fs" />
<Compile Include="Completion.fs" />
<Compile Include="Survey.fs" />
<Compile Include="Server.fs" />
<Compile Include="Program.fs" />
</ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/language-server/Contextive.LanguageServer/Server.fs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ let private configureServer (input: Stream) (output: Stream) (opts: LanguageServ
.WithOutput(output)

.OnStarted(onStartupConfigureServer definitions)
.OnStarted(Survey.onStartupShowSurveyPrompt)
.WithConfigurationSection(configSection) // Add back in when implementing didConfigurationChanged handling
.ConfigureLogging(fun z ->
z
Expand Down
56 changes: 0 additions & 56 deletions src/language-server/Contextive.LanguageServer/Survey.fs

This file was deleted.

0 comments on commit 2d541fd

Please sign in to comment.