-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #570 from totvs/dev
Dev
- Loading branch information
Showing
32 changed files
with
2,151 additions
and
279 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# API exportadas | ||
|
||
Ao instalar a extensão tds-vscode é possível acessar as suas seguintes APIs exportadas. | ||
|
||
Clique na API para mais detalhes. | ||
|
||
<details> | ||
<summary> | ||
generatePPO(filePath: string, options?: any): Promise<string> | ||
</summary> | ||
|
||
<br/> | ||
Obtém o arquivo PPO correspondente referente ao arquivo informado. | ||
|
||
| Parâmetro | Descrição | | ||
| --------- | --------- | | ||
| filePath: string | Caminho completo do arquivo a ser processado. | | ||
| options?: any | encoding com o qual o retorno deve ser codificado. Se omitido, o padrão cp1252 será utilizado. | | ||
|
||
| Retorno | Descrição | | ||
| --------- | --------- | | ||
| Promise<string> | Conteúdo do PPO gerado. | | ||
|
||
* O PPO será gerado com as mesmas características do arquivo compilado. | ||
* Um servidor deve estar conectado para que o PPO seja gerado. | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.