Skip to content

Commit

Permalink
geração v2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lwtnb-wrk committed Aug 15, 2024
1 parent 88a587a commit 311a15c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 6 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## Versão [2.0.9]

### Melhorias

#### Adição de confirmação ao gerar patch da pasta

Adição de confirmação de compilação de pasta ao gerar patch da pasta.

#### Consolidação de mensagem de confirmação no defrag do RPO

Consolidação de mensagem de confirmação de limpeza de histórico ao realizar o defrag do RPO.

### Correções

#### Breakpoints desaparecem ao debugar arquivos em pastas com acentos [#1252](https://github.com/totvs/tds-vscode/issues/1252)

Este problema estava limitado a pastas com alguns caracteres específico de acentuação (ÁÍÏ).

#### Acentuação em pastas/arquivos - not found na hora da compilação [#1244](https://github.com/totvs/tds-vscode/issues/1244)

Realizado ajustes para evitar alterações de encoding em SO Linux e MacOS.

## Versão [2.0.8]

### Melhorias
Expand Down
6 changes: 3 additions & 3 deletions l10n/bundle.l10n.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,9 @@
"Yes": "Yes",
"No": "No",
"No server connected": "No server connected",
"Are you sure you want to defrag the RPO? (This process may take some time)": "Are you sure you want to defrag the RPO? (This process may take some time)",
"Clear apply patch history?": "Clear apply patch history?",
"Yes and clear history": "Yes and clear history",
"Yes but keep history": "Yes but keep history",
"Are you sure you want to defrag the RPO? (This process may take some time)": "Are you sure you want to defrag the RPO? (This process may take some time)",
"Defragmenting RPO (process may take some time)": "Defragmenting RPO (process may take some time)",
"Repository Log": "Repository Log",
"Waiting for export JSON file": "Waiting for export JSON file",
Expand Down Expand Up @@ -183,7 +182,7 @@
"This action will overwrite newer sources/resources in the current RPO.": "This action will overwrite newer sources/resources in the current RPO.",
"There are newer patches available at TOTVS Update Center.": "There are newer patches available at TOTVS Update Center.",
"This action will apply outdated patches.": "This action will apply outdated patches.",
"There are patches that cannot be applied and must be removed from the list.": "There are patches that cannot be applied and must be removed from the list. See log for details.",
"There are patches that cannot be applied and must be removed from the list. See log for details.": "There are patches that cannot be applied and must be removed from the list. See log for details.",
"Action required. There are patches with validation problems.": "Action required. There are patches with validation problems.",
"Apply": "Apply",
"Apply/Close": "Apply/Close",
Expand Down Expand Up @@ -268,6 +267,7 @@
"When confirming the server stop, all connections (including this) will be closed, as well as other processes.": "When confirming the server stop, all connections (including this) will be closed, as well as other processes.",
"Restarting will only be possible by physically accessing the server.": "Restarting will only be possible by physically accessing the server.",
"{0} seconds": "{0} seconds",
"The users listed below will have their connections terminated.": "The users listed below will have their connections terminated.",
"Terminate connections immediately.": "Terminate connections immediately.",
"Message sending": "Message sending",
"Closes user connections": "Closes user connections",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tds-vscode",
"displayName": "TOTVS Developer Studio for VSCode (AdvPL, TLPP e 4GL)",
"description": "%tds.package.description%",
"version": "2.0.8",
"version": "2.0.9",
"publisher": "TOTVS",
"preview": true,
"author": {
Expand Down Expand Up @@ -85,8 +85,8 @@
"@material-ui/icons": "^4.11.3",
"@material-ui/data-grid": "4.0.0-alpha.2",
"@material-ui/lab": "^4.11.3-deprecations.1",
"@totvs/tds-da": "^1.2.71",
"@totvs/tds-ls": "^2.0.16",
"@totvs/tds-da": "^1.2.72",
"@totvs/tds-ls": "^2.0.17",
"@types/react": "^16.14.20",
"@types/vscode": "^1.63.1",
"@vscode/debugadapter": "^1.51.1",
Expand Down

0 comments on commit 311a15c

Please sign in to comment.