We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a35601 commit 2a0b6b0Copy full SHA for 2a0b6b0
1 file changed
packages/devtools/src/app/components/display/HighlightedPath.ts
@@ -53,14 +53,18 @@ export default defineComponent({
53
}
54
55
if (part === '.pnpm') {
56
- classes[index]?.push('op50')
57
- if (nodes[index])
58
- nodes[index].children = '…'
+ if (nodes[index]) {
+ nodes[index].children = '~'
+ classes[index].push('op25!')
59
+ classes[index - 1].push('op25!')
60
+ }
61
removeIndexes.add(index + 1)
62
removeIndexes.add(index + 2)
63
+ classes[index + 3].push('op25!')
64
if (nodes[index + 4]?.children === 'node_modules') {
65
removeIndexes.add(index + 3)
66
removeIndexes.add(index + 4)
67
+ classes[index + 5].push('op25!')
68
69
70
if (part === ':') {
0 commit comments