Extract client creation

Also default to use the language server version in the user agent
This commit is contained in:
Christopher Schleiden
2023-01-30 17:05:32 -08:00
parent 623b6d83e4
commit b5c5720b48
8 changed files with 52 additions and 46 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
"sourceMap": true,
"strict": true,
"moduleResolution": "node",
"lib": ["es6", "webworker"]
"lib": ["es6", "webworker"],
"resolveJsonModule": true
},
"watchOptions": {
"watchFile": "useFsEvents",