cschlosser / doxdocgen

Generate doxygen documentation from source code in VS Code
https://marketplace.visualstudio.com/items?itemName=cschlosser.doxdocgen
MIT License
258 stars 54 forks source link

Not work in remote-ssh mode #289

Closed liaojm930 closed 2 years ago

liaojm930 commented 2 years ago

Describe the bug I use the remote-ssh plugin in vscode, and install this plugin on the remote mechine too, but it not works.

Code example

int helloworld(int a, int *b);

Expected result

/**
 * @brief 
 * 
 * @param a 
 * @param b 
 * @return int 
 */

Actual result

nothing

Your System:

Additional context Add any other context about the problem here.

liaojm930 commented 2 years ago

I uninstall this plugin and install it again, it works well, but i don't know why.