vscode
vscode copied to clipboard
Expand usage of standard token type inside of the auto indentation to ignore comments and strings for indentation
We currently have some issues with indentation when strings and comments are involved. We should ignore the indentation rules when the cursor is inside of a comment or string. This would help resolve certain issues including but not limited to:
- https://github.com/microsoft/vscode/issues/209517
- https://github.com/microsoft/vscode/issues/209418
- https://github.com/microsoft/vscode/issues/208232