Streamline Extension Execution Commands#5
Conversation
…ands in package.json Signed-off-by: 양지원 <jina_8151010@naver.com>
Signed-off-by: 양지원 <jina_8151010@naver.com>
|
fosslight_log_all_240928_2115.txt 실행환경: python 3.8 fosslight log txt를 보아하니 fosslight_source만 동작하고, 해당 에러가 발생하는 것 같습니다! |
앗 감사합니다! pip install 과정에서 생기는 오류 같습니다! 해당 부분 수정해서 pip install 쪽 pr에 해당 이슈 내용 포함해서 올리겠습니다! |

Description
Previously, the extension had to be executed by opening the Command Palette in VSCode using Ctrl + Shift + P, and then manually selecting either 'analyze root directory' or 'analyze current file,' which was inconvenient. To simplify this process, I mapped 'analyze root directory' to Ctrl + Shift + R and 'analyze current file' to Ctrl + Shift + C, reducing the steps required to run these commands using keybindings.
Type of change