about summary refs log tree commit diff
path: root/pkgs/development/compilers/llvm
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-01-08 16:34:44 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-01-08 16:34:52 +0100
commitef1898454cdc31b883cde3c3dc5efe07641bccdc (patch)
tree589744e2fe0cd2b85f9989605f02f6989de34a25 /pkgs/development/compilers/llvm
parentbcdfbb56e99818c225f7406b212820b793351ef4 (diff)
parenta31eb10ddc76a57e50f58747008c8eee73a65464 (diff)
downloadnixlib-ef1898454cdc31b883cde3c3dc5efe07641bccdc.tar
nixlib-ef1898454cdc31b883cde3c3dc5efe07641bccdc.tar.gz
nixlib-ef1898454cdc31b883cde3c3dc5efe07641bccdc.tar.bz2
nixlib-ef1898454cdc31b883cde3c3dc5efe07641bccdc.tar.lz
nixlib-ef1898454cdc31b883cde3c3dc5efe07641bccdc.tar.xz
nixlib-ef1898454cdc31b883cde3c3dc5efe07641bccdc.tar.zst
nixlib-ef1898454cdc31b883cde3c3dc5efe07641bccdc.zip
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
-	pkgs/development/python-modules/aiohappyeyeballs/default.nix
Diffstat (limited to 'pkgs/development/compilers/llvm')
-rw-r--r--pkgs/development/compilers/llvm/common/lldb.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/compilers/llvm/common/lldb.nix b/pkgs/development/compilers/llvm/common/lldb.nix
index 3ab71a8d3e9d..23ed4a2a2042 100644
--- a/pkgs/development/compilers/llvm/common/lldb.nix
+++ b/pkgs/development/compilers/llvm/common/lldb.nix
@@ -159,6 +159,10 @@ stdenv.mkDerivation (rec {
     ln -s $out/bin/*-vscode $out/share/vscode/extensions/llvm-org.lldb-vscode-0.1.0/bin
   '';
 
+  passthru.vscodeExtName = "lldb-vscode";
+  passthru.vscodeExtPublisher = "llvm";
+  passthru.vscodeExtUniqueId = "llvm-org.lldb-vscode-0.1.0";
+
   meta = llvm_meta // {
     homepage = "https://lldb.llvm.org/";
     description = "A next-generation high-performance debugger";