Skip to content

Commit

Permalink
feat: extended readme
Browse files Browse the repository at this point in the history
  • Loading branch information
st-vi committed Jan 12, 2024
1 parent 1b226e4 commit 234d4da
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 234d4da

Please sign in to comment.