Skip to content

Commit 95fcd9b

Browse files
committed
chore: create VScode.code-workspace
리포지토리에 `.code-workspace` 파일을 포함하면 팀 작업에서 일관성을 유지하고 설정을 간소화하며, 생산성을 높이는 데 유용합니다.
1 parent 68e4587 commit 95fcd9b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

VScode.code-workspace

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
}
6+
]
7+
}

0 commit comments

Comments
 (0)