diff --git a/README.md b/README.md index ea463e5cb..75ae27e0b 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,12 @@ git clone https://github.com/Rady/cline.git 2. Install dependencies: ```bash -npm install +npm run install:all ``` 3. Build the extension: ```bash -npm run package && vsce package +vsce package ``` You can find the built extension in the current directory. diff --git a/webview-ui/src/index.tsx b/webview-ui/src/index.tsx index 341d7dcea..d3653e88e 100644 --- a/webview-ui/src/index.tsx +++ b/webview-ui/src/index.tsx @@ -3,7 +3,7 @@ import ReactDOM from "react-dom/client" import "./index.css" import App from "./App" import reportWebVitals from "./reportWebVitals" -import "./codicon.css" +import "@vscode/codicons/dist/codicon.css" const root = ReactDOM.createRoot(document.getElementById("root") as HTMLElement) root.render(