Skip to content

Commit bb88324

Browse files
authored
Deprecate CppUTest Test Adapter (#971)
1 parent 9433909 commit bb88324

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",
@@ -77,7 +77,7 @@
7777
}
7878
],
7979
"deprecated": {
80-
"HerrInformatiker.ai-rules-sync" : {
80+
"HerrInformatiker.ai-rules-sync": {
8181
"disallowInstall": true,
8282
"extension": {
8383
"id": "HerrInformatiker.ai-rules-syncer",
@@ -557,6 +557,13 @@
557557
"sforgsummary.sf-org-summary": {
558558
"disallowInstall": true
559559
},
560+
"scottbauer.cpputest-test-adapter": {
561+
"disallowInstall": true,
562+
"extension": {
563+
"id": "bneumann.cpputest-test-adapter",
564+
"displayName": "CppUTest Test Adapter"
565+
}
566+
},
560567
"DrMerfy.overtype": true,
561568
"jroesch.lean": true,
562569
"moalamri.inline-fold": true,

0 commit comments

Comments
 (0)