Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbcafa92

Browse files
authored
1 parentd12faba commitbcafa92

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

‎src/statusbar/leetCodeStatusBarController.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ class LeetCodeStatusBarController implements Disposable {
2121
}
2222

2323
publicupdateStatusBar(status:UserStatus,user?:string):void{
24-
if(this.statusBar){
25-
this.statusBar.updateStatusBar(status,user);
26-
}
24+
this.statusBar.updateStatusBar(status,user);
2725
}
2826

2927
publicdispose():void{

‎src/utils/problemUtils.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) jdneo. All rights reserved.
2+
// Licensed under the MIT license.
3+
14
importkebabCase= require("lodash.kebabcase");
25
import{IProblem,langExt}from"../shared";
36

‎src/webview/MarkdownEngine.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) jdneo. All rights reserved.
2+
// Licensed under the MIT license.
3+
14
import*ashljsfrom"highlight.js";
25
import*asMarkdownItfrom"markdown-it";
36
import*asosfrom"os";

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp