Add C/C++ debugging to personal vscode.
This commit is contained in:
parent
88634655d0
commit
641c21c77f
@ -54,6 +54,8 @@ let
|
|||||||
personal_specific = [
|
personal_specific = [
|
||||||
ms-python.python
|
ms-python.python
|
||||||
ms-python.debugpy
|
ms-python.debugpy
|
||||||
|
ms-vscode.cpptools # C/C++ support and debugging
|
||||||
|
ms-vscode.cpptools-extension-pack
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
if config.me.vscode.enable_work_profile then
|
if config.me.vscode.enable_work_profile then
|
||||||
@ -87,6 +89,7 @@ in
|
|||||||
"vscode-with-extensions"
|
"vscode-with-extensions"
|
||||||
"vscode-extension-ms-vscode-remote-remote-ssh"
|
"vscode-extension-ms-vscode-remote-remote-ssh"
|
||||||
"vscode-extension-MS-python-vscode-pylance"
|
"vscode-extension-MS-python-vscode-pylance"
|
||||||
|
"vscode-extension-ms-vscode-cpptools"
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user