Skip to content

Commit

Permalink
Improve logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljmotta committed Dec 13, 2024
1 parent 01a1153 commit 368fa52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class VSCodeTestHelper {
* @returns a promise that resolves to a SideBarView of the openned folder
*/
public openFolder = async (absoluteFsPath: string): Promise<SideBarView> => {
console.log("DEBUG VS CODE -> OPENING RESOURCES");
console.log("DEBUG VS CODE -> OPENING RESOURCES, path:", absoluteFsPath);
await this.browser.openResources(absoluteFsPath);

console.log("DEBUG VS CODE -> NEW VIEW CONTROL");
Expand Down

0 comments on commit 368fa52

Please sign in to comment.