Does this issue occur when all extensions are disabled?: No
(You need to have an extension that provides on type formatting with "Tab" as the trigger character)
- VS Code Version: 1.99.3
17baf84
x64
- OS Version: Fedora Linux 41
Linux 6.13.12
GNOME 47.5
Steps to Reproduce:
- Install or launch the following minimal reproducing extension: https://github.com/datho7561/vscode-tab-formatting
- Create a file
file.foo.
- Enable on type formatting
- Add "lorem ipsum"
- Hit "Enter". The file should read "alorem ipsum" followed by a newline
- Set the document indentation to tabs
- Hit "Tab"
- The document should read "aalorem ipsum" followed by a newline and tab. Instead, it reads "alorem ipsum" followed by a newline and tab.
Does this issue occur when all extensions are disabled?: No
(You need to have an extension that provides on type formatting with "Tab" as the trigger character)
17baf84
x64
Linux 6.13.12
GNOME 47.5
Steps to Reproduce:
file.foo.