Files
NASM/nasm.code-workspace

32 lines
467 B
Plaintext

{
"folders": [
{
"path": "casm"
},
{
"path": "wayland"
},
{
"path": "docs"
},
],
"settings": {
"debug.allowBreakpointsEverywhere": true,
"debug.inlineValues": "on",
"editor.codeLens": false,
"files.associations": {
"flake.lock": "json",
"ios": "c",
"cstdint": "c",
"array": "c",
"string": "c",
"string_view": "c",
"ranges": "c",
"span": "c",
"vector": "c",
"regex": "c",
"__node_handle": "c"
},
}
}