본문 바로가기

반응형

Tool

(17)
[VSCode] gitignore 파일 검색하기 vscode에서 .gitignore 로 제외된 파일에 대해서 검색하고자 하면 검색이 되지 않는다. windows 기준으로 ctrl , 로 해서 Settings에 들어가서 Use Ignore Files 검색 체크를 푼다. 그러면 검색된다.
[VS code] Cannot activate the 'isort' extension because it depends on the 'Python' extension, which is not loaded. Would you like to reload the window to load the extension? 배경 ubuntu 에 서버가 있고 ssh 접속으로 코드를 작성하고 있다. 그런데 가끔씩 에러가 나는것이다. 원인은 모르겠다. isort가 뭔가 안맞나 ㅠㅠ 나의 해결 방법을 적는다. Cannot activate the 'isort' extension because it depends on the 'Python' extension, which is not loaded. Would you like to reload the window to load the extension? 해결방안 1. isort uninstall 2. vscode 껏다가 다시 키기 3. python 설치 4. isort 설치 안될 경우 isort를 설치하기 전에 vscode를 한번 더 껏다가 다시 키자
[VSCode] Cannot activate the 'Pylance' extension because it depends on the 'Python' extension, which is not loaded. Would you like to reload the window to load the extension? python extension이 안된다는 에러를 만났다... 잘되다가 무슨일이냐 ㅠㅠ (vscode update 했을 경우 많이 일어난다. 욕욕욕) 아래와 같은 에러나 다른 비슷한 에러가 난다. error Cannot activate the 'Pylance' extension because it depends on the 'Python' extension, which is not loaded. Would you like to reload the window to load the extension? Solutions 1. python extension uninstall 2. vscode reload (vscode update했을 경우 많이 기다려 줘야한다.) 3. python extension instal..
[VS Code] Shell server terminated (code: 255, signal: null) XSL 주인장은 아래 방법을 모두 동원해도 되지 않았다. 그냥 직접 연결로 해결 봤다. 그렇다고 하더라도 도움이 되길 바라며 적어보았다. 아래 방법이 다 안될 경우 컨테이너에 직접 연결하는 방법. https://24hours-beginner.tistory.com/391 [Docker] vscode에서 Container 직접적으로 연결하기 (feat. ssh) 아래 자료에서는 컨테이너를 조회해서 찾아서 들어간다. (컨테이너에 따로 포트를 열수없는 등의 문제가 있을 경우 아래 방법을 추천한다.) https://24hours-beginner.tistory.com/278 [VSCode] SSH 연결하기 (+ 24hours-beginner.tistory.com 아래와 같이 에러창이 나면서 컨테이너 목록이 안 나오는 경우..
[VSCode] VSCode 원격 서버 연결 장애 (feat. Remote SSH) 연결 방법이 궁금한 경우 아래 링크 참조 https://24hours-beginner.tistory.com/278 [VSCode] SSH 연결하기 (+ Docker Container 접근) Ubuntu 18.04 서버안의 Docker(도커) container(컨테이너)에서 프로젝트를 테스트하고 있는데 vim밖에 사용이 안된다. 그래서 windows환경에서 연결하여 작업을 해보고자 vscode로 ssh연결을 시도하였다. 1. 준 24hours-beginner.tistory.com 1. permission denied root 계정이 아닌 경우 권한 문제로 튕기는 경우가 있다. 그럴 경우 권한을 주면 된다. sudo usermod -aG docker [username] 참조 더보기 더보기 2. 비밀번호 맞는..
[Docker] vscode에서 Container 직접적으로 연결하기 (feat. ssh) 아래 자료에서는 컨테이너를 조회해서 찾아서 들어간다. (컨테이너에 따로 포트를 열수없는 등의 문제가 있을 경우 아래 방법을 추천한다.) https://24hours-beginner.tistory.com/278 [VSCode] SSH 연결하기 (+ Docker Container 접근) Ubuntu 18.04 서버안의 Docker(도커) container(컨테이너)에서 프로젝트를 테스트하고 있는데 vim밖에 사용이 안된다. 그래서 windows환경에서 연결하여 작업을 해보고자 vscode로 ssh연결을 시도하였다. 1. 준 24hours-beginner.tistory.com 한번 설정해놓으면 최근 작업에서 바로 바로 들어갈 수있지만 그래도 귀찮을 수 있다. ssh 설정을 통하여 바로 Container에 접근..
[HeidiSQL] 하이디 sql 단축키 설정 및 정리 (feat. 왜 주석 단축키가 기본값이 없죠?) 단축키 설정 도구 > 환경설정 > 단축키 > 설정할 키 > 단축키 클릭 후 단축키 입력 > 적용 or 확인 default key map 단축키명 단축키 실행 구역 새 창 ctrl + n 새 쿼리 탭 ctrl + t 쿼리 탭 닫기 ctrl + F4 복사 ctrl + c 붙여넣기 ctrl + v 잘라내기 ctrl + x 실행취소 alt + bksp 인쇄 ctrl + p 새로고침 F5 모든 상황을 새로고침 F5 모두 선택 ctrl + a 선택 반전 ctrl + i 필터 패널 ctrl + alt + f 실행중인 작업 취소 esc 문서 파일로 저장 ctrl + s 데이터베이스 트리 ctrl + d 테이블 필터 ctrl + e 탭 1 ctrl + 1 탭 2 ctrl + 2 탭 3 ctrl + 3 탭 4 ctrl +..
[VS Code] VS Code 터미널 열리지 않음 나 같은 경우 원격지에 연결한 상태에서 터미널을 열고자 하였을 때 아래와 같은 에러가 나왔다. 터미널 프로세스 "/home/test/bin/bash"을(를) 시작하지 못했습니다(종료 코드: 127). 도움말 열기를 했을 경우 아래 링크로 연결된다. https://code.visualstudio.com/docs/supporting/troubleshoot-terminal-launch Troubleshoot Visual Studio Code Integrated Terminal launch failures Troubleshoot Visual Studio Code Integrated Terminal launch failures code.visualstudio.com 내가 한 해결방법은 setting.json 파일..

반응형