Estou com problema na hora de compilar um fonte que tem um BeginContent.
Erro: Can not compile files without valid content.
IDE: vs-code totvs.tds-vscode v1.2.1
Protheus: build - 7.00.191205P
Fonte:
BeginContent var cHtml
<!doctype html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>PDM</title>
</head>
<body>
<h1>Hello World</h1>
</body>
</html>
EndContent
Aparentemente o meu appre.exe está desatualizado.
Mas eu não encontrei onde esse arquivo fica nas pastas do Protheus[appserver, smartclient...] e nem onde baixar uma versão mais atualizada dele.