ServerCore/servercore.code-workspace

12 lines
127 B
Plaintext
Raw Normal View History

2021-07-23 08:57:27 -07:00
{
"folders": [
{
"path": "."
}
],
2021-08-31 17:57:21 -07:00
"settings": {
"files.associations": {
"iosfwd": "c"
}
}
2021-07-23 08:57:27 -07:00
}