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
posta 6 mesi fa174 visualizzazioni
1 Risposta
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
con risposta 5 mesi fa
  • 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.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande