[Lldb-commits] [lldb] [lldb-dap] Create a typescript extension for lldb-dap (PR #75515)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 15 01:27:20 PST 2023
================
@@ -0,0 +1,21 @@
+import * as vscode from 'vscode';
----------------
Dodzey wrote:
Is this only true for extensions that include typescript? Or perhaps only for extensions installed client side (when using remote VS Code workflows). I've recently installed the current lldb-dap extension under a Docker devcontainer by creating a folder under ~/.vscode-server/extensions - and that appears to still work.
https://github.com/llvm/llvm-project/pull/75515
More information about the lldb-commits
mailing list