Skip to content

Commit c4580eb

Browse files
committed
revert settings json change
1 parent 69e2b2c commit c4580eb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,4 @@ dist
163163
.sourcebot
164164
/bin
165165
/config.json
166-
.DS_Store
167-
.vscode
166+
.DS_Store

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"files.associations": {
3+
"*.json": "jsonc",
4+
"index.json": "json"
5+
}
6+
}

0 commit comments

Comments
 (0)