Skip to content

Commit

Permalink
fix #729 #726
Browse files Browse the repository at this point in the history
  • Loading branch information
lwtnb-wrk committed Jul 1, 2021
1 parent 6666dc0 commit 4f9699a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 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 [1.3.1]

## DEBUG VSCode Linux e AppServer Windows (https://github.com/totvs/tds-vscode/issues/726)

### Problema:

- Falha na conexão com o AppServer durante a depuração em ambientes Linux e Mac.

### Solução:

- Ajustado um processo interno corrigir a falha da conexão.

## Erro Linter (is empty or corrupted..) (https://github.com/totvs/tds-vscode/issues/729)

### Problema:

- O Linter acusava erro na primeira linha indicando a mensagem "is empty or corrupted..".

### Solução:

- Isso estava ocorrendo quando existia um espaço em qualquer lugar do caminho do fonte analisado. Foi corrigido um processo interno para tratar o espaço no caminho.

# Versão [1.3.0]

### Melhoria
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": "1.3.0",
"version": "1.3.1",
"publisher": "TOTVS",
"author": {
"name": "TOTVS",
Expand Down Expand Up @@ -71,8 +71,8 @@
"@material-ui/lab": "^4.0.0-alpha.56",
"@totvs/prettier-plugin-4gl": "^0.1.2",
"@totvs/prettier-plugin-advpl": "^0.1.2",
"@totvs/tds-da": "^1.2.0",
"@totvs/tds-ls": "^1.2.1",
"@totvs/tds-da": "^1.2.1",
"@totvs/tds-ls": "^1.2.2",
"@types/node": "^14.14.12",
"@types/react": "^16.9.50",
"@types/vscode": "^1.52.0",
Expand Down

0 comments on commit 4f9699a

Please sign in to comment.