'Can I use Decorations to achieve this in vscode?

WANT: I want to implement a multi-line prompt like the picture.

enter image description here

tried: I've tried to use setDecorations, but I found that the contentText is string but \n doesn't work



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source