Files
diw/HWP.code-workspace

14 lines
209 B
Plaintext
Raw Normal View History

{
"folders": [
{
"path": "."
}
],
"settings": {
2025-09-09 15:14:48 +09:00
"terminal.integrated.cwd": "${workspaceFolder}",
"cSpell.words": [
"hwpx",
"PAGEMARGIN"
]
}
}