Skip to content

Commit e3ca54a

Browse files
committed
052
1 parent 54d5ea1 commit e3ca54a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "php-namespace-resolver",
33
"displayName": "PHP Namespace Resolver",
44
"description": "Import and expand php namespaces",
5-
"version": "0.5.1",
5+
"version": "0.5.2",
66
"publisher": "ctf0",
77
"author": "ctf0",
88
"repository": "https://github.com/ctf0/PHP-Namespace-Resolver",

src/Resolver.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -858,9 +858,8 @@ export class Resolver {
858858
} catch (error) {
859859
// console.error(error);
860860

861-
outputChannel.clear();
862-
outputChannel.appendLine(error.message);
863-
outputChannel.show();
861+
outputChannel.replace(error.message);
862+
// outputChannel.show();
864863
}
865864
}
866865

0 commit comments

Comments
 (0)