The way I did it for Go was by having a API start up on the local machine that executes the code and returns the result to VS Code, going to do the same for Rust.
The API microsoft provides allow you to make outputs that do anything that JavaScript can do, when making an extension. One of their engineers made a something called REST Book that's a really good example.
I use VS Code notebooks a lot, I like the workflow so much that I made an extension for Go called gobook using the API. I bind everything notebook related to shift+alt, so shift+alt+enter to run cell, shift+alt+r to run all etc. I'm learning Rust and working on a VS Code notebook for it now.
Exact same for me, gave Windows 11 a try, really liked all the new features, only downgrade is not being able to put the taskbar on the side of the screen. Arch Linux will always be my daily, but I think they've done a good iteration, other comments probably haven't actually tried it.
He said that one of his fav quotes was from Letterman, something along the lines of "People hate you if they think you're smarter than them". He always played the idiot which made him more likeable, but he was always the sharpest cat in the room. RIP to a true legend.
Dude that organised the last protest got 8 months prison. 75% of the population agrees with some of the totalitarian laws. Still a great country, but I'm looking at other places to live, Senior Engineer so it won't be hard to get sponsorship. Thinking about USA where people really understand the importance of their constitution, and the tech sector is the strongest in the world.
We just had hundreds of thousands of people go to the beach yesterday ignoring lockdown orders, I was worried about my country having read things like Gulag Archipelago, but the general population have shown where their line is. Still we're now a police state and the general population doesn't seem to give a shit about that.
Yeah I watched a couple of his talks, enjoyed every word. There is another interesting language (won't mention the name) but the creator won't let the public in and has a superiority complex, turned me off instantly. I believe Zig will blow up just because of the strong vision but without being a dick about it. It's next on my list for sure.
Very nice, have any large gaming companies been contacting you yet? I would think they'd have a pretty large interest in Rust after seeing buggy games like Cyberpunk on the increase.
I program mainly in Go, Python, TypeScript and some C/C++. A year ago I would have agreed with you, but one extension for each language now gives you almost everything you need. I bounce back to Goland, Webstorm, CLion and PyCharm occasionally as they have much more reliable refactoring, and have some really nice features missing from VS Code, but being a Polyglot VS Code makes it so much easier to use similar keybindings and processes across languages, I don't have to fight the IDE to get it to do what I want. Both great tools but my daily driver became VS Code a few months ago, it's pulled ahead in my opinion despite being free.
Each cell runs in a 0.3 secs on Linux, but 3 seconds + on Windows.
If you want just straight terminal check out Gomacro, that's a interpreter that runs really fast, didn't find any differences to compiled Go.