WolframResearch/vscode-wolfram

Problem building vsix package

philschatz opened this issue ยท 1 comments

๐Ÿ‘‹ Hello! I tried following the instructions in HowToBuild.md but ran into a problem. I'm running on linux and using the WolframEngine instead of Mathematica. Here are the commands I ran:

npm install -g vsce
mkdir build
cd build
cmake -DWOLFRAMKERNEL=/usr/local/Wolfram/WolframEngine/12.3/Executables/WolframKernel ..
cmake --build .

And got the following error message:

...
[88] external "net" 42 bytes {0} [built]
    + 121 hidden modules
 ERROR  Couldn't detect the repository where this extension is published. The image 'docs/highlighting.png' will be broken in README.md. GitHub/GitLab repositories will be automatically detected. Otherwise, please provide the repository URL in package.json or use the --baseContentUrl and --baseImagesUrl options.
make[2]: *** [CMakeFiles/vsix.dir/build.make:71: wolfram-1.4.0.vsix] Error 1
make[1]: *** [CMakeFiles/Makefile2:76: CMakeFiles/vsix.dir/all] Error 2
make: *** [Makefile:118: all] Error 2

Any idea what I might have forgotten to do?

Sorry about that. Just pushed up a fix.