We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8973aac commit a3f078dCopy full SHA for a3f078d
src/extension.ts
@@ -211,7 +211,7 @@ export function registerFileWatcher(projectProvider: ProjectProvider): void {
211
const excludeDir = path.dirname(uri.fsPath);
212
const fileType = path.basename(uri.fsPath);
213
//checks if there are any sibling files in the target/build parent folder.
214
- const siblingFileExists = await helperUtil.checkSiblingFilesInTargetOrBuildParent(excludeDir,fileType);
+ const siblingFileExists = await helperUtil.checkSiblingFilesInTargetOrBuildParent(excludeDir, fileType);
215
216
// If no other file is found, refresh the project
217
if (siblingFileExists) {
0 commit comments