You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I install your plugin, but find that I still do installation of language server. I don't understand what's meaning of cd <v8 checkout>, what is v8 checkout ? And invoke these commands in v8 source code root directory?
The text was updated successfully, but these errors were encountered:
And invoke these commands in v8 source code root directory?
That's exactly the meaning. cd into the directory where your v8 checkout (git repository) is located.
Then at that location you can run the autoninja command from the README.
If you don't have a build directory yet for the autoninja command you'd have to create it using gn gen as described by the chromium build instructions (link).
I install your plugin, but find that I still do installation of language server. I don't understand what's meaning of
cd <v8 checkout>
, what isv8 checkout
? And invoke these commands in v8 source code root directory?The text was updated successfully, but these errors were encountered: