Backseating-Committee-2k/Backlang

The issue has been closed
[BUG] VsCode Tabbing #14
DasLixou posted onGitHub
Describe the bug The tabbing in the vscode extension is just wrong.
To Reproduce
- install Backstention
- type a function call like print() inside a func like main (will remove all tabs from the line) (FIRST TAB ISSUE)
- hit enter and the cursor will get one level higher (SECOND TAB ISSUE)
Expected behavior Normal Tabbing like without the extension