Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 237f38e

Browse files
authored
fix status bar item conflict with c/c++ extension priority
Related issue: #483
2 parents 0bb2b73 + 6d25a82 commit 237f38e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/common/constants.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ export const messages = {
2929
};
3030

3131
export const statusBarPriority = {
32-
PORT: 2,
33-
OPEN_PORT: 3,
34-
BAUD_RATE: 4,
35-
BOARD: 6,
32+
PORT: 20,
33+
OPEN_PORT: 30,
34+
BAUD_RATE: 40,
35+
BOARD: 60,
3636
};

0 commit comments

Comments
 (0)