Skip to content

Commit

Permalink
Merge pull request #677 from githru/docs/401
Browse files Browse the repository at this point in the history
[vscode, docs] token 저장 및 전달 방식 변경에 따른 docs/readme.md 업데이트
  • Loading branch information
choisohyun authored Aug 29, 2024
2 parents eab73b2 + 83b2ed7 commit ed73632
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 13 deletions.
13 changes: 5 additions & 8 deletions doc/getting-started-ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,11 @@ view → engine → vscode 순서대로 빌드를 시작합니다.
![](./getting-started-ko/3.png)
![](./getting-started-ko/4.png)

4. debug mode 로 실행된 vscode(githru의 vscode패키지) 의 settings 에 진입합니다. (단축키 : `ctrl + ,`)
![](./getting-started-ko/5.png)
4. debug mode 로 실행된 vscode(githru의 vscode패키지) 의 하단 상태표시줄에 "githru" 텍스트 버튼을 통해 githru 화면에 진입합니다.
![](./getting-started-ko/7.png)

5. settings 화면에서 "githru" 검색을 통해 githru 설정화면에 진입한 다음,
githru engine 에서 사용할 github access token 를 입력합니다.
(토큰 발급 참고자료 : https://docs.github.com/ko/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)
![](./getting-started-ko/6.png)
5. "확장 'githru-vscode-ext'은(는) GitHub을(를) 사용하여 로그인하려고 합니다."라는 메시지가 뜨면, "허용" 버튼을 클릭하고 외부 페이지에서 GitHub 로그인합니다.
![](./getting-started-ko/login-popup.png)

6. debug mode 로 실행된 vscode(githru의 vscode패키지) 의 하단 상태표시줄에 "githru" 텍스트 버튼을 통해 githru 화면에 진입합니다.
![](./getting-started-ko/7.png)
6. 로그인이 완료되면, vscode(githru의 vscode패키지) 에서 githru 화면이 뜹니다.
![](./getting-started-ko/8.png)
Binary file removed doc/getting-started-ko/5.png
Binary file not shown.
Binary file removed doc/getting-started-ko/6.png
Binary file not shown.
Binary file added doc/getting-started-ko/login-popup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@
"configuration": {
"title": "Githru",
"properties": {
"githru.github.token": {
"type": "string",
"default": "",
"description": "Insert your GitHub Token for GitHub API."
},
"githru.color.primary": {
"type": "string",
"default": "#ff8272",
Expand Down

0 comments on commit ed73632

Please sign in to comment.