d6a1f60fab
* add json to lint workflow * add markdown to lint workflow * fix markdown linting errors + add outline to devguide * rename build workflow step * Spellcheck markdown files in lint workflow * make linter happy - fix spelling mistakes * bugfix * add problem-matcher to xml linter * add markdown error to test problem matcher * Add merge-conflicts workflow * fix merge conflict * Fix markdown linting errors * Fix markdown spelling errors * recommend markdownlint extension for vscode * auto add new PRs to Project board + combine with merge conflicts workflow * Move intro text above outline
12 lines
524 B
JSON
12 lines
524 B
JSON
{
|
|
// 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",
|
|
"redhat.vscode-xml",
|
|
"davidanson.vscode-markdownlint"
|
|
],
|
|
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
|
|
"unwantedRecommendations": []
|
|
} |