Files
CS3841/CS3841.code-workspace
2023-02-21 18:22:20 -06:00

16 lines
263 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"
}
}
}