Skip to content

Commit

Permalink
README fix and extension recommendations for development
Browse files Browse the repository at this point in the history
  • Loading branch information
matepek committed Feb 23, 2019
1 parent a78ae04 commit c752d6c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
// See http://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": ["coenraads.bracket-pair-colorizer-2", "esbenp.prettier-vscode"],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Otherwise it only can point to an executable (No _search-pattern_!).

- on windows: NOT ends with `.exe`.
- on other platforms: ends with one of the following:
`'c', 'cmake', 'cpp', 'cxx', 'deb', 'dir', 'gz', 'h', 'hpp', 'hxx', 'ko', 'log', 'o', 'php', 'py', 'rpm', 'sh', 'so', 'tar', 'txt'`.
`'.c', '.cmake', '.cpp', '.cxx', '.deb', '.dir', '.gz', '.h', '.hpp', '.hxx', '.ko', '.log', '.o', '.php', '.py', '.rpm', '.sh', '.so', '.tar', '.txt'`.

#### Variables which can be used in `name`, `cwd` and `env` of `executables`:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@
"default": false
},
"catch2TestExplorer.logfile": {
"markdownDescription": "Writes the log message into the given file. Emty string means: disabled",
"markdownDescription": "Writes the log message into the given file. Empty means disabled.",
"scope": "resource",
"type": "string",
"default": ""
Expand Down

0 comments on commit c752d6c

Please sign in to comment.