This repository has been archived on 2021-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
raylib-test/.vscode/workspace.code-workspace
Tobias Berger 1a1a73ea9f Switch to GCC and C++
Also add workspace file
2021-11-29 12:08:41 +01:00

12 lines
No EOL
116 B
Text

{
"folders": [
{
"path": ".."
}
],
"extensions": {
"recommendations": [
"ms-vscode.cpptools"
]
}
}