From 241a4e7f4d1827430f22c42af9c95e86a6970aa6 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Mon, 30 Aug 2021 16:43:18 -0700 Subject: [PATCH] Oops --- backend/api.js | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/api.js b/backend/api.js index 846c745..70c8f73 100644 --- a/backend/api.js +++ b/backend/api.js @@ -5,6 +5,7 @@ import process from "process"; import pQueue from "p-queue"; const PQueue = pQueue.default; import rpc from "vscode-jsonrpc"; +import WebSocket from "ws"; import { langs } from "./langs.js"; import * as util from "./util.js";