Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vscode] .git이 없을 때 등의 webview를 열 수 없을 때 vscode의 toast 메세지를 통해 오류 메시지를 보여주기 #591

Open
yuiseo opened this issue Aug 3, 2024 · 0 comments

Comments

@yuiseo
Copy link
Member

yuiseo commented Aug 3, 2024

.git 파일이 없거나 git repository가 없어 webview 판넬 띄울 수 없을 때,
현재는 vscode의 baritem이 스피너 상태로 돌고만 있습니다.

디버깅 결과 vscode의 git.utils.ts의 getBranches에서 디버그 콘솔창에 다음과 같은 오류를 내뱉습니다.
image

사용자에게 vscode의 메시지를 통해 stderr 오류 메시지를 보여 주도록 제안합니다.

@yuiseo yuiseo changed the title [engine] .git이 없을 때 등의 webview를 열 수 없을 때 vscode의 toast 메세지를 통해 오류 메시지를 보여주기 [vscode] .git이 없을 때 등의 webview를 열 수 없을 때 vscode의 toast 메세지를 통해 오류 메시지를 보여주기 Aug 5, 2024
@choisohyun choisohyun added this to the v0.7.2 milestone Aug 22, 2024
@choisohyun choisohyun modified the milestones: v0.7.2, v0.7.3 Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants