File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
packages/vscode-extension Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 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 }
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" ,
You can’t perform that action at this time.
0 commit comments