We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561a21f commit e7a1f45Copy full SHA for e7a1f45
lldb/tools/lldb-dap/.vscodeignore
@@ -5,5 +5,6 @@
5
!LICENSE.TXT
6
!package.json
7
!README.md
8
+!llvm-logo.png
9
!out/**
-!syntaxes/**
10
+!syntaxes/**
lldb/tools/lldb-dap/llvm-logo.png
255 KB
lldb/tools/lldb-dap/package.json
@@ -14,6 +14,7 @@
14
"bugs": {
15
"url": "https://github.com/llvm/llvm-project/issues"
16
},
17
+ "icon": "llvm-logo.png",
18
"keywords": [
19
"C",
20
"C++",
0 commit comments