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.
How modify the default commands in VsCode?
-
- admin
- Posts: 538
- Joined: 11 May 2020 18:03
Re: How modify the default commands in VsCode?
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
-
- Posts: 2
- Joined: 30 Aug 2023 03:15
Re: How modify the default commands in VsCode?
Elringus wrote: ↑30 Aug 2023 09:51There 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.