Skip to content

Commit

Permalink
Merge pull request #463 from direnv/onLanguage
Browse files Browse the repository at this point in the history
Activate before *any* language
  • Loading branch information
mkhl authored Apr 17, 2023
2 parents 9283d0c + 70ad990 commit fff1c47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [Unreleased]
### Changed
- Activate this extension before any language-based ones

## [0.11.0] - 2023-04-15
### Added
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"Other"
],
"activationEvents": [
"*"
"*",
"onLanguage"
],
"capabilities": {
"untrustedWorkspaces": {
Expand Down

0 comments on commit fff1c47

Please sign in to comment.