[mod] logging
This commit is contained in:
parent
41d9e081b5
commit
55fef63678
6 changed files with 54 additions and 42 deletions
|
|
@ -67,7 +67,7 @@ function app:socket($wsid) {
|
|||
"connectTime": ws:get($wsid,"connectTime"),
|
||||
"files": map:keys($files),
|
||||
"file1": json:serialize($file, { 'format': 'w3', 'indent': 'no' }),
|
||||
"doc": json:serialize($doc, { 'format': 'w3', 'indent': 'no' })
|
||||
"doc": $doc
|
||||
})
|
||||
};
|
||||
|
||||
|
|
|
|||
1
webapp/lsp-manager/static/script.js
Normal file
1
webapp/lsp-manager/static/script.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
// todo
|
||||
|
|
@ -16,8 +16,13 @@
|
|||
</li>
|
||||
</ul>
|
||||
<hr />
|
||||
<div th:text="${file1}">doc</div>
|
||||
<div th:text="${doc}">doc</div>
|
||||
<div th:text="${file1}">doc</div>
|
||||
|
||||
<div th:text="${doc.uri}">doc</div>
|
||||
<div th:text="${doc.languageId}">doc</div>
|
||||
<div th:text="${doc.version}">doc</div>
|
||||
<hr />
|
||||
<pre th:text="${doc.text}" style="height:16em;overflow:scroll;">doc</pre>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue