Configured the project to begin working on part one.

This commit is contained in:
ed
2023-03-02 20:16:05 -05:00
parent 5d3b099970
commit a12ba641f1
14 changed files with 18742 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.22621.0",
"compilerPath": "cl.exe",
"compileCommands": "${workspaceFolder}/part_1/build/compile_commands.json"
}
],
"version": 4
}
+6
View File
@@ -0,0 +1,6 @@
{
"files.associations": {
"*.rmd": "markdown",
"zpl.h": "c"
}
}