stevensona/shader-toy

The menu is displayed even for files other than .glsl.

Opened this issue · 0 comments

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.