Skip to content

Commit a3f078d

Browse files
Update src/extension.ts
corrected spacing Co-authored-by: Trevor Crawford <TrevCraw@users.noreply.github.com>
1 parent 8973aac commit a3f078d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export function registerFileWatcher(projectProvider: ProjectProvider): void {
211211
const excludeDir = path.dirname(uri.fsPath);
212212
const fileType = path.basename(uri.fsPath);
213213
//checks if there are any sibling files in the target/build parent folder.
214-
const siblingFileExists = await helperUtil.checkSiblingFilesInTargetOrBuildParent(excludeDir,fileType);
214+
const siblingFileExists = await helperUtil.checkSiblingFilesInTargetOrBuildParent(excludeDir, fileType);
215215

216216
// If no other file is found, refresh the project
217217
if (siblingFileExists) {

0 commit comments

Comments
 (0)