Help Center/ ModelArts/ FAQs/ ModelArts Standard Notebook/ How Do I Configure the Default Plug-in Remotely Installed for VS Code on a ModelArts Notebook Instance?
Updated on 2025-08-28 GMT+08:00

How Do I Configure the Default Plug-in Remotely Installed for VS Code on a ModelArts Notebook Instance?

Add remote.SSH.defaultExtensions, for example, for automatically installing Python and Maven plug-ins, to the VS Code configuration file settings.json.

 "remote.SSH.defaultExtensions": [
     "ms-python.python",
     "vscjava.vscode-maven"
   ],

To obtain a plug-in name, click the plug-in in VS Code.