remove prefix of http url

This commit is contained in:
Cai
2025-10-26 21:37:17 +08:00
parent 4d81aef849
commit 9921848d9b
3 changed files with 4 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ function ChangeWorkspacefileTree(fileTree) {
// vscode.window.showInformationMessage('Connecting to server...');
vs_socket = io('wss://hsamooc.cn/vscode');
vs_socket = io('vscode');
vs_socket.on('connect', () => {
// vscode.window.showInformationMessage('Connected to server');
console.log('Connected to server');

View File

@@ -24,7 +24,7 @@
});
});
socket = io('https://hsamooc.cn/vsc-like',{path:'/vsc-like-ws'});
socket = io('vsc-like',{path:'/vsc-like-ws'});
const status = document.getElementById("status")
socket.on("pty_output", function(data){