Skip to content

Commit b9795b8

Browse files
committed
Minimal supported PIO Core is 6.0
1 parent 956fc9c commit b9795b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
export const IS_WINDOWS = process.platform.startsWith('win');
1010
export const IS_OSX = process.platform == 'darwin';
1111
export const IS_LINUX = !IS_WINDOWS && !IS_OSX;
12-
export const PIO_CORE_VERSION_SPEC = '>=5.1';
12+
export const PIO_CORE_VERSION_SPEC = '>=6';
1313
export const STATUS_BAR_PRIORITY_START = 10;
1414
export const CONFLICTED_EXTENSION_IDS = [
1515
'llvm-vs-code-extensions.vscode-clangd',

0 commit comments

Comments
 (0)