You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/projects-docs/pages/faq.mdx
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,11 +189,9 @@ If you have additional questions or need support, please use the community [Disc
189
189
190
190
### What is the current state of CodeSandbox for iOS?
191
191
192
-
CodeSandbox for iOS support and maintenance is currently suspended.
192
+
CodeSandbox for iOS is no longer available.
193
193
194
-
CodeSandbox is currently unable to update the iOS experience at the rate required to keep up with the changes happening on the web editor. As a result, we have decided to discontinue support for the iOS app until we are able to provide an experience on par with the web editor. This does not remove the app from your device or prevent you from opening it if you already have it installed.
195
-
196
-
We will make a further announcement about the future of CodeSandbox for iOS by July 2024.
194
+
CodeSandbox is currently unable to maintain the app experience and has removed it from the App Store. This does not remove the app from your device or prevent you from opening it if you already have it installed.
Copy file name to clipboardExpand all lines: packages/projects-docs/pages/learn/repositories/collaborate-share.mdx
+5-10Lines changed: 5 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,14 @@ title: Collaborate and Share
3
3
description:
4
4
---
5
5
6
-
7
6
# Collaborate & Share
7
+
8
8
At CodeSandbox, we believe that collaborating on code should be as easy as possible.
9
9
10
10
As we evolve our platform, we keep expanding how you can collaborate with others when coding.
11
11
12
-
13
12
## Repositories & Devboxes
14
-
13
+
15
14
CodeSandbox Repositories and Devboxes were built to facilitate collaboration.
16
15
17
16
Every branch you run on CodeSandbox gets its own live [development environment](/learn/environment/vm), which is fully collaborative by default. This means **you just have to share the URL of that branch to collaborate with others**.
@@ -21,23 +20,19 @@ When an Editor joins the branch you're on, you can follow their avatar through t
21
20
This makes CodeSandbox Repositories the perfect tool to develop full-stack apps with your team, as you can grant access to all projects and branches or share specific branches with more granular permissions.
22
21
23
22
### Sharing specific branches
23
+
24
24
1. Open the branch you wish to share in the **Editor**.
25
25
2. In the top right corner, click on **`Share`** .
26
26
3. Copy the URL to share your workspace.
27
27
28
28
### Working in teams
29
+
29
30
For more information on managing and creating teams, go to the [Team](/learn/teams/permissions) page.
30
31
31
32
### Working on other IDEs
32
33
33
-
Collaboration works on our VS Code extension and the CodeSandbox iOS App in a very similar fashion. Simply find the branch that you want to work on together, share the URL, and build together live.
34
+
Collaboration works on our VS Code Desktop in a very similar fashion. Simply find the branch that you want to work on together, share the URL, and build together live.
34
35
35
36
### Devboxes
36
37
37
38
Collaborating on Devboxes is almost identical to what we described above for Repositories. The main difference is the fact that Devboxes are an isolated instance that's not connected to GitHub, so there's no concept of a "branch".
Copy file name to clipboardExpand all lines: packages/projects-docs/pages/learn/repositories/getting-started/configure-vscode.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ import { Callout } from 'nextra-theme-docs'
7
7
8
8
## VS Code Configuration
9
9
10
-
CodeSandbox supports opening branches in [VS Code](https://marketplace.visualstudio.com/items?itemName=CodeSandbox-io.codesandbox-projects) and in our [native iOS app](https://apps.apple.com/us/app/codesandbox/id1423330822). When you open the branch inside VS Code, you will have access to your own extensions, keybindings and themes.
10
+
CodeSandbox supports opening branches in [VS Code Desktop](https://marketplace.visualstudio.com/items?itemName=CodeSandbox-io.codesandbox-projects). When you open the branch inside VS Code, you will have access to your own extensions, keybindings and themes.
11
11
12
-
<Calloutemoji="⭐">VS Code and iOS also have live collaboration across different editors. This means that you'll be able to work together with someone who has the same branch open inside the web editor.</Callout>
12
+
<Calloutemoji="⭐">VS Code Desktop also has live collaboration. This means that you'll be able to work together with someone who has the same branch open inside the web editor.</Callout>
13
13
14
14
If you want to configure default VS Code extensions to be installed for your repository, you can create a new file called `.vscode/recommendations.json`.
0 commit comments