Files
NASM/stepik_base/nasm.code-workspace
2025-09-23 17:48:53 +03:00

31 lines
347 B
Plaintext

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