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.

Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.