ok
This commit is contained in:
@@ -60,7 +60,7 @@ function ChangeWorkspacefileTree(fileTree) {
|
||||
|
||||
// vscode.window.showInformationMessage('Connecting to server...');
|
||||
|
||||
vs_socket = io('wss://hsamooc.com/vscode');
|
||||
vs_socket = io('wss://hsamooc.cn/vscode');
|
||||
vs_socket.on('connect', () => {
|
||||
// vscode.window.showInformationMessage('Connected to server');
|
||||
console.log('Connected to server');
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
});
|
||||
});
|
||||
|
||||
socket = io('https://hsamooc.com/vsc-like',{path:'/vsc-like-ws'});
|
||||
socket = io('https://hsamooc.cn/vsc-like',{path:'/vsc-like-ws'});
|
||||
const status = document.getElementById("status")
|
||||
|
||||
socket.on("pty_output", function(data){
|
||||
|
||||
Reference in New Issue
Block a user