asm-lsp
Configuration file for asm-lsp
| 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
ConfigOptions
object
compile_flags_txt
array | null
compiler
string | null
default_diagnostics
boolean | null
diagnostics
boolean | null
ProjectConfig
object
instruction_set
string | string
required
path
string
required
opts
ConfigOptions | null
version
string | null