We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68bd357 commit 0576b17Copy full SHA for 0576b17
config.toml
@@ -1,6 +1,7 @@
1
vscode_version = "1.84.2"
2
3
extensions = [
4
+ "ms-vscode.cpptools",
5
"ms-python.debugpy",
6
"42crunch.vscode-openapi",
7
"aaron-bond.better-comments",
example/flake.nix
@@ -19,11 +19,13 @@
19
pkgs = pkgs;
20
lib = pkgs.lib;
21
};
22
- in {
+ in
23
+ {
24
devShell = pkgs.mkShell {
25
buildInputs = [
26
plugins.eamodio.gitlens
27
(builtins.getAttr "42crunch" plugins).vscode-openapi
28
+ plugins.ms-vscode.cpptools
29
];
30
31
});
0 commit comments