From 6d25a82e45935fd38fa03a65185d4e606b64acbb Mon Sep 17 00:00:00 2001 From: Zhe Li Date: Wed, 21 Mar 2018 10:51:22 +0800 Subject: [PATCH] fix status bar item conflict with c/c++ extension priority --- src/common/constants.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common/constants.ts b/src/common/constants.ts index 825cd332..1651140c 100644 --- a/src/common/constants.ts +++ b/src/common/constants.ts @@ -29,8 +29,8 @@ export const messages = { }; export const statusBarPriority = { - PORT: 2, - OPEN_PORT: 3, - BAUD_RATE: 4, - BOARD: 6, + PORT: 20, + OPEN_PORT: 30, + BAUD_RATE: 40, + BOARD: 60, };