Skip to content

Commit

Permalink
Update dependencies, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Oct 10, 2022
1 parent a83aab0 commit 7dee596
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 34 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Added
- New Document Outline panel, making it easier to navigate between scenarios.
- (Java) Recognise regexps with `(?i)`, with the caveat that the resulting JavaScript `RegExp` is _not_ case insensitive ([#100](https://github.com/cucumber/language-service/issues/100), [#108](https://github.com/cucumber/language-service/pull/108))
- (TypeScript) Add support for template literals without subsitutions. ([#101](https://github.com/cucumber/language-service/issues/101), [#107](https://github.com/cucumber/language-service/pull/107))

## [1.4.1] - 2022-10-10
### Fixed
- Add Rust document selector ([#131](https://github.com/cucumber/vscode/pull/113))
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@ Gherkin documents are formatted using two space indentation.

Numeric cells are right-aligned (as in Excel). Non-numeric cells are left-aligned.

### Document Outline

![Document Outline](images/document-outline.gif)

The Outline panel displays an outline of the Gherkin document,
making it easy to navigate between scenarios.

## Extension Settings

In most cases you shouldn't need to specify any settings
Expand Down
Binary file added images/document-outline.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 33 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"upgrade": "npm-check-updates --upgrade"
},
"dependencies": {
"@cucumber/language-server": "1.0.1",
"@cucumber/language-server": "1.1.0",
"vscode-languageclient": "8.0.2"
},
"devDependencies": {
Expand Down

0 comments on commit 7dee596

Please sign in to comment.