Skip to content

Commit

Permalink
Activate extension on .yarn/.yarnproject presence
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda committed May 24, 2024
1 parent f4a0302 commit 0b259cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Fixed an issue where generating a graph view or spreadsheet view would fail if the current tab was not a text editor with a .yarn file open.
- Updated VS Code engine from 1.63 to 1.74.
- Commands that depend on the language server being online will now only appear in the command palette if the language server has started.
- The extension will now activate when the workspace contains a .yarn or .yarnproject file, rather than waiting for a .yarn file to be opened.

### Removed

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"dialogue"
],
"activationEvents": [
"onLanguage:yarnspinner",
"onCustomEditor:yarnspinner.yarnNodes"
"workspaceContains:**/*.yarn",
"workspaceContains:**/*.yarnproject"
],
"main": "./out/extension.js",
"qna": false,
Expand Down

0 comments on commit 0b259cc

Please sign in to comment.