Skip to content

Commit 20a99d4

Browse files
committed
Update extensions config
1 parent 4001d81 commit 20a99d4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"recommendations": [
3-
"tlgkccampbell.code-ca65",
3+
"seanahan5000.rpw65",
4+
"X65-Project.cc65-dbg",
45
"ms-vscode.cmake-tools",
56
"streetsidesoftware.code-spell-checker"
67
]

.vscode/settings.json

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

0 commit comments

Comments
 (0)