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
gefragt vor 6 Monaten174 Aufrufe
1 Antwort
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
beantwortet vor 5 Monaten
  • 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.

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen