minishell/.vscode/settings.json
2025-02-19 12:47:09 +01:00

7 lines
72 B
JSON

{
"files.associations": {
"minishell.h": "c",
"signal.h": "c"
}
}