D-Asm is the name of the assembly language used to program the CPU with.
Files may use the .dasm or .asm file extension to be detected by the highlighter.
As of now, it is very limited and has no autocompletion or syntax helper. It's purely a syntax highlight extension.
Open the extensions folder of Visual Studio Code.
Common path is:
C:\Users\<YOUR_USER>\.vscode\extensions
Once you localized the extensions folder:
- Copy the
local.dasmfolder - Paste it into the extensions folder
- Reload Visual Studio Code