Integrate the Language Server into VS Code extension

Goal

The VS Code extension currently supports Code Suggestions without using the Language Server.

To avoid duplication of work, we want to use the language server within the VS Code extension to:

  1. Enable Code Suggestions
  2. Emit telemetry events and track usage of Code Suggestions

The Language Server telemetry implementation will be done in &11515

Acceptance criteria

Edited by François Rosé