Skip to content

Commit 0576b17

Browse files
committed
test: add cpptools
Signed-off-by: loongtao.zhang <[email protected]>
1 parent 68bd357 commit 0576b17

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

config.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
vscode_version = "1.84.2"
22

33
extensions = [
4+
"ms-vscode.cpptools",
45
"ms-python.debugpy",
56
"42crunch.vscode-openapi",
67
"aaron-bond.better-comments",

example/flake.nix

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@
1919
pkgs = pkgs;
2020
lib = pkgs.lib;
2121
};
22-
in {
22+
in
23+
{
2324
devShell = pkgs.mkShell {
2425
buildInputs = [
2526
plugins.eamodio.gitlens
2627
(builtins.getAttr "42crunch" plugins).vscode-openapi
28+
plugins.ms-vscode.cpptools
2729
];
2830
};
2931
});

0 commit comments

Comments
 (0)