Skip to content

Commit aa268f6

Browse files
committed
feat: VSCode 설정 파일 추가 및 마크다운 지원 구성
1 parent 42a9c64 commit aa268f6

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"[markdown]": {
3+
"editor.quickSuggestions": {
4+
"other": true
5+
},
6+
"editor.suggest.showSnippets": true,
7+
"editor.tabCompletion": "on",
8+
"editor.wordBasedSuggestions": "off"
9+
},
10+
"editor.snippetSuggestions": "top",
11+
"github.copilot.enable": {
12+
"markdown": true
13+
}
14+
}

0 commit comments

Comments
 (0)