Skip to content

Commit

Permalink
Merge pull request #455 from BetterThanTomorrow/fix/make-providers-av…
Browse files Browse the repository at this point in the history
…ailable-in-jar

Fix/make providers available in jar
  • Loading branch information
PEZ committed Nov 7, 2019
2 parents 229f549 + 4a26ca0 commit 1edb1cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Changes to Calva.

## [Unreleased]
- Enable inforamtion providers in jar files e.g. opened with the "Go to Definition" command.

## [2.0.58] - 2019-11-07
- [Incorrect red highlights around brackets/paren in specific case](https://github.com/BetterThanTomorrow/calva/issues/410)
Expand Down
1 change: 1 addition & 0 deletions src/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export function setExtensionContext(context: vscode.ExtensionContext) {
// not known and therefore not supported.
const documentSelector = [
{ scheme: 'file', language: 'clojure' },
{ scheme: 'jar', language: 'clojure' },
{ scheme: 'untitled', language: 'clojure' }
];

Expand Down

0 comments on commit 1edb1cd

Please sign in to comment.