[fix] working editor
This commit is contained in:
parent
f31520b45c
commit
16c0a1c8c4
7 changed files with 203 additions and 50 deletions
|
|
@ -21,7 +21,9 @@
|
|||
module: () => import("ace-linters/build/language-client"),
|
||||
modes: "astro",
|
||||
type: "socket",
|
||||
socket: new WebSocket("ws://127.0.0.1:8080/ws/lsp"),
|
||||
socket: new WebSocket("ws://127.0.0.1:8080/ws/lsp"
|
||||
//"ws://127.0.0.1:3000/exampleserver"
|
||||
),
|
||||
}
|
||||
];
|
||||
let languageProvider = AceLanguageClient.for(servers);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue