AdventOfCode/AdventOfCode.code-workspace
2022-12-01 13:26:44 +01:00

13 lines
No EOL
136 B
Text

{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"*.lock": "yarnlock",
"stdlib.h": "c"
}
}
}