Skip to content

Commit 7e3388b

Browse files
committed
Updated CHANGELOG.md and added vscode settings and recommendations
1 parent 465c83a commit 7e3388b

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.vscode/extensions.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"recommendations": [
3+
"ms-dotnettools.csdevkit",
4+
"github.vscode-github-actions",
5+
"davidanson.vscode-markdownlint",
6+
"bierner.markdown-mermaid",
7+
"bpruitt-goddard.mermaid-markdown-syntax-highlighting",
8+
"bierner.github-markdown-preview"
9+
]
10+
}

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"markdownlint.config": {
3+
"no-duplicate-heading": false,
4+
"first-line-heading": false
5+
}
6+
}

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
21
## 0.8.0-alpha
32

4-
#### General
3+
### General
54

65
- Added support for new Steam library cache layout
76
- Updated to .NET 9.0

0 commit comments

Comments
 (0)