Skip to content

Commit

Permalink
Release notes for microsoft/vscode#3145
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Dec 6, 2019
1 parent 478f299 commit 130ad82
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_41/css-ranking-by-popularity.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_41.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,14 @@ Theme: Sapphire, Font: Hack

## Languages

### Ranking of auto-completed CSS properties

CSS auto-completion now ranks properties by their popularity:

![css-ranking-by-popularity](images/1_41/css-ranking-by-popularity.png)

The usage data is sourced from [ChromeStatus.org](https://www.chromestatus.com/metrics/css/popularity).

### JSON

To avoid performance issues with large files, the JSON language support has an upper limit of folding regions and document symbols (for outline, breadcrumb) it computes. By the default, the limit is 5000, but you can change the limit with the setting `json.maxItemsComputed`.
Expand Down

0 comments on commit 130ad82

Please sign in to comment.