Skip to content

Commit

Permalink
Remove Cloud9 tab from navigating page
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Oct 3, 2024
1 parent 70c69aa commit 940fbcb
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions website/docs/introduction/navigating-labs.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,27 +25,13 @@ This module contains a single lab named **Getting started** which will be visibl
You should start each lab from the page indicated by this badge. Starting in the middle of a lab will cause unpredictable behavior.
:::

<Tabs groupId="ide">
<TabItem value="cloud9" label="AWS Cloud9">

Once you have accessed the Cloud9 IDE, we recommend you use the **+** button and select **New Terminal** to open a new full screen terminal window.

![Open new Cloud9 terminal](./assets/terminal-open.webp)

This will open a new tab with a fresh terminal.

![Shows new Cloud9 terminal](./assets/terminal.webp)

You may also close the small terminal at the bottom if you wish.
</TabItem>
<TabItem value="vscode" label="VSCode">
## Using the IDE

Depending on your browser the first time you copy/paste content in to the VSCode terminal you may be presented with a prompt that looks like this:

![VSCode copy/paste](./assets/vscode-copy-paste.webp)

</TabItem>
</Tabs>
There can also be compatibiity issues with Firefox due to its support for the browser Clipboard API. If you are using Firefox you should use Control+Shift+V to paste contents to the IDE terminal.

## Terminal commands

Expand Down

0 comments on commit 940fbcb

Please sign in to comment.