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

fix(view): dev 모드 실행 정상화 #604

Merged
merged 2 commits into from
Aug 5, 2024
Merged

Conversation

seungineer
Copy link
Member

Related issue

#603

Result

  • dev 모드 실행 이미지
    실행됨

  • 확장 개발 호스트 실행 이미지
    확장_실행됨

Work list

  • dev 모드에서는 vscode에서 view 단으로 postMessage 하지 않기에 owner, repo 정보를 set하지 않도록 하였습니다.
  • 확장 개발 호스트 모드에서는 vscode에서 view 단으로 postMessage 하는 부분이 누락되어 추가하였습니다.

Discussion

@seungineer seungineer added the fix label Aug 5, 2024
@seungineer seungineer requested review from a team as code owners August 5, 2024 08:11
Copy link
Contributor

@ytaek ytaek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

여기서 생긴 이슈였군요!!!
아무래도 e2e test에서 이것도 catch하는 로직을 넣으면 좋을 것 같습니다!!
(개발 과정에서 절대 오류가 없을 수는 없으니까요!!)

@seungineer 님, 이 부분 테스트 코드를 만드는 부분에 대해서도 이슈 등록해주시면 감사하겠습니다!!

@seungineer
Copy link
Member Author

여기서 생긴 이슈였군요!!! 아무래도 e2e test에서 이것도 catch하는 로직을 넣으면 좋을 것 같습니다!! (개발 과정에서 절대 오류가 없을 수는 없으니까요!!)

@seungineer 님, 이 부분 테스트 코드를 만드는 부분에 대해서도 이슈 등록해주시면 감사하겠습니다!!

dev 모드 검토를 했어야 했는데 놓쳤습니다.. 🥲

e2e test 관련 이슈 생성하였습니다! (#605)

@seungineer seungineer merged commit cf22b3c into githru:main Aug 5, 2024
2 checks passed
@ytaek ytaek added this to the v0.7.0 milestone Aug 10, 2024
@seungineer seungineer self-assigned this Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants