Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lwtnb-wrk committed Jun 4, 2024
1 parent 3c30dfd commit 48975e4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Versão [2.0.NEXT]
## Versão [2.0.8]

### Melhorias

Expand All @@ -10,7 +10,15 @@ Foi adicionado a possibilidade de passar parâmetros para o navegador a ser util

### Correções

#### Classe no TL++ [#1225](https://github.com/totvs/tds-vscode/issues/1225)
#### Ignorando chaves de permissões de acesso a ações de Monitor [#1238](https://github.com/totvs/tds-vscode/issues/1238)

As chaves "AllowMonitor" dentre outras de Monitor não estavam sendo consideradas corretamente.

#### Falha na visualização de informações de patch [#1237](https://github.com/totvs/tds-vscode/issues/1237)

Ao acionar o "Patch Info" de um patch que se encontra em um caminho com acentuação, ocorria a falha "File could not be copied to the server".

#### Classe no TL++ [#1234](https://github.com/totvs/tds-vscode/issues/1234)

Em estruturas sem a devida finalização, p.e. `class` e `end class`, poderia gerar lista de símbolos (visão _Outline_) incorreta e/ou gerar um erro no log.
Foi adicionado tratamento para esses blocos, de forma a evitar a ocorrência.
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.7",
"version": "2.0.8",
"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.70",
"@totvs/tds-ls": "^2.0.15",
"@totvs/tds-da": "^1.2.71",
"@totvs/tds-ls": "^2.0.16",
"@types/react": "^16.14.20",
"@types/vscode": "^1.63.1",
"@vscode/debugadapter": "^1.51.1",
Expand Down

0 comments on commit 48975e4

Please sign in to comment.