Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 1.1 KB

File metadata and controls

14 lines (8 loc) · 1.1 KB

Contribution Guide

Please see the top level Contribution Guide for the project setup and all development flows.

Package-specific Development Flows

This package is an LSP Server and uses The VS Code Language Server library to implement the Language Server Protocol.

Manual Testing and Debugging

To start the language server, first you must start the VS Code extension that runs it by launching the Launch Client configuration in the launch.json file from VS Code. This will open a new instance of VS Code that can be used for debugging. After the server is started, attach the debugger to the process by launching the Attach to Server configuration in the same launch.json file.

See the vscode-ui5-language-assistant contribution guide for how to see the messages passed between the VS Code extension and the LSP server.