Files
NASM/stepik_base/nasm.code-workspace
Пытков Роман 4e111c6148 Перевод в бинарь
2025-09-23 20:28:48 +03:00

40 lines
457 B
Plaintext

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