vscode 这个配置好啊,终于可以知道每个 index.vue 文件是哪个了

最终我配置成了这样
```json
"workbench.editor.customLabels.patterns": {
"**/index.vue": "${dirname}⚡"
},
```

---
原文链接:[点击查看](https://www.v2ex.com/t/1227352)
最终我配置成了这样
```json
"workbench.editor.customLabels.patterns": {
"**/index.vue": "${dirname}⚡"
},
```

---
原文链接:[点击查看](https://www.v2ex.com/t/1227352)
评论
暂无评论。