Add some support for VSCode w/ CMake extension

This commit is contained in:
S David 2024-03-07 10:10:27 -05:00
parent fa773fe203
commit d71d22025d

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

@ -0,0 +1,4 @@
{
"cmake.buildDirectory": "${workspaceFolder}/vim-debug",
"cmake.setBuildTypeOnMultiConfig": true
}