2022-05-30 14:40:07 +00:00
|
|
|
{
|
2023-02-24 14:52:49 +00:00
|
|
|
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
|
|
|
|
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
|
|
|
|
// List of extensions which should be recommended for users of this workspace.
|
|
|
|
"recommendations": [
|
|
|
|
"RokuCommunity.brightscript",
|
2023-10-27 02:19:51 +00:00
|
|
|
"AliceBeckett.brightscriptcomment",
|
2023-02-25 02:16:48 +00:00
|
|
|
"redhat.vscode-xml",
|
|
|
|
"davidanson.vscode-markdownlint"
|
2023-02-24 14:52:49 +00:00
|
|
|
],
|
|
|
|
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
|
|
|
|
"unwantedRecommendations": []
|
2023-10-27 02:19:51 +00:00
|
|
|
}
|