Files
CS3841/CS3841.code-workspace
2023-02-22 22:17:40 -06:00

17 lines
283 B
Plaintext

{
"folders": [
{
"uri": "vscode-remote://wsl+ubuntu/mnt/c/Users/Trevor/Documents/GitRepos/CS3841"
}
],
"settings": {
"files.associations": {
"stdio.h": "c",
"mataddsingle": "c",
"stdint.h": "c",
"inttypes.h": "c",
"wait.h": "c",
"stdlib.h": "c"
}
}
}