Merge pull request #311695 from JohnRTitor/ms-vscode.cpptools
vscode-extensions.ms-vscode.cpptools: 1.20.2 -> 1.20.5
This commit is contained in:
commit
368c4b5e93
@ -43,11 +43,11 @@ let
|
|||||||
gdbDefaultsTo = if gdbUseFixed then "${gdb}/bin/gdb" else "gdb";
|
gdbDefaultsTo = if gdbUseFixed then "${gdb}/bin/gdb" else "gdb";
|
||||||
supported = {
|
supported = {
|
||||||
x86_64-linux = {
|
x86_64-linux = {
|
||||||
hash = "sha256-p8WFmkQKdzXF0FTWHabyeFMkwXa2RkDRM9SvvkBIOLY=";
|
hash = "sha256-arTBt3UWA5zoo0dL044Sx/NT1LUS76XfGIS96NOMvJk=";
|
||||||
arch = "linux-x64";
|
arch = "linux-x64";
|
||||||
};
|
};
|
||||||
aarch64-linux = {
|
aarch64-linux = {
|
||||||
hash = "sha256-HISE8/M9IpeI8iX0mmw9owExnpgiwpesE7YG/+QFYgc=";
|
hash = "sha256-oVuDxx117bVd/jDqn9KivTwR5T2X5UZMHk/nZ/e/IOg=";
|
||||||
arch = "linux-arm64";
|
arch = "linux-arm64";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -58,7 +58,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
|
|||||||
mktplcRef = base // {
|
mktplcRef = base // {
|
||||||
name = "cpptools";
|
name = "cpptools";
|
||||||
publisher = "ms-vscode";
|
publisher = "ms-vscode";
|
||||||
version = "1.20.2";
|
version = "1.20.5";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -105,9 +105,9 @@ vscode-utils.buildVscodeMarketplaceExtension {
|
|||||||
description = "The C/C++ extension adds language support for C/C++ to Visual Studio Code, including features such as IntelliSense and debugging.";
|
description = "The C/C++ extension adds language support for C/C++ to Visual Studio Code, including features such as IntelliSense and debugging.";
|
||||||
homepage = "https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools";
|
homepage = "https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools";
|
||||||
license = lib.licenses.unfree;
|
license = lib.licenses.unfree;
|
||||||
maintainers = [
|
maintainers = with lib.maintainers; [
|
||||||
lib.maintainers.jraygauthier
|
jraygauthier
|
||||||
lib.maintainers.stargate01
|
stargate01
|
||||||
];
|
];
|
||||||
platforms = [
|
platforms = [
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
|
Loading…
Reference in New Issue
Block a user