AdventOfCode/AdventOfCode.code-workspace

13 lines
136 B
Text
Raw Permalink Normal View History

2021-12-01 10:06:58 +01:00
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"*.lock": "yarnlock",
"stdlib.h": "c"
}
}
}