Closed XcapeEst closed 2 years ago
"Resource/UI/ChatPopup.res"
{
"InviteNotification" // xypos doesnt work here
{
"fieldName" "InviteNotification"
"zpos" "1"
"wide" "200"
"tall" "35"
"visible" "1"
"border" "ReplayDefaultBorder"
"paintbackground" "0"
"bgcolor_override" "255 0 0 250"
}
Turns into
"Resource/UI/ChatPopup.res"
{
"InviteNotification"
{
"fieldName" "InviteNotification"
"zpos" "1"
"wide" "200"
"tall" "35"
"visible" "1"
"border" "ReplayDefaultBorder"
"paintbackground" "0"
"bgcolor_override" "255 0 0 250"
}
Interesting, it doesn't seem to happen for me
Does it still happen if you disable all other extensions?
I have been using the "VDF: Format VDF" function, and using the right-click format worked fine.
The purpose of "VDF: Format VDF" is to format snippets of VDF embedded in files of different languages (e.g. markdown). The problem is the command is yet to be updated to use the new formatting functionality (which formats comments). I will update the command in the next release.
I would suggest setting editor.formatOnSave
to true to make formatting more convenient, rather than using "VDF: Format VDF"
Can you provide a sample code snippet for when this happens?