Skip to content

Commit 429ca05

Browse files
committed
remove chat config from package json
1 parent 874e1b9 commit 429ca05

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

packages/vscode-extension/package.json

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -546,13 +546,6 @@
546546
"default": true,
547547
"scope": "window",
548548
"description": "Enables the Radon AI functionality in the extension."
549-
},
550-
"RadonIDE.radonAI.enableChatParticipant": {
551-
"type": "boolean",
552-
"default": false,
553-
"scope": "window",
554-
"markdownDescription": "**[deprecated]** Enables `@radon` AI chat participant.",
555-
"description": "[deprecated] Enables `@radon` AI chat participant."
556549
}
557550
}
558551
}
@@ -1191,16 +1184,6 @@
11911184
}
11921185
}
11931186
},
1194-
"chatParticipants": [
1195-
{
1196-
"when": "RNIDE.chatParticipantEnabled",
1197-
"id": "chat.radon-ai",
1198-
"fullName": "Radon AI",
1199-
"name": "radon",
1200-
"description": "Get up-to-date answers related to React Native",
1201-
"isSticky": true
1202-
}
1203-
],
12041187
"customEditors": [
12051188
{
12061189
"viewType": "RadonIDE.reactDevtoolsProfiler",

0 commit comments

Comments
 (0)