VS code productivity and launch.json #537
Replies: 1 comment 1 reply
-
@ChristianHinge Thank you for tip! Very convenient indeed. I think I will start using this approach. I'm not very deep into vs code, but I usually use I wonder if there is any kind of minimal config, that could be added to template, which would allow for customizing plugins (like memento inputs) and general editor settings (like identation). Best if it could work with both vscode and pycharm. By "minimal" I mean something that won't override all your default configuration, but only the chosen part. I've seen this editorconfig package which is a general config that works for many IDEs: But looking at the documentation, I don't see any mention about customizing specific plugins from different IDEs. |
Beta Was this translation helpful? Give feedback.
-
I am curious to hear your suggestions on vs-code productivity tips. I have customized my
launch.json
such that I can quickly select eithertrain
oreval
and then input any overrides. Using the "Memento Inputs" extension, the arguments are saved and suggested when rerunning the specific debug mode.My
launch.json
:Beta Was this translation helpful? Give feedback.
All reactions