-
Notifications
You must be signed in to change notification settings - Fork 464
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix GitHub 1401, diagnostics relative to workspace folder (#3780)
* Fix GitHub 1401, diagnostics relative to workspace folder - relative diagnostics files are searched in build_dir and src_dir, first existing file is returned - defaults to old behavior : `path.resolve(build_dir, file)` - `resolveDiagnostics` has been made async to not slow down IDE when testing files * update ChangeLog for #1401 * fix relative file resolution diagnostics test - diagnostics paths always use POSIX separators (see `normalizePath` in [src/util.ts](src/util.ts)) --------- Co-authored-by: Sylvain Fargier <sylvain.fargier@cern.ch> Co-authored-by: Garrett Campbell <86264750+gcampbell-msft@users.noreply.github.com>
- Loading branch information
1 parent
998ebbd
commit 97b36c9
Showing
4 changed files
with
51 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters