We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73900e0 commit a0f9691Copy full SHA for a0f9691
src/lib/lspClient.js
@@ -1,5 +1,5 @@
1
export default class lspClient {
2
- constructor({ serverUrl }) {
+ constructor(serverUrl) {
3
this.serverUrl = serverUrl;
4
this.ws = null;
5
this.messageId = 0;
0 commit comments