Files
NASM/stepik_base/nasm.code-workspace
Пытков Роман 0716753b1f Подсчёт слов
2025-09-23 21:12:41 +03:00

43 lines
490 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": "word_count"
},
{
"path": "../docs"
},
],
"settings": {
"debug.allowBreakpointsEverywhere": true,
"debug.inlineValues": "on",
"editor.codeLens": false,
}
}