728x90 vscode4 [VSCODE] 새파일 / 새폴더 단축키 설정 ctrl + shift + p 누르면 Open keyboard Shortcuts(JSON) 으로 들어가서 설정한다. Default가 아니라서, 잘 선택하자. keybindings.json에서 [ { "key": "ctrl+n", "command": "explorer.newFile", "when": "!editorFocus" }, { "key": "ctrl+shift+n", "command": "explorer.newFolder", "when": "!editorFocus" } ] IT 2023. 4. 5. [VSCODE] 터미널 최대화 / 최소화 (전체화면) 단축키 설정 keybindings.json 파일에 접근한다. ... 접근 방법... 맨 위 메뉴탭 -> 파일 -> 기본 설정 -> 바로 가기 키 을 클릭하면... keybindings.json 파일에 접근할 수 있다. ... { "key": "ctrl+shift+q", "command": "workbench.action.toggleMaximizedPanel" } 위 코드를 그대로 복사해서 넣으면.. Ctrl + Shift + Q 클릭시 터미널 최대화, 최소화 단축키가 실행된다. Development Tools 2022. 12. 2. [VSCODE] Shell 만 SSH 연결하기 권한 문제로 인해, 해당 KEY를 일반 디렉토리가 아닌. ~/.ssh/test.pem경로에 복사한다. 필자의 경우, C:\Users\user\.ssh 아래 명령어와 같이 ***.***.**.*** 대신 해당 ssh 접속 URL 입력 후 실행한다. ssh -i ~/.ssh/test.pem root@***.***.**.*** -p 22 카테고리 없음 2022. 6. 3. [VSCODE] MAVEN 설치 및 INSTALL JAVA PROJECT 빌드를 하기 위해선 MAVEN이 필요하다. 우선 확장프로그램 탭에서 MAVEN FOR JAVA 를 설치한다. https://maven.apache.org/download.cgi Maven – Download Apache Maven Downloading Apache Maven 3.8.5 Apache Maven 3.8.5 is the latest release and recommended version for all users. The currently selected download mirror is https://dlcdn.apache.org/. If you encounter a problem with this mirror, please select another mirror. I.. 카테고리 없음 2022. 6. 3. 이전 1 다음 728x90