From the course: Create Your Own Code Assistant with Llama 2, Node.js, and React.js
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Building the UI: Side chat
From the course: Create Your Own Code Assistant with Llama 2, Node.js, and React.js
Building the UI: Side chat
- Here we are in our code space in our extensions folder. We've proved that it's up and running, let's add some UI. We're going to make some personalization changes. Let's go ahead and install some UI patches in our terminal we'll run npm install grommet. Hit enter. We'll be using the Grommet UI framework for our extension. Once that's finished, we can clear the screen. We're going to minimize our terminal for now. Go over to our explorer and open up our package JSON. In here we're going to change several things. First, we'll change the name of our extension. As you recall, I called mine Kuzco So we're going to call this kuzco-extension display name will just be Kuzco Our commands will change instead of hello-world will be whatever you called your extension, mine was kuzco. And then I've got a showChat command and it's title will be Kuzco: Show Next, we'll change our VS Code to be v90.0 and we're going to add to the contributes option at line 16, an experimental feature called…