mirror of
https://github.com/MaJerle/lwmem.git
synced 2025-01-13 21:42:53 +08:00
14 lines
359 B
JSON
14 lines
359 B
JSON
{
|
|
"version": 4,
|
|
"configurations": [
|
|
{
|
|
/*
|
|
* Full configuration is provided by CMake plugin for vscode,
|
|
* that shall be installed by user
|
|
*/
|
|
"name": "Win32",
|
|
"intelliSenseMode": "${default}",
|
|
"configurationProvider": "ms-vscode.cmake-tools"
|
|
}
|
|
]
|
|
} |