Переезд на .code-workspace

This commit is contained in:
Пытков Роман
2025-09-20 19:39:56 +03:00
parent 8f705bb7b8
commit 13cbb905ec
8 changed files with 73 additions and 60 deletions

17
nasm.code-workspace Normal file
View File

@@ -0,0 +1,17 @@
{
"folders": [
{
"path": "casm"
},
{
"path": "minimal"
},
{
"path": "docs"
}
],
"settings": {
"debug.allowBreakpointsEverywhere": true,
"debug.inlineValues": "on",
}
}