SCOPE Studio for VS Code is a powerful extension designed specifically for developing, compiling, and managing SCOPE jobs within the streamlined environment of Visual Studio Code. With this extension, users can efficiently author, compile SCOPE scripts and seamlessly submit them to Cosmos VC and ADLA (Azure Data Lake Analytics) accounts. This tool provides a lightweight yet feature-rich development experience, making it easier than ever to work with large-scale data on Cosmos.
Prerequisites:
If your Azure authentication library is "ADAL", you need to switch it to "MSAL" in Settings(Ctrl+,) ("Extensions" > "Azure configuration" > "Azure: Authentication Library"). You must click the "Sign Out and Reload Window" button after modifying this setting for it to take effect.
If your SCOPE project in VS referenced C# projects, you need to install .NET Framework and MSBuild so that the C# projects can be built by SCOPE Studio on VS Code correctly during the compilation or submission. By installing the Build Tools for Visual Studio 2022, you can have these two components installed automatically.