Skip to content

Commit

Permalink
FileSystemDsc: Add VS Code recommended extensions and settings (#21)
Browse files Browse the repository at this point in the history
- FileSystemDsc
  - Added recommended VS Code extensions.
    - Added settings for VS Code extension _Pester Test Adapter_.
  • Loading branch information
johlju authored Aug 27, 2021
1 parent 6e8da15 commit 364b19f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"recommendations": [
"davidanson.vscode-markdownlint",
"pspester.pester-test",
"ms-vscode.powershell"
]
}
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@
],
"[markdown]": {
"files.encoding": "utf8"
}
},
"pester.testFilePath": [
"[tT]ests/[uU]nit/*.[tT]ests.[pP][sS]1"
]
}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- FileSystemDsc
- Added issue and pull request templates to help contributors.
- Added wiki generation and publish to GitHub repository wiki.
- Added recommended VS Code extensions.
- Added settings for VS Code extension _Pester Test Adapter_.

### Changed

Expand Down

0 comments on commit 364b19f

Please sign in to comment.