Skip to content

Commit

Permalink
fix: update monaco language-client for better lsp support
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed May 21, 2022
1 parent 68a3e1b commit 9b79cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/components/Editor.svelte
Expand Up @@ -26,7 +26,7 @@
export let cmdEnterAction: (() => void) | undefined = undefined
export let formatAction: (() => void) | undefined = undefined
export let automaticLayout = true
export let websocketAlive = { pyright: false, black: false }
export let websocketAlive = { pyright: false, black: false, deno: false }
let websockets: WebSocket[] = []
let uri: string = ''
let disposeMethod: () => void | undefined
Expand Down

0 comments on commit 9b79cc9

Please sign in to comment.