Since this is Linux forum and there were nubber of suggestions for using Microsoft vscode product - I would like to recommend checking this blog post:
https://ghuntley.com/fracture/ Especially the part when Microsoft describes its build process: "When we [Microsoft] build Visual Studio Code, we clone the vscode repository, lay down a customized product.json that has Microsoft specific functionality (telemetry, gallery, logo, etc.), and then produce a build that we release under our license." Best, T On Fri, Sep 27, 2024, 13:17 Tomas Kuchta <[email protected]> wrote: > I use jupyter for prototyping and documentation. It works great for Python > and bash (I run other language (Tcl, C, awk, SQL, ...) code under bash) > > To put together the code I use whatever editor is available on localhost - > mostly kate, nedit, vim ... Most other developers around use (x)emacs. > > Reaching to headless execution machine storage with nfs or sshfs. > Executing the code through LSF, other OSS schedulers or ssh. > > I hate people running vscode on shared machines - it opens millions of > browser and other processes sucking up all RAM and eventually CPU. > > You will probably need to find what works the best for you. It seems that > emacs/xemacs it the most popular around. I personally only know fow to open > file and exit from emacs. > > Tomas > > On Wed, Sep 25, 2024, 11:55 Vince Winter <[email protected]> > wrote: > >> I am wondering what people use for coding on headless machines. Both >> editors and IDEs. >> >> I am using vim and shellcheck and pytlint, for example. As projects are >> getting more complex, I am needing better tools. >> >> Bonus points for setups that don't require more then just installation, so >> I don't have to bring my configuration with me between systems. >> >
