An Azure machine learning service for building and deploying models.
Thanks for reaching out to us, I think you are mentioning Visual Studio Code desktop with the Azure Machine Learning extension.
Yes, this feature is still under preview, but it does support CLI 1.0.
The Azure Machine Learning VS Code extension uses the CLI (v2) by default. To switch to the 1.0 CLI, set the azureML.CLI Compatibility Mode setting in Visual Studio Code to 1.0. For more information on modifying your settings in Visual Studio, see the user and workspace settings documentation.
To choose your default workspace, select the Set Azure Machine Learning Workspace button on the Visual Studio Code status bar and follow the prompts to set your workspace.
Alternatively, use the > Azure ML: Set Default Workspace command in the command palette and follow the prompts to set your workspace.
I hope this helps, please refer to the document here for more guidance - https://learn.microsoft.com/en-us/azure/machine-learning/how-to-setup-vs-code?view=azureml-api-2
Regards,
Yutong
-Please kindly accept the answer if you feel helpful to support the community, thanks a lot.