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;
9 lines
270 B
JSON
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
|
|
} |