Closed Myriad-Dreamin closed 7 months ago
A temporary workaround is use VSCode Tasks to invoke typstfmt
in command line.
{
"label": "Typstfmt",
"type":"shell",
"command": "typstfmt",
"args": [
"${fileBasenameNoExtension}.typ"
],
"options": {
"cwd": "${workspaceFolder}/${relativeFileDirname}"
},
"problemMatcher": []
}
fixed by #113
This is because I have not made that feature.