microsoft / vscode-tools-for-ai

Azure Machine Learning for Visual Studio Code, previously called Visual Studio Code Tools for AI, is an extension to easily build, train, and deploy machine learning models to the cloud or the edge with Azure Machine Learning service.
Other
325 stars 95 forks source link

cannot connect to compute instance on vscode web #2466

Open yukun-dong opened 1 day ago

yukun-dong commented 1 day ago

Description

Customers will face below issue when connecting to compute instance from vscode web. Image Image

Cause

This bug is not caused by the Azure machine learning extension but by the vscode web side. We are working with vscode web side to resolve this bug. In the meantime, please try below method to workaround this bug.

Workaround

Replace the url part "ms-toolsai.vscode-ai-remote-web" to be "ms-toolsai.vscode-ai-remote".

Image

Image

JerryYangKai commented 13 hours ago

If the workaround does not work, I suggest try add vscode-esm=false in the URL. That seems to disable this change that VS Code made and I was able to avoid the error message when I tried this.