Skip to content

Commit

Permalink
prepare new version
Browse files Browse the repository at this point in the history
  • Loading branch information
lwtnb-wrk committed May 8, 2024
1 parent ac936ef commit 8ce25c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Changelog

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

### Correções

#### Erro no _linter_ [#1224](https://github.com/totvs/tds-vscode/issues/1224)

Em determinadas estruturas, p.e. `class` sem identificador, poderia ocorrer _crash_ durante processos do _DSS_.

#### Problema na paginação do TDS Replay

Ao executar o TDS Replay, a paginação não estava funcionando corretamente.

## Versão [2.0.6]

### Correções
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.6",
"version": "2.0.7",
"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.69",
"@totvs/tds-ls": "^2.0.14",
"@totvs/tds-da": "^1.2.70",
"@totvs/tds-ls": "^2.0.15",
"@types/react": "^16.14.20",
"@types/vscode": "^1.63.1",
"@vscode/debugadapter": "^1.51.1",
Expand Down

0 comments on commit 8ce25c0

Please sign in to comment.