description |
---|
Extension spesific settings |
We can install extensions automatically when connecting. In the example we install a github add-on:
{
"git.enableSmartCommit": true,
"remote.SSH.defaultExtensions": [
"GitHub.vscode-pull-request-github"
],
}
To get the id of extensions:
code --list-extensions