Pouja

Results 6 comments of Pouja

> So you built it using make CLANG_LIBS='-L/usr/lib64/llvm -lclang' CLANG_PREFIX=/usr/lib/clang/3.4.2, correct? I want to make sure, so it can be added to the README. That is true > Many systems...

setimmediate is only implemented by Microsoft (edge and IE). So you would require an polyfill. I just used https://github.com/YuzuJS/setImmediate polyfill and I can compile again with `ng serve`.

@andyque Linux, fedora 20 to be more precise, and with g++ (gcc) 4.8.3. The build fails with the given error when I set `BUILD_EDITOR_COCOSTUDIO` to `OFF`. When it is set...

Try `"C_Cpp.autocomplete": "Disabled"` setting in your `settings.json` So you get the best of two worlds: go to definition of MS C/C++ and the working completion of this plugin.

Do you happen to use the `C/C++` extension? Because I would get the same, and it was due this plugin not finding any autocompletion so `C/C++` auto completion would take...

This should not break for anyone already using CJS. The output is exactly the same.