mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 19:36:11 +00:00
abe43262c2
* add minimal VSCode project config * update docs * add extension recommendations Co-authored-by: Itay Cohen <itaycohen23@gmail.com>
6 lines
140 B
JSON
6 lines
140 B
JSON
{
|
|
"cmake.sourceDirectory": "${workspaceFolder}/src",
|
|
"cmake.configureSettings": {
|
|
"CUTTER_USE_BUNDLED_RADARE2": "ON"
|
|
}
|
|
} |