How to persist my cloud9 settings between each new dev environment in Code Catalyst?

0

I like Code Catalyst and the ability to develop in the cloud using the cloud9 editor. In addition, I like VIM - and I like larger fonts.

When I generate new dev environments for new branches on code catalyst - it drops the font size and vim settings.

How do I resolve this issue? It's a pain to set those two settings every time I want to make a branch-dev env pair.

M
asked 5 months ago155 views
1 Answer
0

You can use the Devfile to c onfigure your dev environment. You just need to ensure that you push/commit it to the repository too. That should also give you the possibility to modify a lot of settings.

https://docs.aws.amazon.com/codecatalyst/latest/userguide/devenvironment-devfile.html

For the IDE specific settings - but I didnt try that - you should be able to persis that to Git too: https://docs.aws.amazon.com/cloud9/latest/user-guide/settings-user.html https://docs.aws.amazon.com/cloud9/latest/user-guide/settings-project.html

Kind regards JOhannes

profile picture
answered 5 months ago
  • I'm not sure this is the answer I'm looking for. I'm sure other developers in the team will have their own preferences and will not want to use VIM.

  • So then you're asking to get a "user based", persistent Cloud9 settings for Cloud9 on CodeCatalyst?

    Thats a different thing and you're right, this is currently not possible as per my knowledge.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions