Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

2. Download VS Code and install it. Open it up and install the extension pack [**Remote Development**](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack) by Microsoft.

- **If you're running Windows:** Do steps 2a and 2b.
- **If you're running Windows:** Do steps 2a and 2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: removing the period here makes it inconsistent with lines 13 and 15 which both end with periods

Suggested change
- **If you're running Windows:** Do steps 2a and 2b
- **If you're running Windows:** Do steps 2a and 2b.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Prompt To Fix With AI
This is a comment left during a code review.
Path: README.md
Line: 11:11

Comment:
**style:** removing the period here makes it inconsistent with lines 13 and 15 which both end with periods

```suggestion
    - **If you're running Windows:** Do steps 2a and 2b.
```

<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>

How can I resolve this? If you propose a fix, please make it concise.


- **If you're running macOS:** Do only step 2a.

Expand Down Expand Up @@ -39,4 +39,4 @@ Search for **Remote-Containers: Open Folder in Container...** and click it.

- If you need to make edits to your docker files, remove all your images, containers and networks that contain "bakethiscake". Remove your inactive volumes as well. This is easy to do if you have the [Docker Extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker). Removing all this docker stuff *before* running a new bakethiscake docker container will prevent headaches in the long run, trust me.

- `git push` does not work inside of a VS Code Dev Container terminal. Please `git push` from your local machine terminal instead.
- `git push` does not work inside of a VS Code Dev Container terminal. Please `git push` from your local machine terminal instead.