Create settings.json

This commit is contained in:
jordan4ibanez 2023-11-29 05:51:13 -05:00
parent 71b4349f1b
commit 7daa75ebcf
1 changed files with 5 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"files.associations": {
"filesystem": "cpp"
}
}