From 234d4dac2938e09f9b1d5046e34628230c419dbc Mon Sep 17 00:00:00 2001 From: Stefan Date: Fri, 12 Jan 2024 09:14:22 +0100 Subject: [PATCH] feat: extended readme --- README.MD | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.MD b/README.MD index d5a5c99..0f74a5a 100644 --- a/README.MD +++ b/README.MD @@ -89,3 +89,24 @@ WebSocketClient ``` ## WebSocketLanguageServer + +- contains the wrapper for the language server + +``` +WebSocketLanguageServer +├── build //contains the minified production build +│   ├── config.js +│   ├── config.js.map +│   ├── index.js +│   └── index.js.map +├── Dockerfile +├── lib +│   └── uvls //the language server executable compiled from https://github.com/Universal-Variability-Language/uvl-lsp +├── node_modules +├── package.json +├── package-lock.json +├── src +│   ├── config.ts +│   └── index.ts +└── tsconfig.json +```