Running the contributed command:'extension.createConfig' failed.
denghuimin opened this issue · 9 comments
Running the contributed command:'extension.createConfig' failed.
use it in vs code ,it return above
Hi,
Could you please elaborate more on it and what you were trying to do?
Cheers,
Jeremy
Closing due to inactivity. :) Feel free to open if ya like, @denghuimin
i'm running into this same issue.
when you run the command , it never generates a webpack.config file
yes ,when i press "webpack create " ,the vs code show "Running the contributed command:'extension.createConfig' failed."
OK this wasn't documented. You just have a package.json file in the root in order for the command to work as well as an app/src or dist/out directory
Hi @denghuimin & @rwatts3,
So, if you are trying to start the development env for the exts. You have to clone & open the individual dirs for the extensions, then npm install
and debug via vscode :).
Because, if you try to clone the whole repo and debug via VSCode in main dir, it gets confused :). I will try to split them up as submods soon for easier understanding.
Please let me know, if you have clarifications. I will keep this open, till you guys get it up and running.
Thank you!
Jeremy
Hi guys, this should #4 fix your issues. Please check and let me know. :)
It was the prettifier, suddenly bailing on the code, ext was creating for webpack.config. I have changed it to use a different prettifier.
yes, that is ok,thankyou!
Thank you! :)