How modify the default commands in VsCode?

Discuss authoring naninovel scenario scripts.
Post Reply
diamndeye
Posts: 2
Joined: 30 Aug 2023 03:15

How modify the default commands in VsCode?

Post 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.

Elringus
admin
Posts: 530
Joined: 11 May 2020 18:03

Re: How modify the default commands in VsCode?

Post 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

diamndeye
Posts: 2
Joined: 30 Aug 2023 03:15

Re: How modify the default commands in VsCode?

Post 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.

Post Reply