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 1e58beb commit 7379a2aCopy full SHA for 7379a2a
src/intellisense/completionProviders/vueFiles.ts
@@ -67,9 +67,6 @@ export class PublicDirCompletionProvider implements CompletionItemProvider {
67
if (subDirMatch) {
68
const subdirectoryPath = subDirMatch[1];
69
70
- if (!subdirectoryPath) {
71
- return [];
72
- }
73
74
const subdirectories = subdirectoryPath.split('/');
75
@@ -141,10 +138,6 @@ export class NuxtPagesCompletionProvider implements CompletionItemProvider {
141
138
142
139
143
140
144
145
146
147
-
148
149
150
let currentDir = 'pages';
0 commit comments