mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-01 09:07:26 +00:00
![Surendrajat](/assets/img/avatar_default.png)
* 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"
|
|
}
|
|
} |