Skip to content

Commit

Permalink
inv-62 vscode customLabels 부착 (#12)
Browse files Browse the repository at this point in the history
* feat: layout, page 표기법

* feat: index.ts index.tsx도 root가 표기되도록

* feat: / 로 디랙토리, 타겟이 표기되도록

* feat: route 추가 & 중복 코드 제거

* feat: 규격 통일화
  • Loading branch information
bepyan authored Jul 27, 2024
1 parent a089818 commit 702b86d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
["cn\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
],
"typescript.updateImportsOnFileMove.enabled": "always",
"typescript.preferences.importModuleSpecifier": "non-relative"
"typescript.preferences.importModuleSpecifier": "non-relative",
"workbench.editor.customLabels.patterns": {
"**/{layout,page,route,index}.ts{,x}": "${dirname}/${filename}"
}
}

0 comments on commit 702b86d

Please sign in to comment.