Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Feb 25, 2021
1 parent 5a0deb6 commit ac0df24
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release-notes/images/1_54/suggest-when-clause.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions release-notes/v1_54.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ Thanks to [@jeanp413 (Jean Pierre)](https://github.com/jeanp413), the 'Wrap with

Thanks to [@lancewl (Hsuan-An Weng Lin)](https://github.com/lancewl), the `emmet.extensionsPath` setting can now also take in an array of paths, rather than just a string. Therefore, when combined with Settings Sync, one can point to different snippet files depending on the machine they are on, without having to update the setting per machine.

### IntelliSense for context keys

VS Code uses [when](https://code.visualstudio.com/api/references/when-clause-contexts)-clauses to enable/disable keybindings. Extensions also use when-clauses to control [menu](https://code.visualstudio.com/api/references/contribution-points#contributes.menus)- and [view](https://code.visualstudio.com/api/references/contribution-points#contributes.views)-contributions. Authoring these when-clauses is now much simpler because the editor offers completions for them.

![IntelliSense for context key in keybindings.json](./images/1_54/suggest-when-clause.png)
*Theme: [GitHub Light Theme](https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme), Font: FiraCode*


## Engineering

### Progress on Electron sandbox
Expand Down

0 comments on commit ac0df24

Please sign in to comment.