Skip to content

Commit

Permalink
Release notes for microsoft/vscode#6734
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Dec 6, 2019
1 parent 130ad82 commit ab0060f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion release-notes/v1_41.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ In order to distinguish input and output better in the Debug console, we have in

![Debug console decorations](images/1_41/repl-decorations.png)

## Extensions contributions
## Contributions to extensions

### ESLint

Expand Down Expand Up @@ -288,6 +288,15 @@ You can also selectively disable ESLint via:
}
```

### vscode-scss

[vscode-scss](https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-scss) offers cross-file language support for SCSS variables, mixins and functions. In this milestone, we helped its development for a new release, [0.8.0](https://github.com/mrmlnc/vscode-scss/releases/tag/v0.8.0). The new version improves import path resolution and performance. vscode-scss now shows color preview for color variables in auto-completion as well.

Improvements include
- Better import path resolution
- Color preview for auto-completed color variable
- Better performance

## Extension authoring

### Workspace file events
Expand Down

0 comments on commit ab0060f

Please sign in to comment.