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
已提問 6 個月前檢視次數 174 次
1 個回答
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
已回答 5 個月前
  • 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.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南