Skip to content

chore: add upload limit & IDE logs #919

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 23, 2022
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions workspaces/devurls.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ To access and manage a dev URL, you can click:
- The **Edit URL** action to edit the dev URL
- The **Delete URL** action to delete the dev URL

> Coder's dev URL upload limit is **1 MB**.

![Dev URLs List](../assets/workspaces/create-devurl.png)

### Direct access
Expand Down
7 changes: 7 additions & 0 deletions workspaces/editors.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,3 +393,10 @@ RStudio:
> All RStudio data is stored in the home directory associated with the user
> you sign in as, since this ensures that your data is saved if Coder shuts
> down or rebuilds your environment.

## Logging

You can find your IDE logs in the following places:

- For code-server: `~/.local/share/code-server/logs/`
- For JetBrains IDEs: `.cache/JetBrains/<JetBrains-IDE>/log/<IDE>.log`