Skip to content

Commit 910e22a

Browse files
committed
Deprecate CppUTest Test Adapter
1 parent a714343 commit 910e22a

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

extension-control/extensions.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"EchelonStudios.solidity-language-support",
2828
"JuanFBlanco.solidity-ai-ethereum",
2929
"JuanFBlanc.solidity-ethereum-vsc",
30-
"juan-blanco.vscode-solidity",
31-
"nomic-fdn.solidity-hardhat",
30+
"juan-blanco.vscode-solidity",
31+
"nomic-fdn.solidity-hardhat",
3232
"aptos.move-on-aptos",
33-
"googlecloud-vscode.firebase-dataconnect",
34-
"kilocode-ai.kilo-code",
33+
"googlecloud-vscode.firebase-dataconnect",
34+
"kilocode-ai.kilo-code",
3535
"oxc-vscode.oxc",
3636
"Crypto-Extensions.SnowShsoNo",
3737
"Crypto-Extensions.solidity",
@@ -75,7 +75,7 @@
7575
}
7676
],
7777
"deprecated": {
78-
"HerrInformatiker.ai-rules-sync" : {
78+
"HerrInformatiker.ai-rules-sync": {
7979
"disallowInstall": true,
8080
"extension": {
8181
"id": "HerrInformatiker.ai-rules-syncer",
@@ -555,6 +555,13 @@
555555
"sforgsummary.sf-org-summary": {
556556
"disallowInstall": true
557557
},
558+
"scottbauer.cpputest-test-adapter": {
559+
"disallowInstall": true,
560+
"extension": {
561+
"id": "bneumann.cpputest-test-adapter",
562+
"displayName": "CppUTest Test Adapter"
563+
}
564+
},
558565
"DrMerfy.overtype": true,
559566
"jroesch.lean": true,
560567
"moalamri.inline-fold": true,

0 commit comments

Comments
 (0)