We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4001d81 commit 20a99d4Copy full SHA for 20a99d4
.vscode/extensions.json
@@ -1,6 +1,7 @@
1
{
2
"recommendations": [
3
- "tlgkccampbell.code-ca65",
+ "seanahan5000.rpw65",
4
+ "X65-Project.cc65-dbg",
5
"ms-vscode.cmake-tools",
6
"streetsidesoftware.code-spell-checker"
7
]
.vscode/settings.json
@@ -0,0 +1,5 @@
+{
+ "files.associations": {
+ "*.asm": "rpw65"
+ }
+}
0 commit comments