-
Hi, I have followed the tutorials and everything worked for me. I have now a language with a generator to java that works perfectly. However, it seems that Languim disabled this and if I write a silly command just like the one below, it does not show up. Am I missing something? Thanks
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey @lazkany, You will need to declare the command in the package.json of your extension. While the command that you created is still registered in vscode, it isn't available in the command palette without the declaration. |
Beta Was this translation helpful? Give feedback.
Hey @lazkany,
You will need to declare the command in the package.json of your extension. While the command that you created is still registered in vscode, it isn't available in the command palette without the declaration.