Skip to content

fix: Do not enable Language Server in the Web IDE

Description

We should not enable the language server in the Web IDE because the Web IDE doesn't provide an authentication token yet.

Related Issues

Resolves #1138 (closed)

How has this been tested?

  1. Check out this branch in the Web IDE's submodule of the VSCode Workflow extension.
  2. Start the Web IDE using yarn start:example
  3. Code suggestions should still work in the Web IDE.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap
Edited by Enrique Alcántara

Merge request reports