From 5bcdd410ff2443a51e9aa35bd068f312f3f72bfc Mon Sep 17 00:00:00 2001 From: Rady Date: Tue, 31 Dec 2024 22:34:37 +0800 Subject: [PATCH] fixed issue. --- README.md | 4 ++-- webview-ui/src/index.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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(