We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa88ec commit f73c484Copy full SHA for f73c484
1 file changed
tools/code-yaml.md
@@ -0,0 +1,21 @@
1
+# Code yaml
2
+
3
+### 설명
4
+- 터미널에서 code 명령어를 사용하여 Visual Studio Code(VS Code)에서 YAML 파일 열기
5
6
+### Download
7
8
+1. VS Code 설치
9
+- https://code.visualstudio.com/
10
11
+2. command 설정
12
+- VS Code를 열고 Command + Shift + P를 누른 후 “Shell Command: Install ‘code’ command in PATH”를 검색하여 실행
13
14
+``` text
15
+권한 문제 발생 시
16
+기존 링크 삭제 후 다시 실행
17
+(sudo rm -f /usr/local/bin/cod)
18
+```
19
20
+3. yaml 파일 열기
21
+- vsCode와 연동되어 작업하기 편해짐
0 commit comments