Great article, but you should also note, VS code should also have this settings enabled in VS Code JSON settings {
"editor.showFoldingControls": "always",
"editor.folding": true,
"editor.foldingStrategy": "indentation",
}
Source: What is shortcut for expand-collapse sections of code in VS Code?
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Great article, but you should also note, VS code should also have this settings enabled in VS Code JSON settings
{"editor.showFoldingControls": "always",
"editor.folding": true,
"editor.foldingStrategy": "indentation",
}
Source: What is shortcut for expand-collapse sections of code in VS Code?