Skip to content

Commit 4fa0f1d

Browse files
authored
[lldb-dap] Adding an icon to the lldb-dap package. (#137695)
This shows up in the extension UI and in the VSCode extension marketplace. I used the llvm/llvm-www/blob/main/img/LLVMWyvernSmall.png for the image. Here is what this looks like locally: <img width="1020" alt="Screenshot 2025-04-28 at 12 30 33 PM" src="https://github.com/user-attachments/assets/cd615161-06db-4a37-8f8a-df65ca620a67" />
1 parent 51bbebb commit 4fa0f1d

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

lldb/tools/lldb-dap/.vscodeignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
!LICENSE.TXT
66
!package.json
77
!README.md
8+
!llvm-logo.png
89
!out/**
9-
!syntaxes/**
10+
!syntaxes/**

lldb/tools/lldb-dap/llvm-logo.png

255 KB
Loading

lldb/tools/lldb-dap/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"bugs": {
1515
"url": "https://github.com/llvm/llvm-project/issues"
1616
},
17+
"icon": "llvm-logo.png",
1718
"keywords": [
1819
"C",
1920
"C++",

0 commit comments

Comments
 (0)