Skip to content

Commit e16b092

Browse files
fix: update to core extension supporting PFT
1 parent 8cfc49e commit e16b092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: MIT
55
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
66
*/
7-
export const MINIMUM_REQUIRED_VERSION_CORE_EXTENSION = '65.17.3';
7+
export const MINIMUM_REQUIRED_VERSION_CORE_EXTENSION = '66.0.3';
88
export const CORE_EXTENSION_ID = 'salesforce.salesforcedx-vscode-core';
99
export const SFDX_PROJECT_FILE = 'sfdx-project.json';
1010
export const PACKAGE_JSON = 'package.json';

0 commit comments

Comments
 (0)