vscode unindent

To unindent code in BASIC using Visual Studio Code (VSCode), you can follow these steps:

  1. Select the code block that you want to unindent.
  2. Press the Shift + Tab keys on your keyboard.

This will decrease the indentation level of the selected code block by one tab or a specified number of spaces, depending on your indentation settings in VSCode.

I hope this helps! Let me know if you have any further questions.