buggood first issue
Métriques du dépôt
- Stars
- (402 étoiles)
- Métriques de merge PR
- (Merge moyen 8h 29m) (11 PRs mergées en 30 j)
Description
Describe the bug
The worksheet seems to tabulate the inside of multi-line strings, resulting in unexpected spaces
- Metals: Create Worksheet
- Write
val s = """
""".length
- Worksheet adds comment:
// : Int = 5
Expected behavior
Should not add extra characters inside multiline strings
The example should add the comment //: Int = 1
Operating system
Windows
Editor/Extension
VS Code
Version of Metals
0.11.9 ?
Extra context or search terms
No response