We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does this occur consistently? Repro steps:
Action: azureml-remote.commandPalette.computeInstance.killWebsocketServer Error type: 120 Error Message: user_canceled: User cancelled the flow.
Version: 1.4.1 OS: win32 OS Release: 10.0.19045 Product: Visual Studio Code Product Version: 1.97.2 Language: en
extension.node.js:2:29610extension.node.js:2:29610 async p.inputStep extension.node.js:2:274156 async p.<anonymous> extension.node.js:2:278524 async t.MultiStepInput.stepThrough extension.node.js:2:267225 async d.selectForRemoteConnection extension.node.js:2:271757 async E.killWebsocketServer extension.node.js:2:112471
The text was updated successfully, but these errors were encountered:
Please login through terminal and run the command as below:
kill -9 `ps ax| grep -i "dist/server/azureMLRemoteAgent.js" | grep -v grep | awk '{print $1}'` rm -rf ~/.azureml_remote_websocket_server
Sorry, something went wrong.
yukun-dong
No branches or pull requests
Does this occur consistently?
Repro steps:
Action: azureml-remote.commandPalette.computeInstance.killWebsocketServer
Error type: 120
Error Message: user_canceled: User cancelled the flow.
Version: 1.4.1
OS: win32
OS Release: 10.0.19045
Product: Visual Studio Code
Product Version: 1.97.2
Language: en
Call Stack
The text was updated successfully, but these errors were encountered: