Skip to content

Commit

Permalink
- временно отключена фича по обновлению окна интеграционных тестов пр…
Browse files Browse the repository at this point in the history
…и изменении их файлов (special thanks @g4n8g).
  • Loading branch information
DmitryOffsec committed Aug 23, 2024
1 parent 42dfd19 commit 236d8f4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 3.19.1 (Pre-Release)

- временно отключена фича по обновлению интеграционных тестов при их изменении их файлов (special thanks @g4n8g).

## 3.19.0 (Pre-Release)

- исправлена ошибка замены ожидаемого события фактически в интеграционных тестах (special thanks @Bobyboba18, @GeorgeFloyd_Official).
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Language client",
"author": "Dmitry Fedosov (@DmitryOffsec)",
"license": "MIT",
"version": "3.19.0",
"version": "3.19.1",
"repository": {
"type": "git",
"url": "https://github.com/Security-Experts-Community/vscode-xp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ export class IntegrationTestEditorViewProvider {

// eslint-disable-next-line @typescript-eslint/no-unused-vars
private async onExternalTestFilesModification(uri: vscode.Uri) : Promise<void> {
// TODO: не всегда корректно обрабатывает, отключено до решения данной проблемы
return;

if(IntegrationTestEditorViewProvider.SAVING_IN_PROGRESS) {
Log.trace(`A file ${uri.fsPath} modification detected when working through the extension modification`);
return;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Dmitry Fedosov (@DmitryOffsec)",
"icon": "resources/xp.png",
"license": "MIT",
"version": "3.19.0",
"version": "3.19.1",
"repository": {
"type": "git",
"url": "https://github.com/Security-Experts-Community/vscode-xp"
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "server",
"description": "Language server",
"version": "3.19.0",
"version": "3.19.1",
"author": "Dmitry Fedosov (@DmitryOffsec)",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 236d8f4

Please sign in to comment.