Skip to content

Commit

Permalink
Merge pull request #262 from arbs-io:feature/20240628-FixingConversat…
Browse files Browse the repository at this point in the history
…ionStatus

🛠️ package.json -> Updated version to 1.6.4
  • Loading branch information
arbs-io authored Jun 28, 2024
2 parents 3764ff8 + beb40a1 commit 8d5f8ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-openai",
"displayName": "vscode-openai",
"description": "vscode-openai seamlessly incorporates OpenAI features into VSCode, providing integration with SCM, Code Editor and Chat.",
"version": "1.6.3",
"version": "1.6.4",
"publisher": "AndrewButson",
"icon": "images/logo_128x128.png",
"private": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ function useConversationAvatar(item: IConversation): JSX.Element {
break

default:
status = 'available'
outOfOffice = false
break
}
return (
Expand Down

0 comments on commit 8d5f8ad

Please sign in to comment.