Skip to content

Commit f80411b

Browse files
Update CHANGELOG.md for julia-vscode#2373
1 parent 63d3f68 commit f80411b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to the Julia extension will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
8+
9+
### Added
10+
* `Hovers` and `Codelens` for `Project.toml` ([##2373](https://github.com/julia-vscode/julia-vscode/pull/2373))
11+
812
### Fixed
913
* Fixed REPL stacktraces file path links for Windows. Paths with tilda symbol now expand to the correct HOMEPATH. Paths with spaces are handled correctly ([#2261](https://github.com/julia-vscode/julia-vscode/pull/2261))
1014

src/interactive/versionslens.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@ namespace VersionLens {
276276
* ┌──────►Match the section header, e.g., [deps].
277277
* │ ┌────►Match a newline or any character, zero or more times until──┐
278278
* │ │ ┌───────────────────────────────────────────────────────────────┘
279-
* │ │
280-
* │ │ └┐►Match a newline followed by the beginning of another section, i.e., `[`, or EOF.
279+
* │ │ └┐► Match a newline followed by the beginning of another section, i.e., `[`, or EOF.
280+
* │ │ │ **note `RegExp` doesn't support `\Z` matcher**.
281281
* │ │ └─────────────────────────────────────────────────┐
282282
* │ └────────────────────────┐ │
283283
* │ ┌────────────────┬┴─────────────────────────┬─┴───────────────────────────────────────────┐

0 commit comments

Comments
 (0)