Type object
File match .asm-lsp.toml asm-lsp.toml
Schema URL https://catalog.lintel.tools/schemas/schemastore/asm-lsp/latest.json
Source https://raw.githubusercontent.com/bergercookie/asm-lsp/master/asm-lsp_config_schema.json

Validate with Lintel

npx @lintel/lintel check
Type: object

Properties

default_config Config | null
project array | null

Definitions

Arch string | string
Assembler string
Config object
assembler string required
Values: "avr" "ca65" "fasm" "gas" "go" "mars" "masm" "nasm"
instruction_set string | string required
opts ConfigOptions | null
version string | null
ConfigOptions object
compile_flags_txt array | null
compiler string | null
default_diagnostics boolean | null
diagnostics boolean | null
ProjectConfig object
assembler string required
Values: "avr" "ca65" "fasm" "gas" "go" "mars" "masm" "nasm"
instruction_set string | string required
path string required
opts ConfigOptions | null
version string | null