Files
NASM/nasm.code-workspace
Пытков Роман 00273bf803 repeat_str
2025-09-23 14:26:36 +03:00

25 lines
286 B
Plaintext

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