{"salesforcedx-vscode-apex.java.home":"C:\\Program Files\\AdoptOpenJDK\\jdk-11.0.3.7-hotspot"} 参考资料链接 1.Salesorce Trailhead : Visual Studio Code for Salesforce Development 2.Salesforce Extensions for Visual Studio Code 3.Java JDK 4.Java Setup...
{"salesforcedx-vscode-apex.java.home":"C:\\Program Files\\AdoptOpenJDK\\jdk-11.0.3.7-hotspot"} 参考资料链接 1.Salesorce Trailhead : Visual Studio Code for Salesforce Development 2.Salesforce Extensions for Visual Studio Code 3.Java JDK 4.Java Setup...
Salesforce Extensions for VS Code 中的一些功能取决于 Java 平台,Standard Edition Development Kit (JDK)。需要安装 JDK 版本 21(推荐)或 JDK 版本 17 或 11。安装 JDK 后,您可以根据这里的步骤配置您的设置。设置Trailhead Playground 让我们先打开您的 Trailhead Playground。滚动到此页面的底部并点击启动。
In the salesforcedx-vscode-apex.java.home setting, enter the Java installation directory you want to use. Relaunch Visual Studio Code, open a new terminal and run java -version to ensure the setting takes effect. We won't check any of your setup. Click Verify S...
We made updates to theJava Setuptopic to include troubleshooting tips. (PR #5502) salesforcedx-utils-vscode We fixed an issue where users who worked within a symbolic link could not run deploy and retrieve commands. (PR #5507) salesforcedx-vscode-core ...
Use Deploy from the VSCode IDE to deploy an 'insert Contact' Apex class. Use the Test menu on the Developer Console to run all tests classes for the Contact trigger. Use the Open Execute Anonymous feature on the Developer Console to run an 'insert Contact' DML statement. ...
We made updates to theJava Setuptopic to include troubleshooting tips. (PR #5502) salesforcedx-utils-vscode We fixed an issue where users who worked within a symbolic link could not run deploy and retrieve commands. (PR #5507) salesforcedx-vscode-core ...
in the activity bar on the left side of the vs code editor. if you don’t see this icon, make sure that the project contains an sfdx-project.json file in its root directory. if the test view is empty, check if the java setup is configured correctly. use the apex tests feature to...
Install "Salesforce Extensions for Visual Studio Code" by searching extensions within VS Code -https://marketplace.visualstudio.com/items?itemName=salesforce.salesforcedx-vscode At this point, you should have the IDE setup done, following the steps to start APEX code development with sandbox ...
下载VsCode 配置VsCode开发插件 Salesforce Extension Pack 下载salesforce CLI 新建项目 打开命令面板Ctrl+Shift+P 输入SFDX:Create Project with manifest (自动提示) 选择标准项目Standard,输入项目名;创建成功 创建一个Apex Class 打开命令面板Ctrl+Shift+P 输入SFDX:Create Apex Class 输入名称 ...