Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Benjaminaaronblumer
Total activity
11
Last activity
June 18, 2025 19:34
Member since
May 14, 2025 23:23
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (1)
Comments (7)
Sort by recent activity
Recent activity
Votes
Edited
June 18, 2025 19:34
I believe you are correct, Ivan. I'm in a dev container (but the .idea folder is in the workspace I'm working in). 1) Create a bookmark with the comment “blahblah25”2) Grep in the container: grep -...
Community
CLion
Losing bookmarks
0 votes
Created
June 18, 2025 17:25
Mine is specified in the docker build file.
Community
CLion
How exactly does CLion run a Docker toolchain?
0 votes
Created
June 11, 2025 18:56
Thanks, Anna.1. Entrypoint's are pretty commonly used in Docker. Enough so that they have their own syntax in both the docker build files and the compose files. In my particular case, I'm using it ...
Community
CLion
How exactly does CLion run a Docker toolchain?
0 votes
Created
May 28, 2025 18:23
I should clarify that I'm having this issue while trying to run a dev container. Does that fix still work? I can't seem to find that option:
Community
CLion
How exactly does CLion run a Docker toolchain?
0 votes
Created
May 28, 2025 18:16
Thanks for the tip, Olga! So far, seems like it's working.For future others to repro:1) Load .devcontainer.json container.2) Copy /.jbdevcontainer/config/JetBrains/CLion2025.1/options/ to host via ...
Community
CLion
Devcontainer: Custom toolchain is forgotten on restart
0 votes
Created
May 27, 2025 23:46
Thanks for this – that makes sense. Though, every once in a while, the docker container will go down / be shut down. Is there another way to save these settings? Perhaps by mounting a config file ...
Community
CLion
Devcontainer: Custom toolchain is forgotten on restart
0 votes
Created
May 27, 2025 23:44
> Technically you should not, we do set ENTRYPOINT to the empty string when launching containers. CLion can launch 2 type of containers from the image specified:Does this mean there's no way to run...
Community
CLion
How exactly does CLion run a Docker toolchain?
0 votes