Skip to content

Commit 4dedb26

Browse files
authored
Merge pull request #537 from anteprimorac/improve-settings
Improve settings
2 parents 6dade25 + ebfd432 commit 4dedb26

File tree

7 files changed

+65
-1075
lines changed

7 files changed

+65
-1075
lines changed

β€Ž.all-contributorsrcβ€Ž

Lines changed: 0 additions & 75 deletions
This file was deleted.

β€Ž.gitignoreβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
out
33
node_modules
44
.vscode-test/
5+
vscode-test-env/
56
*.vsix

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this extension will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.0] 2023-06-17
9+
### Added
10+
- `htmlEndTagLabels.labelColor` theme color option that replaces the deprecated `htmlEndTagLabels.labelColor` settings option (fixes #196 and #320)
11+
- `htmlEndTagLabels.labelPrefix` settings option (fixes #483)
12+
13+
## Changed
14+
- bump dependencies
15+
- minimum vscode version is now 1.78.0
16+
- bump minimum node version to 16.0.0
17+
818
## [0.11.0] 2023-03-04
919
### Added
1020
- support for JSX custom tags

β€ŽREADME.mdβ€Ž

Lines changed: 13 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -12,39 +12,22 @@ Labels HTML end tags in VSCode.
1212

1313
![HTML End Tag Labels](images/screenshot-1.png)
1414

15-
## Settings
16-
17-
| Name | Description |
18-
|-----------------------------|---------------------------------------------------------------------------------|
19-
| htmlEndTagLabels.labelColor | Label foreground color (if empty will use `editorCodeLens.foreground` instead). |
20-
21-
## [Release Notes](CHANGELOG.md)
15+
## Theme colors
2216

23-
## Contributors ✨
17+
| Name | Description |
18+
| --------------------------- | ---------------------- |
19+
| htmlEndTagLabels.labelColor | Label foreground color |
2420

25-
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
26-
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-)
27-
<!-- ALL-CONTRIBUTORS-BADGE:END -->
28-
29-
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
21+
## Settings
3022

31-
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
32-
<!-- prettier-ignore-start -->
33-
<!-- markdownlint-disable -->
34-
<table>
35-
<tr>
36-
<td align="center"><a href="http://anteprimorac.com.hr"><img src="https://avatars0.githubusercontent.com/u/972083?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ante Primorac</b></sub></a><br /><a href="https://github.com/anteprimorac/vscode-html-end-tag-labels/commits?author=anteprimorac" title="Code">πŸ’»</a> <a href="https://github.com/anteprimorac/vscode-html-end-tag-labels/commits?author=anteprimorac" title="Documentation">πŸ“–</a> <a href="#ideas-anteprimorac" title="Ideas, Planning, & Feedback">πŸ€”</a> <a href="#infra-anteprimorac" title="Infrastructure (Hosting, Build-Tools, etc)">πŸš‡</a> <a href="#maintenance-anteprimorac" title="Maintenance">🚧</a> <a href="https://github.com/anteprimorac/vscode-html-end-tag-labels/pulls?q=is%3Apr+reviewed-by%3Aanteprimorac" title="Reviewed Pull Requests">πŸ‘€</a></td>
37-
<td align="center"><a href="http://ctf0.wordpress.com/"><img src="https://avatars2.githubusercontent.com/u/7388088?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Muah</b></sub></a><br /><a href="https://github.com/anteprimorac/vscode-html-end-tag-labels/commits?author=ctf0" title="Code">πŸ’»</a></td>
38-
<td align="center"><a href="https://github.com/Elvanos"><img src="https://avatars2.githubusercontent.com/u/16904898?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Elvanos Takashi</b></sub></a><br /><a href="https://github.com/anteprimorac/vscode-html-end-tag-labels/commits?author=Elvanos" title="Code">πŸ’»</a></td>
39-
<td align="center"><a href="https://imfeld.dev"><img src="https://avatars0.githubusercontent.com/u/1369558?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Daniel Imfeld</b></sub></a><br /><a href="https://github.com/anteprimorac/vscode-html-end-tag-labels/commits?author=dimfeld" title="Code">πŸ’»</a></td>
40-
<td align="center"><a href="http://nicolas-bettenburg.com"><img src="https://avatars.githubusercontent.com/u/718340?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Nicolas Bettenburg</b></sub></a><br /><a href="https://github.com/anteprimorac/vscode-html-end-tag-labels/commits?author=nicbet" title="Code">πŸ’»</a></td>
41-
<td align="center"><a href="https://peterjanes.ca/"><img src="https://avatars.githubusercontent.com/u/193948?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Peter Janes</b></sub></a><br /><a href="https://github.com/anteprimorac/vscode-html-end-tag-labels/commits?author=peterjanes" title="Code">πŸ’»</a></td>
42-
</tr>
43-
</table>
23+
| Name | Description |
24+
| ---------------------------- | --------------------------- |
25+
| htmlEndTagLabels.labelPrefix | Label prefix (default: `/`) |
4426

45-
<!-- markdownlint-restore -->
46-
<!-- prettier-ignore-end -->
27+
> **Warning**: The following settings are deprecated and will be removed in a future release. Use theme colors instead.
4728
48-
<!-- ALL-CONTRIBUTORS-LIST:END -->
29+
| Name | Description |
30+
| ------------------------------- | ----------------------------------------------------------------------------------- |
31+
| ~~htmlEndTagLabels.labelColor~~ | ~~Label foreground color (if empty will use `editorCodeLens.foreground` instead).~~ |
4932

50-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
33+
## [Release Notes](CHANGELOG.md)

0 commit comments

Comments
Β (0)