Skip to content

Commit 873cace

Browse files
committed
Remove the explicit default flag from the ChatGPT preset across all chat configuration categories
1 parent 4215530 commit 873cace

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

packages/vscode/package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -739,8 +739,7 @@
739739
"default": [
740740
{
741741
"name": "(0)",
742-
"chatbot": "ChatGPT",
743-
"isDefault": true
742+
"chatbot": "ChatGPT"
744743
},
745744
{
746745
"name": "(1)",
@@ -905,8 +904,7 @@
905904
"default": [
906905
{
907906
"name": "(0)",
908-
"chatbot": "ChatGPT",
909-
"isDefault": true
907+
"chatbot": "ChatGPT"
910908
},
911909
{
912910
"name": "(1)",
@@ -1041,8 +1039,7 @@
10411039
"default": [
10421040
{
10431041
"name": "(0)",
1044-
"chatbot": "ChatGPT",
1045-
"isDefault": true
1042+
"chatbot": "ChatGPT"
10461043
},
10471044
{
10481045
"name": "(1)",

0 commit comments

Comments
 (0)