Skip to content

Commit

Permalink
Update cb-diffs.md (#5168)
Browse files Browse the repository at this point in the history
* Update cb-diffs.md

* Update einstein-setup.md

fixed quotes for features.

* Update cb-diffs.md

typos

* Update cb-start.md
  • Loading branch information
sbudhirajadoc authored Oct 18, 2023
1 parent 612cac7 commit e8b3b64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/_articles/en/codebuilder/cb-diffs.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Code Builder unleashes the power of Salesforce Extensions for VS Code and offers
- Code Builder is installed as a managed package, and it comes with everything you need: VS Code, Salesforce extensions, and Salesforce CLI. No installation required on your local machine.
- Unlike VS Code for desktop, you cannot access the Microsoft Marketplace from Code Builder. Instead, you can add extensions available in [Open VSX](https://open-vsx.org/) marketplace to your Code Builder environment. This means that you might see differences in the extensions that are available.
- The third-party authorization sequence is different in Code Builder.
- We keep the Salesforce extensions up to date for you in Code Builder. You don’t need to take any action but you may see a lag when you come back to Code Builder while the extensions update behind the scenes.

## Known Gaps and Issues

Expand Down
2 changes: 1 addition & 1 deletion docs/_articles/en/codebuilder/cb-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Working in the cloud has its advantages. However, unlike working on a desktop wh

**Note:** If you don't see Code Builder Dashboard as an option, contact your admin to make sure you have the correct license and permission set assigned to you.

2. Click **Launch** to launch your Code Builder environment. A new environment is created for you the first time to launch. We've also created an empty Salesforce DX project to help you get started.
2. Click **Launch** to launch your Code Builder environment. A new environment is created for you the first time to launch. We've also created an empty Salesforce DX project to help you get started. Note that it takes a few minutes for a new environment to be created and loaded.

![Code Builder Dashboard](../../../images/cb_dashboard.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/_articles/en/einstein/einstein-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Edit the `config/project-scratch-def.json` file in your DX project and add the
{
"orgName": "Acme Company",
"edition": "Developer",
"features":[Communities”, “ServiceCloud, "EinsteinGPTForDevelopers"]
"features":["Communities", "ServiceCloud", "EinsteinGPTForDevelopers"]
}
```

Expand Down

0 comments on commit e8b3b64

Please sign in to comment.