Skip to content

Commit b4f5dcc

Browse files
committed
[lldb-dap] Reword the description in package.json
Match the description of the Visual Studio Code extension with the wording used by popular/official extensions. Most extension spell out "Visual Studio Code" and use "in" instead of "from".
1 parent c8b8415 commit b4f5dcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/tools/lldb-dap/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.2.10",
55
"publisher": "llvm-vs-code-extensions",
66
"homepage": "https://lldb.llvm.org",
7-
"description": "LLDB debugging from VSCode",
7+
"description": "Debugging with LLDB in Visual Studio Code",
88
"license": "Apache 2.0 License with LLVM exceptions",
99
"repository": {
1010
"type": "git",
@@ -550,4 +550,4 @@
550550
}
551551
]
552552
}
553-
}
553+
}

0 commit comments

Comments
 (0)