How modify the default commands in VsCode?

Posted: 30 Aug 2023 05:39
by diamndeye

I need to use my own UI manager, scene manager, and character manager in my Unity project, so I don't need the parts of in the NaniNovel. I would like to modify or remove some default commands. However, in VsCode, the metadata.xml file only loads custom commands, and the default commands always remain present. I don't know how to modify it.


Re: How modify the default commands in VsCode?

Posted: 30 Aug 2023 09:51
by Elringus

There is no built-in option for that. If you're modifying Naninovel that far anyway, you can also fork the LSP; here are the sources: https://github.com/Naninovel/Language


Re: How modify the default commands in VsCode?

Posted: 31 Aug 2023 01:40
by diamndeye
Elringus wrote: 30 Aug 2023 09:51

There is no built-in option for that. If you're modifying Naninovel that far anyway, you can also fork the LSP; here are the sources: https://github.com/Naninovel/Language

thank you,I''ll try it.