Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c86e096

Browse files
committed
Fix the test cases
1 parent 58ef9d8 commit c86e096

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/utils/settingUtils.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ export function getDescriptionConfiguration(): IDescriptionConfiguration {
3939
config.showInComment = true;
4040
config.showInWebview = false;
4141
break;
42-
case DescriptionConfiguration.InFileComment:
43-
config.showInComment = true;
44-
config.showInWebview = false;
42+
case DescriptionConfiguration.InWebView:
43+
config.showInComment = false;
44+
config.showInWebview = true;
4545
break;
4646
}
4747

0 commit comments

Comments
 (0)