Revan
Revan
Duplicate key checking checks the following keys (VGUI), is case insensitive and considers conditionals - `ControlName` - `fieldName` - `xpos` - `ypos` - `zpos` - `wide` - `tall` - `autoResize`...
The HUD Merger is set to not allow multiple line strings, because it's usually a sign of a missing closing double quote, which if skipped optimistically could cause an incorrect...
Hi, thanks for reporting this issue What is the value of `vscode-vdf.teamFortress2Folder` and does it point to a valid Team Fortress 2 installation (has a `tf/gameinfo.txt`) ? I fixed a...
The server logs don't seem to be including any error messages, when the extension crashes, could you open the Command Palette (Ctrl+Shift+P) and select "Developer: Toggle Developer Tools", go to...
No, as I dont have enough information to reproduce the crash, even on Linux (Ubuntu) with VSCodium. What HUD + file are you editing when it crashes? Are files missing...
Version 5.5.6 includes some fixes to the notification handling, can you try to see if the crash still happens in 5.5.6? Otherwise it might be another issue or your Team...
Possibly fixed by 2886a3c
Requires reading [PCF](https://developer.valvesoftware.com/wiki/PCF) files
I added tests for `preloadCode` and `data-sveltekit-preload-code`. Note that because the files are named like `nodes/103.js`, we can't know the file name at test time and can only guess that...
I moved the href resolver to the `_preload_code` function so that this fix will also apply for `data-sveltekit-preload-code="eager"`, instead of doing the conversion in the IntersectionObserver. However this also means...