2020-03-09 16:12:59 +00:00
|
|
|
{
|
2021-12-10 08:53:43 +00:00
|
|
|
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
|
|
|
|
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
|
2020-03-09 16:12:59 +00:00
|
|
|
|
2021-12-10 08:53:43 +00:00
|
|
|
// List of extensions which should be recommended for users of this workspace.
|
|
|
|
"recommendations": ["ms-vscode-remote.remote-containers"],
|
|
|
|
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
|
|
|
|
"unwantedRecommendations": []
|
2021-12-10 08:51:11 +00:00
|
|
|
}
|