Help Center> ModelArts> FAQs> Notebook (New Version)> VS Code> How Can I Set the Default Remote Plug-in in VS Code?
Updated on 2023-11-22 GMT+08:00

How Can I Set the Default Remote Plug-in in VS Code?

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.

VS Code FAQs

more