All notable changes to vibrant-abyss
crate will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Set foreground color for
const
generic parameters (Rust)
- Update
vscode/vsce
dependency to latest version
- Remove extra character from line start in
README.md
- Add
assets/screenshots
to.vscodeignore
- Reduce extension size by loading screenshots as raw images from repository in
README.md
- Add new customization for
Suggest Widget
- Set background and border colors to
#000000
- Set highlight foreground color to
#4EC1FB
- Set selected background color to transparent (
#00000000
)
- Set background and border colors to
- Set
Suggest Widget
focus highlight foreground color to"#9CDCFE"
from#2996DE70
- Include screenshots in extension package
- Change foreground color of an item to
#2996DE70
when selected inSuggest Widget
- Update
.gitignore
- Load images through repository URL in
.md
files
- Reduce extension size by
~160%
with.vscodeignore
- List
Command Center
installation method inInstallation
section ofREADME.md
- Specify schema type for
deploy.yml
insettings.json
- Correct headings in
MANUAL.md
- Format
MANUAL.md
- Include
.md
in.editorconfig
- Reduced extension size by increasing compression of
.png
asset files - Replace
rust.png
andrust-debug.png
with better screenshots - Use strings with double instead of single quotes in
deploy.yml
- Replace
C#
debug screenshot with new one that does not show the taskbar
- Correct break between normal and debug screenshots
- New screenshots of
C#
code in themed editor - Missing
Table of contents
heading after badges inREADME.md
- Display screenshots under correct subsections in
README.md
- Update and rename
Installation methods
section toInstallation
inREADME.md
- Update last section name in
MANUAL.md
- Correct headings in
README.md
- Use installation command with correct file name in
MANUAL.md
- Use github links for
LICENSE
andMANUAL
inREADME.md
- Add missing space before extension install command in
MANUAL.md
- Rename change label of marketplace badge to
Version
fromVisual Studio Marketplace
- Correct path to
icon.png
inMANUAL.md
- Remove unnecessary line of text under
License
section
- Update downloads badge in
README.md
to display installs
- Initial release