We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39eb3c commit 44be72bCopy full SHA for 44be72b
Public/js/app.js
@@ -52,7 +52,7 @@ export class App {
52
let sequence = 0;
53
54
const languageServer = new LanguageServer(
55
- "wss://swiftfiddle-lsp.onrender.com/lang-server/api"
+ "wss://lsp.swift-playground.com/lang-server/api"
56
);
57
58
languageServer.onconnect = () => {
0 commit comments