Files
NASM/nasm.code-workspace
Пытков Роман 6a90ff02c8 id_digit и min
2025-09-23 17:16:48 +03:00

31 lines
343 B
Plaintext

{
"folders": [
{
"path": "casm"
},
{
"path": "sum"
},
{
"path": "even_odd"
},
{
"path": "repeat_str"
},
{
"path": "min"
},
{
"path": "is_digit"
},
{
"path": "docs"
},
],
"settings": {
"debug.allowBreakpointsEverywhere": true,
"debug.inlineValues": "on",
"editor.codeLens": false,
}
}