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 5ef7acf commit ab05202Copy full SHA for ab05202
packages/svelte-vscode/src/sveltekit/index.ts
@@ -46,7 +46,7 @@ function getConfig() {
46
}
47
48
async function detect(nrRetries: number): Promise<boolean> {
49
- const packageJsonList = await workspace.findFiles('**/package.json', '**/node_modules/**');
+ const packageJsonList = await workspace.findFiles('**/package.json', '**/node_modules/**');
50
51
if (packageJsonList.length === 0 && nrRetries > 0) {
52
// We assume that the user has not setup their project yet, so try again after a while
0 commit comments