stef-levesque

Results 44 comments of stef-levesque

Unreal USF files are based on HLSL, but include several more keywords due to its preprocessing pass to make it platform-independent. To properly support the language, it would required a...

You can manually change the default file association in your user settings. Try adding this: ```json "files.associations": { "*.usf": "hlsl" } ```

It doesn't yet, but I'm looking at using https://github.com/tgjones/ShaderTools

Hey @connor4312 , I'm trying your suggestion but this doesn't work for me on macOS with VSCode 1.85.0