Releases: StefanH-AT/Source-Engine-VSCode-Extension
Releases · StefanH-AT/Source-Engine-VSCode-Extension
0.11.0
General
- Added automatic Keyvalue file detection. This is disabled by default but can be enabled in the settings. This will automatically detect keyvalue files and apply the correct language mode to them. This is useful for files like
gameinfo.txt
orgame_sounds_whatever.txt
which are not detected by the extension automatically.
0.10.3
FGD
- Fixed syntax highlighting for HammerAddons unified FGD tags as reported by Luke18033
0.10.2
General
- Fixed negative numbers not being highlighted correctly in keyvalue files
0.10.1
Captions
- Improved syntax highlighting for
<I>
and<B>
tags
0.10.0
0.8.1
FXC
- Apply syntax highlighting to
_fxc.h
files so vscode doesn't open the shader code as a C++ file
0.8.0
FXC
- Added syntax highlighting for .fxc (Shader) files based off Vscode's HLSL definition enhanced with special FXC comment syntax
0.7.0
VMT
- Added parameters related to decals like
$decal
- Added
$translucent 1
to decal snippet
QC
- Added
$attachment
snippet
0.6.3
VMT
- Fixed color preview bugs
0.6.2
VMT
- Fixed texture paths always being marked as missing on filesystem