From 4f9699a3de89a5a070c9ab5a87e9de459116a846 Mon Sep 17 00:00:00 2001 From: lwtnb-wrk Date: Thu, 1 Jul 2021 17:56:53 -0300 Subject: [PATCH] fix #729 #726 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 6 +++--- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31621a45..38e6999a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index cced49ed..5a9e8695 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",