shader-toy
shader-toy copied to clipboard
The menu is displayed even for files other than .glsl.
The menu is displayed in a language other than glsl. I think I can solve this problem by setting "when" correctly when adding "command" in package.json.
{"command": "", "when": "editorLangId == glsl"}
thank you.