Skip to content
This repository was archived by the owner on Feb 20, 2020. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 369 Bytes

File metadata and controls

11 lines (8 loc) · 369 Bytes

How does this extension work ?

  • List of keywords in server/src/server.ts (onCompletion function)
  • List of descriptions in server/src/server.ts (onCompletionResolve function)
  • Syntax comments in server/src/server.ts (validateTextDocument function)

How to set wich files are affected ?

  • package.JSON
  • /client/out/extension.js
  • /client/src/extension.ts