Skip to content

Commit

Permalink
master: removed executable node location info
Browse files Browse the repository at this point in the history
  • Loading branch information
Mate Pek committed Feb 1, 2022
1 parent 7e103c0 commit e8bc67f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [4.0.23]

### Changed

- Removed location added to executabe test item node. [issue](https://github.com/matepek/vscode-catch2-test-adapter/issues/325)

## [4.0.22] - 2022-01-09

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions src/AbstractExecutable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ export abstract class AbstractExecutable<TestT extends AbstractTest = AbstractTe
label,
description,
varsToResolve,
resolvedFile,
aboveLineInFile,
undefined,
undefined,
);

// special item handling for exec
Expand Down

0 comments on commit e8bc67f

Please sign in to comment.