description
wip vscode extension for the gas assembler
setup
npm install
> goto vs code debug window
> start debugging
features
project structure
files to care about:
package.json - specifies information about this extension
src/extension.js - is being executet by vscode
src/language-configuration.json - specify common vscode ide support
src/assembly.tmLanguage.json - textmate grammer, tells what color for what syntax
| |