freelance-project-34-market.../dotfiles/.config/Code - OSS/User/settings.json
Siarhei Siniak 4afe4048d9 [+] update debugging
1. disable telemtry in ms-python;
  1.1. TODO, use a forked version of the plugin;
  2. add debug module into pr34;
  3. enable show strack frame for all .py files;
2024-12-04 19:01:30 +03:00

9 lines
270 B
JSON

{
"editor.wordWrap": "on",
"editor.minimap.autohide": true,
"editor.minimap.maxColumn": 80,
"editor.minimap.size": "fit",
"diffEditor.hideUnchangedRegions.enabled": true,
"python.experiments.enabled": false,
"debugpy.debugJustMyCode": false
}