c64jasm icon indicating copy to clipboard operation
c64jasm copied to clipboard

[vscode] add ".jasm" extension is vscode package.json

Open shazz opened this issue 4 years ago • 0 comments

Currently, only ".asm" files are recognized to be c64jasm source files, which conflicts with a lot of other c64 and mostly any assembly vscode extensions.

Could you just add also ".jasm" as a possible extension?

"languages": [
			{
				"id": "asm",
				"extensions": [
					".asm", ".jasm"
				],
...

thanks in advance !

shazz avatar Oct 14 '20 22:10 shazz