GeForceLegend / vscode-mcshader

A WIP language server for Minecraft shaderpacks
MIT License
7 stars 0 forks source link

Does not work with moj_import directive #5

Open NazarDoeH opened 2 months ago

NazarDoeH commented 2 months ago

image image

GeForceLegend commented 2 months ago

Vanilla resourcepack shader is not supported on the main framwork, they just act like temporary opened files. I added #moj_import support in temp file parsing iirc, don't know why it's not working.

GeForceLegend commented 1 month ago

Works on my devide. If your include file does not exist in your workspace, obviously the language server cannot find target file, and leave that macro alone without preprocess it. 20240722-110633