Ditch VSCode Spyware For VSCodium

  Рет қаралды 244,940

Mental Outlaw

Mental Outlaw

Күн бұрын

Пікірлер: 1 000
@oxtx9885
@oxtx9885 2 жыл бұрын
I work for a huge defense contractor. We aren't allowed to install VScode on our machines directly. Instead we have to unzip this bizarre looking archive from our security team and launch VScode with an included batch file that spends a few seconds in CMD with the text: "Disabling Phone Home Features". I don't know who on our IT team made it but I always found it funny.
@cx3622
@cx3622 2 жыл бұрын
Which team do you work as?
@kuolettavaVids
@kuolettavaVids 2 жыл бұрын
@@cx3622 Not today, China.
@markm0000
@markm0000 2 жыл бұрын
That's funny. All while this is happening on a Windows instance with a wide open connection to Microsoft servers. When the product is free, all of our data is the cost.
@Ultrajamz
@Ultrajamz 2 жыл бұрын
You are still using windows though?
@insanitycubed8832
@insanitycubed8832 2 жыл бұрын
Holy fuck, MIC up in this bitch using neutralized malware, I'm dying! Hopefully not literally, no drone strikes please... if you can even aim that shit with Windows lol, what do you use google maps for that now? Hope that thing doesn't land at one of its advertisers en route
@markm0000
@markm0000 2 жыл бұрын
I code in Notepad like a psychopath.
@thingsiplay
@thingsiplay 2 жыл бұрын
Through Wine?
@markm0000
@markm0000 2 жыл бұрын
@au nom de Dieu When I was taking basic coding classes in college I did most of my projects in Notepad. I liked the mental challenge of memorizing syntax and good commenting made it easy to follow along. I later dropped out of the IT industry entirely because the office life is just not for me. I still keep up with what's going on, but I'm happier doing what I do outside in fresh air.
@mytech6779
@mytech6779 2 жыл бұрын
I use Kwrite. It has color themes, syntax highlighting, and a nifty drag-and-drop highlighted-sections feature but otherwise a basic notepad editor. Terminal to compile and run.
@markm0000
@markm0000 2 жыл бұрын
@@thingsiplay I have a offline Win 98 VM with a ton of nostalgic software. I used shared folder option to mount my user folder as a drive and everything works as it should.
@ent2220
@ent2220 2 жыл бұрын
I too code in a text editor and when I use Vscodium I have the IDE part of it disabled. I don't need it trying to tell me what's wrong and what isn't because I know better than it does.
@milutinke
@milutinke 2 жыл бұрын
Pro tip: make nvim look like Vs Code, your normie cooworkers won't notice
@ilearncode7365
@ilearncode7365 2 жыл бұрын
Does it have the same extension community? I like VSCuck because there is an extension for 98 percent of things I have looked for
@milutinke
@milutinke 2 жыл бұрын
@@ilearncode7365 There are plugins, it's pretty extendable. I suggest you search for: Effective Nvim: Instant Ide It's a good video. And about how to add all the stuff VS Code has.
@doooofus
@doooofus 2 жыл бұрын
@dontbesurprised. the only clip i am looking for is pronograph1c webms of hot b0obz, can you get me that? then make like an egg and SCRAM (ble)!
@nac9880
@nac9880 2 жыл бұрын
@don't be surprised this is not your mama's videotape last night with The Boys™
@demin-e
@demin-e 2 жыл бұрын
@@ilearncode7365 simply write yourself
@rodeffs
@rodeffs 2 жыл бұрын
YES! Was waiting for a video like this as it appears that virtually no one knows about VSCodium, even professional programmers which is a huge shame. Thanks for spreading awareness, keep up the good work!
@WaylandYT
@WaylandYT 2 жыл бұрын
VSCodium evangelist checking in! I point developers especially novices to it whenever possible, and am very happy to see more content creators spreading the good word. Be aware though the extensions can still implement their own tracking so download them with care.
@lucaslopes1260
@lucaslopes1260 2 жыл бұрын
Some of them prefer vscode to vscodium because of the icon. fr
@dovedozen
@dovedozen 2 жыл бұрын
I know, right! I started using it a little while ago as an alternative to Atom (rip lol), but I had to dig a bit before I even discovered it as an option. You love to see some promotion happening.
@itsawill9268
@itsawill9268 2 жыл бұрын
I swear VScodium still sends the telemetry
@rodeffs
@rodeffs 2 жыл бұрын
@@itsawill9268 swearing is not a proof. Good thing that it is open-source so we can be sure that it, in fact, does not send telemetry
@seanld444
@seanld444 2 жыл бұрын
There was a time when VS Code was utterly necessary for getting full "IDE" capabilities for many different languages in the same editor. But Microsoft rolled an absolute 20 with their LSP idea, and after it proliferated to other editors, it made basically any editor with an LSP client capable of being a very decent IDE. Thanks to LSP, I never leave Emacs. As long as someone wants to develop a good LSP server for VS Code (because everyone uses it), I get to reap the benefits as well. So can anyone using Vim, Neovim, Kate, etc. One of the very few things Microsoft's done that I can call based.
@aravindpallippara1577
@aravindpallippara1577 2 жыл бұрын
Yep, putting the onus on making and and maintaining an lsp from the language itself freed up a lot of duplicated effort from creating individual text prediction from editors themselves
@bittersweet4074
@bittersweet4074 2 жыл бұрын
Meh it's so slow, you'll need like gaming pc and browser closed to run it smoothly.
@freesoftwareextremist8119
@freesoftwareextremist8119 2 жыл бұрын
In my experience, LSP is much slower than the classic editor integrated solutions we tend to had before. I do not understand why, maybe most servers are simply slow as hell. SLIME/sly for lisp in emacs is very fast and that also uses an external process and a network protocol.
@comradepeter87
@comradepeter87 2 жыл бұрын
@@bittersweet4074 That's quite an exaggeration. While I'm planning to switch to neovim soon and gonna practice vim keystrokes on VSCode first, none of the reason for it is because VSCode has been slow. I have a decent middle-range laptop with Ryzen 5600H and a dedicated GPU, with 8 gigs of RAM and I mostly code in Rust. The LSP work that rust-analyzer does is heavy, and despite that I don't feel any sluggish-ness.
@watynecc3309
@watynecc3309 2 жыл бұрын
I'm using kate with vim input and lsp it work soo great
@murtadha96
@murtadha96 2 жыл бұрын
1. VSCodium doesn't have an M1 binary. 2. Microsoft extensions (the most important out of all extensions for VSCode) are not available for VSCodium. So no Python development, no Java development...etc etc etc. And the alternatives in Open VSX are a joke in comparison (all due respect to the developers ofc, but you just can't compare the two). This is to be expected, as the Python extension alone has a large team behind it. 3. People who say these extensions are not important are clearly either not developers or have no idea what they're talking about. The claim "99 percent of VSCode users can switch to VSCodium" is very delusional if I'm frank. 4. The remote extensions are in fact incredibly useful. 5. No one really forced any one to use VSCode. People are using it because it's simply superior in many respects. 6. You can turn off the telemetry in settings, and that is respected also by all the Microsoft plugins. 7. No one has developed an IDE like VSCode because no one can fund such a project. I know people like to think that a donation here and there can sustain a project of that size and magnitude... spoiler alert, it doesn't.
@Vladymyr96
@Vladymyr96 2 жыл бұрын
Finally a good comment, Mental Outlaw is not even a developer - he will shill anything.
@noahscarbrough3224
@noahscarbrough3224 2 жыл бұрын
I enjoy using VSCode so much, I often forget it is a Microsoft product.
@murtadha96
@murtadha96 2 жыл бұрын
@@Vladymyr96 Exacly. I just like to know who those 99% of people are, exactly? Those editing only YAML and Markdown files? The ONLY real alternative you have to VSCode (feature-wise) is JetBrains IDEs which are both paid and close source.
@ameliekk
@ameliekk 2 жыл бұрын
@@Vladymyr96 this whole video screams "I have never worked in a corporate setting"
@ent2220
@ent2220 2 жыл бұрын
@@ameliekk Actually, some of us are psychos and will go against the flow even in a corporate setting and even it required a major risk, extra work etc. In my case it's due to my sheer arrogance and narcissism, and otherwise natural instinct to go against the flow
@96ethanh
@96ethanh 2 жыл бұрын
I tend to agree with most of the Mental Outlaw videos, but can't fully agree on this one. I'm a professional software engineer and have used many different editors throughout the years. There's a reason VS Code is so popular: it's super modular, easy to use, customizable, intuitive, works with all languages, and has enough features to almost be an IDE while still maintaining that lightweight/simple feel. While I agree that electron apps are bloated, it's something I'm absolutely willing to put up with if it makes my daily life easier. The team has taken a lot of effort to reduce the typical electron bloat, too. NOW, all that said, I am absolutely checking out VSCodium!
@2bitnerd
@2bitnerd 2 жыл бұрын
Couldn't agree more.
@Charlotta.Montelli
@Charlotta.Montelli 2 жыл бұрын
Ahh if you r bound then just use fiddler to block microsoft servers or any proxy
@jongeduard
@jongeduard 2 жыл бұрын
I don't believe VS Code is so bloated at all. The problem with Electron is that every small app uses the same entire Chromium engine over and over again. And to make it worse, a lot of those Electron apps are very poorly designed. But VS Code is a large, very well designed application (it loads and unloads extensions very efficiently for example), which is a lot more well suited to be running on Chromium, because in the end, webbrowser engines are basically VMs that do an amazing job of automatic memory management. This might mean that the engine preallocates relatively much memory from the system at certain times. But it manages it and releases it when it needs to as well (garbage collection). It's a lot better than Visual Studio to be honest, which is slow as hell, especially with large projects.
@ilikehiking
@ilikehiking 2 жыл бұрын
Perhaps I didn't watch the same video as you did, but nowhere did you actually disagree with what he said.
@jongeduard
@jongeduard 2 жыл бұрын
@@ilikehiking I guess his point is that he does not share the overall slightly disliking attitude by the videomaker towards VS Code and Microsoft. Agreeing or disagreeing is probably a too strong word here.
@lovebaranus9800
@lovebaranus9800 2 жыл бұрын
Something worth mentioning and that a lot of people here clearly don't know about, is that you can replace the vsx market with the official vscode market, and you will have all your extensions working, since the editor is still vscode. The only exeptions i believe are 2 extensions which have the extremely hostile behaviour of disabling themselves when not working on vscode itself, they were relatively small though. Outside of those every other thing works It's also worth mentioning that the reason why this is not a default is because is a legal hole in the vscode TOS, and therefore if they use it by default they run the risk of getting shutdown.
@lucrativelepton
@lucrativelepton Жыл бұрын
This needs to be higher up
@alexmarcoe8150
@alexmarcoe8150 Жыл бұрын
Can you provide explanation on how to do that? This video made me switch and I’ve just been downloading the packages and adding them to the extensions folder and changing my JSON to make them work. Switching the stores sounds way easier.
@ChimeraGilbert
@ChimeraGilbert 2 жыл бұрын
Thanks for this video - I had never heard of VSCodium. I kind of just blindly assumed that VSCode was completely open source and that if I disabled telemetry I'd be safe. The hoops we have to jump through for some damn privacy
@FobosLee
@FobosLee 2 жыл бұрын
Exactly! For the first time i thought Microsoft did something great…
@BigOrangeMan
@BigOrangeMan Жыл бұрын
​@@FobosLee Yes they are in the end its all based on vscode
@zbdfhg
@zbdfhg 2 жыл бұрын
Perfect timing for this. This semester, our professor introduced us to VSCode and I was looking for an upgrade to the Notepad++ that I've been using for the longest time
@BurgerKingHarkinian
@BurgerKingHarkinian 2 жыл бұрын
Use neovim
@justadude8716
@justadude8716 2 жыл бұрын
Bro notepad++ is comfy!
@Groobl
@Groobl 2 жыл бұрын
On Windows, just stick with Notepad++
@v01d_r34l1ty
@v01d_r34l1ty 2 жыл бұрын
@@Groobl I genuinely can’t believe people still recommend Notepad++. Don’t get me wrong, it was great for its time, but it is in no shape or form something to recommend in 2023.
@logc1921
@logc1921 2 жыл бұрын
GNU nano is the best editor.
@rakeau
@rakeau 2 жыл бұрын
Not a dev in any way but this also seems like it could be a good stepping stone to help people who've never ventured into alternatives to make that first step in transitioning.
@bravefastrabbit770
@bravefastrabbit770 2 жыл бұрын
Transitioning...? To what, a frankenstein Rust-dev? 👹
@rakeau
@rakeau 2 жыл бұрын
@@bravefastrabbit770 Just to a different IDE or whatever is all I meant
@roxymigurdia1
@roxymigurdia1 2 жыл бұрын
no thanks. ill turn the telemetry off but who actually cares lmao
@amogoose2971
@amogoose2971 2 жыл бұрын
@@roxymigurdia1 alot of people cares bro, including me, him, mental outlaw, alot people care about privacy. unlike you who doesnt care about your data getting stolen by microbloat
@w花b
@w花b 2 жыл бұрын
@@roxymigurdia1 You don't. That's it. The others do their business.
@Iog
@Iog 2 жыл бұрын
I had a professor in my first year of CS who is a massive VIM user, and well, thanks to him I got into NeoVIM and dot files at the time. And honestly, best editor. There are definitely some things I wish that would be easier to utilize and all, but seriously an incredible way to code from terminal environment. Also, cool that you mentioned NIX!
@ernestoditerribile
@ernestoditerribile 2 жыл бұрын
I like NIX too. Still more of a Nano user here, then a vi(m) user.
@felixpuscasu5625
@felixpuscasu5625 2 жыл бұрын
Would you mind sharing your nevim config / other dotfiles? Im on my path to creating my neovim setup but would love to see what other people did too.
@Iog
@Iog 2 жыл бұрын
@@felixpuscasu5625 I would link my GitHub but for sort-of paranoid reasons I'd like to keep myself anonymous. But when I started out I basically took massive inspiration from this NeoVIM setup. Great for beginners to get off the ground running. kzbin.info/www/bejne/fIiViWR5jdeIZ9k
@kondo-ii
@kondo-ii Жыл бұрын
I used vim before and I liked it, but I still using Joe's text editor, it's simple and gets work done.
@Randorandom232
@Randorandom232 Жыл бұрын
​@@ernestoditerribile how come?
@Garwinium
@Garwinium 2 жыл бұрын
"Regardless of your operating system you can get it in a sane way" Me who uses TempleOS: 👁️👄👁️
@steveh7922
@steveh7922 2 жыл бұрын
I lack the gamer precision to click around a gui like vscode but it's really good to see this open source alternative
2 жыл бұрын
VSCode is very keyboard-driven and encourages you to type commands into command lines.
@arandomperson5309
@arandomperson5309 2 жыл бұрын
Just downloaded this today on my Kali Linux vm (just starting out with that sorta stuff), what a coincidence that ur vid on this comes out today!
@1rez378
@1rez378 2 жыл бұрын
I have vscode AND visual studio open right now, even though telemetry is off. Lower ram usage is especially worth trying out the replacement.
@terrydaktyllus1320
@terrydaktyllus1320 2 жыл бұрын
Both are closed source, how do you KNOW telemetry is off?
@1rez378
@1rez378 2 жыл бұрын
@@terrydaktyllus1320 Of course I don't know. I'm speaking about what the settings show me.
@terrydaktyllus1320
@terrydaktyllus1320 2 жыл бұрын
@@1rez378 So there are settings that say, for example, "Allow Microsoft to trash my privacy"?
@terrydaktyllus1320
@terrydaktyllus1320 2 жыл бұрын
@@cat-le1hf You didn't watch the video, did you? VSCode contains proprietary code. I don't use Arch (Gentoo is far superior) but I assume AUR code is usually Open Source - but I have no interest either way.
@tumescent
@tumescent 2 жыл бұрын
@@terrydaktyllus1320 “gentoo is far superior” funny satire
@qgysugfq3935
@qgysugfq3935 2 жыл бұрын
lmao, my professor is actually forcing us to use VIM. not complaining but it is interesting and i'm enjoying learning about this old school text editor.
@somerandomguywastaken
@somerandomguywastaken 2 жыл бұрын
There's no reason for me to use Vim, but it's the only one I use. The speed you can open and edit files while using terminal is crazy. Once Ur in terminal, you don't have to touch your mouse and it's just speeeed.
@BurgerKingHarkinian
@BurgerKingHarkinian 2 жыл бұрын
Based professor, not gonna lie
@qgysugfq3935
@qgysugfq3935 2 жыл бұрын
@@somerandomguywastaken so true. I’ve been messing with Linux/VMs for a while now and I’m glad I have bc this class requires writing/compiling/testing our C code in Ubuntu VMs.
@JodyBruchon
@JodyBruchon 2 жыл бұрын
I petition to rename VSCode to "VSCopium"
@thetower8553
@thetower8553 2 жыл бұрын
YES
@thomas.thomas
@thomas.thomas 2 жыл бұрын
Petition to name it VSCock
@imsamuka928
@imsamuka928 2 жыл бұрын
I have been using VSCodium since i learned about it (~2 years). Sometimes it's a bother and the extension-market stops working, but never missed VSCode at all
@imsamuka928
@imsamuka928 2 жыл бұрын
@@1618yt well, it depends on which platform you are... I'm on arch, so i just did "yay -Sy vscodium-bin vscodium-marketplace" and done
@echo991
@echo991 2 жыл бұрын
Just wanted to let you know that this video caused a chain reaction that led me to switch from VSCode to Neovim > Installs VSCodium > Hears you say you use Vim plugin > Curious > Installs Vim plugin > Even more curious > Watches Vim tutorial > 5 days pass > Using neovim as my new text editor
@ElderSnake90
@ElderSnake90 Жыл бұрын
Seriously once you get muscle memory with (Neo)Vim, you can't use anything else.
@thecomputerengineerchannel1897
@thecomputerengineerchannel1897 2 жыл бұрын
When I was a kid back in early 2010s, Microsoft was everywhere in the form of windows XP and 7, now its everywhere in the form of VSCode
@vxer
@vxer 2 жыл бұрын
Vscode is well optimized for an electron app. I think you were being facetious about the amount of ram used by vscode.
@kopuz.co.uk.
@kopuz.co.uk. 2 жыл бұрын
have you tried using it on a low spec laptop? its awful
@sempiternal_futility
@sempiternal_futility 2 жыл бұрын
@@kopuz.co.uk. indeed it is, on my personal experience at least
@hhvhhvcz
@hhvhhvcz 2 жыл бұрын
same here same here, VS Code eats half gig to a gig at worst and with large codebase opened, any other IDE/editor was worse if i don't count notepad++
@tripledeluxeguy
@tripledeluxeguy 2 жыл бұрын
@kopuz VSCode RAM usage is like 600MB with an entire folder open - I’ve never seen it larger than 3GB and I have had nearly that much open in file size alone. As long as you have 6GB of RAM VSCode should work for any OS including some of the most horrid Linux conglomerations I can think of. And as far as low end laptops go, 6GB is low spec, anything lower is effectively under spec as windows alone is ~4GB unless you’re using enterprise or Vista.
@Grigorii-j7z
@Grigorii-j7z Жыл бұрын
I work in the close network, no Internet access. I can confirm that when you disable telemetry in VS Code or VS Studio it only makes a couple requests to update endpoints. It's not so hard to verify. But telemetry is fully enabled by default, ofcourse.
@xxslaysminecraftxx1094
@xxslaysminecraftxx1094 2 жыл бұрын
great video, just because something is open source people often forget that it can still have spyware like chromium, firefox vscode snd much more
@mar-tin702
@mar-tin702 Жыл бұрын
Firefox has spyware?!!
@Sl33pySage
@Sl33pySage Жыл бұрын
Thank you for this! Taking a Python course online and they suggested vscode. Totally had no idea
@Adam_Lyskawa
@Adam_Lyskawa 2 жыл бұрын
Nobody forced me to use VS and VSCode. I started to use them because of the features. And price, VS Code is free, VS Community Edition is also free for Open Source projects. Also because of speed - I also use Eclipse, that is REALLY slow. And speaking about the bloat - my PC is like 6 years old and even when it was new, it was not near the high-end specs. I have 16GB of RAM that is pretty standard today (6 years ago it was a lot). It uses my RAM. It works. I also tested it on some low RAM virtual machines and well, it was still usable, but then... I agree, on 4GB RAM machine VS Code is too slow. For the price - most IDEs will be slower. "Light" text editors will be way faster, but lacking features. Fast and powerful IDEs will be expensive. Unless you're the top of 1337, the telemetry won't hurt you, then again, if you're the top 1337, you can afford the most expensive IDE there is and probably a high-end PC too.
@StatenIslandTony1974
@StatenIslandTony1974 Жыл бұрын
I agree. I am a hobbyist programmer in C# and have used VS Code for a few years on a Lenovo dual-core laptop with 8GB of RAM. I haven't found it to be as sluggish as many people say. And as far as telemetry is concerned, I think we all should know by now that whenever some is "free" it means that *you* are the product. Which is fine, in my opinion. As long as personally identifiable information is not be exfiltrated, I really don't care about the telemetry.
@botondhetyey159
@botondhetyey159 Жыл бұрын
​@@StatenIslandTony1974 "if something is free you are the product", bruh, you ever heard of open source software?
@simeonovs4443
@simeonovs4443 7 ай бұрын
if you use eclipse and not intellij the joke is on you my man
@Wkaelx
@Wkaelx Күн бұрын
Vscode: We use your code to train our AI. Vscodium: *actually just coding*.
@mysterious_czrs
@mysterious_czrs 2 жыл бұрын
Such shame that vscodium is missing C/C++ and platformio otherwise I would be switching already. Embedded development is hard to do without using proprietary software, because setting up toolchains yourself can be such a pain and sometimes there is no open toolchain (Microchip lol).
@salsamancer
@salsamancer 2 жыл бұрын
Every embedded vendor I've worked with usually ships a variant of Eclipse as their "IDE"
@mysterious_czrs
@mysterious_czrs 2 жыл бұрын
@@salsamancer That's true but Microchip is not like that I mean mabe Mplab is based on eclipse but their compiler, debuger and tools for programming the MCU's are all close source so you can't set up your own workflow you have to use Mplab. There are some MCU families that have open toolchains STM32 and AVR for example
@DMSBrian24
@DMSBrian24 Жыл бұрын
​@@salsamancer that's just criminal
@unodragon2294
@unodragon2294 Жыл бұрын
I could download c/c++ from the market place with svix (if I spelled correctly) option to download it
@natural-selection-69
@natural-selection-69 Жыл бұрын
you can use clangd
@redherringoffshoot2341
@redherringoffshoot2341 2 жыл бұрын
glad to be introduced to this, as I’m getting teaching myself how to code
@alephcake
@alephcake 2 жыл бұрын
Virgin Windows Vscode users vs Still Virgin Linux OSS - Code users
@zuzcus
@zuzcus 2 жыл бұрын
Fuck vim. People who boast that they are using it just do it for attention and to look cool. In reality, everyone gives up on it after witnessing all the ridiculous commands. Btw the argument "I prefer vim because it is lightweight, even though I have 128 GB of RAM" is pure comedy.
@samiurkhan
@samiurkhan Жыл бұрын
Na people use vim because modal editing is productive, it is fast especially for quick edits. I don't think anyone really uses vim to win cool points (in fact it makes you look weird if you care or boast about vim usage or vim elitism). You met some bad seeds or apples that were elitist about vim (trust me I've met them too) but you shouldn't let them define your experience with vim especially since vim works inside vscode (in terminal and in keybindings).
@gfrewqpoiu
@gfrewqpoiu 2 жыл бұрын
Sadly C# is not the only gimped language in the open source build, Python also has a worse experience than with the closed source build. Why? Because Microsoft decided to make their language server for Python (Pylance) closed source with a license and DRM so that it only works with the offical closed source builds. Sure, you can install your own, but it won't support Intellisense etc.
@besterspieler2285
@besterspieler2285 2 жыл бұрын
even though i agree with your points about tracking and i think its a good idea to shine light on it, it is pretty clear you don't code from the way you talk about visual studio for example. you're clearly just stating "popular opinions" that just keep on living by clueless people repeating them. visual studio IS a highly convinient ide for developing high scale projects and no it does not eat up all you ram on a modern computer. seriously noone codes on a 10 year old thinkpad and "facts" like these are just kept alive by people who dont use these ides and blindly repeat what they hear. its just "java(-script) is bad" all over again imo
@BBQCrazzy
@BBQCrazzy 2 жыл бұрын
I 100% agree with you but thats also why I like the content in this channel. I always come here expecting that 😂
@draco-amercon
@draco-amercon 2 жыл бұрын
It'd be interesting to run vs code in a virtual machine and have Wireshark listen to the network traffic coming out of that virtual system.
@Synthetic_geth
@Synthetic_geth Жыл бұрын
Pls do it
@Mammel248
@Mammel248 2 жыл бұрын
I swear your Bill Gates pictures are on point :D
@Samuelinox-th3ww
@Samuelinox-th3ww 2 жыл бұрын
In our school we (for now) aren't allowed to use an ide at all. We instead use a command line interface to code with little to no help at all.
@thomasdtrain
@thomasdtrain 2 жыл бұрын
Real programming is done on pen and paper
@fluff9657
@fluff9657 Жыл бұрын
Damn at least we get to use notepad
@zoenagy9458
@zoenagy9458 2 жыл бұрын
love this channel!
@stage6fan475
@stage6fan475 2 жыл бұрын
Thanks for keeping us informed about issues like this. You must put in a lot of work. Thanks for the effort.
@unhhgcrxexhjvuvujchcrzwzwz7956
@unhhgcrxexhjvuvujchcrzwzwz7956 2 жыл бұрын
The fact that this “A.I”, sure that’s what I’ll call it, has dominated all conversation in the world of computer science is boring the heck out of me
@nuclearsummer7796
@nuclearsummer7796 2 жыл бұрын
Thanks Outlaw! I was using vscode for my rust programming, now I got vscodium, heck even the extensions I use are here!
@novictim
@novictim 2 жыл бұрын
Impressive cause theres much good essential stuff for c++ like the debugger it doesnt have
@nuclearsummer7796
@nuclearsummer7796 2 жыл бұрын
@@novictim I just use the CodeLLDB extension to run my debugger, works great
@mar-tin702
@mar-tin702 Жыл бұрын
​@@novictim maybe he uses it to write novels
@FHBStudio
@FHBStudio 2 жыл бұрын
I hate it when schools or courses enforce a particular software. Especially when it's so ridiculous a MS Excel vs LibreOffice for example.
@v0xl
@v0xl 2 жыл бұрын
vscod(e/ium) is not as bloated as you think, it uses like 400mb, and Rust-analyzer language server uses multiple gigabytes of ram sometimes with extremely big projects. So it doesn't really matter.
@Ornithopter470
@Ornithopter470 Жыл бұрын
Somehow still less bloated than Docker.
@raptorjesus3396
@raptorjesus3396 2 жыл бұрын
Assuming you work in a company which develops busines software, such as SAP, there is no purpose in switching to a private editor, or even disabling telemetry at work. Because we use Windows 11 for development, which in fact runs basically a keylogger on your system by default. And no proprietary software is not bad and Richard Stallmann is kind of biased. Though I think we need more source available software, i.e. source code available for non commercial use (see BSL license).
@user-kt0jl90sfwj8cb
@user-kt0jl90sfwj8cb 6 ай бұрын
1. You are wrong. Proprietary software is definitely bad. 2. Software under BSD license isn't source available; it's open source.
@daniel-kun6443
@daniel-kun6443 2 жыл бұрын
I’m curious about what you do for a living? Never really thought about it but now that you mention an IDE and say you actually prefer a text editor, would you write production in vim? Which is my favorite text editor btw, but I use code (as opposed to vscode) for college stuff
@nekoill
@nekoill Жыл бұрын
This one is for Kenny specifically: have you used Wayland? If you did, mind making a video on it? I've recently switched to it because I was tired of Xorg breaking all the time and it's been pretty good all things considered, but there's a couple caveats like some software just not really working at all (grub customizer being one such case, but there's more), and even that aside I only trust you to give a good advice in pretty much any regard when it comes to Linux Whatever the case, thank you for what you've already done, this channel has been absolutely priceless for me and I'm pretty sure countless others, you're just the best 😽
@cherloire7978
@cherloire7978 2 жыл бұрын
I would love to use VSCodium, but the remote ssh tools don't work because they are proprietary microsoft extensions, and I develop on a remote server. So unfortunately I am stuck with VSCode.
@scottb4029
@scottb4029 2 жыл бұрын
When I first started using Linux, I thought all of the Vim people were elitist asses. I plugged away on nano , which came very quickly and easily. It is a great editor for the first time Linux person. It inspires confidence and helps dispel the myth of Linux being an difficult OS. Unfortunately it is limited. It is true, once you take a bite of the Vim apple, there is no going back. When you first begin Linux , you want everything in a simple way and easy to understand. Nano. When you are comfortable in Linux, you want everything a keystroke away. Vim
@NoelJasik
@NoelJasik 2 жыл бұрын
Personally, i tried VScodium, but a good chunk of extensions i use, don't work on it, some i could kinda get to run in a hacky way, but it made the editor too unstable, there's a good reason for it being popular, although it might not be the best performance wise, it's a well made editor, that can be customized to anything And to be honest, i think electron gets too much smack, yeah it's not lightweight, but being able to run the editor on anything, and have it run 1:1 is great if you work across diffrent system often, also the performance is not that bad, my 13 year old laptop runs vscode pretty fine actually, although i only really tested it for lightweight frontend with codespaces, so i am making it way easier for it I don't really like microsoft, but shit it's a good tool, that does the job well, highly customizable and very simple yet powerfull, tbh i think it's a common choice amongst schools, cuz it's just easier to teach, like as a teacher i wouldn't either waste time on explaining and teaching vim commands to kids that don't yet understand what variables and functions are, higher barrier of entry would discourage them, ofcourse there are exceptions, but that's not exactly how you teach a whole class, it's dumb to restric to vscode, especially if the students knows his shit, but on the other hand if somone doesn't know their shit and than i have to spend 10 minutes teaching him how to build a file, i would be annoyed aswell, but well i was never really restriced to using a specifc IDE, although i would need to bring that in myself on a pendrive or something Tbh for me (not others) vscodium ain't exactly a solution, unless i can bring in all the same extensions that vscode normally has, i'd say more of a solution here would be neoVim, i should probably check that out some day
@absalondebarvac3715
@absalondebarvac3715 2 жыл бұрын
"If you really do need... those things, then I guess you're just gonna have to make peace with Microsoft telemetry, but I would imagine that you would've already done that if you're looking to become a C# dev." *cries in normie college student*
@luigiramirez29
@luigiramirez29 2 жыл бұрын
Good timing, I just started a harvard python course yesterday and I was already getting used to VSCode. I will now switch while I still can! Thank you my lord and Savior!
@FobosLee
@FobosLee 2 жыл бұрын
So, you’re saying, MSFT looks into my .env files and skims all the API keys? 😮
@InfiniteDesign91
@InfiniteDesign91 Жыл бұрын
Visual Studio was popular because, it had very decent performance. It was much faster than Atom for example, which is a similar editor. VSCode has tons of plugins, and it works on linux as well. I currently know no good alternative for javascript development. Maybe notepad++?
@wejesuss-1104
@wejesuss-1104 Жыл бұрын
A problem I face with Vscodium is debugging, it simply does not work out of the box, even if it compiles it does not run the debugger. Not sure how to configure and get the integrated debugger to run when coding in C or C#
@___Sunflower
@___Sunflower 2 жыл бұрын
This is really convenient I was planning on installing Visual Studio code on my Linux Mint PC but I've been holding off because it's made by Microsoft and was trying to find an alternative coding application, but today I finally decided it must be okay since it "open source" but clearly I was wrong.
@nmnxe
@nmnxe 2 жыл бұрын
Mental outlaw is starting to become just like me. A hardcore FOSS minimalist, so proud of you man 🥹.
@ra2enjoyer708
@ra2enjoyer708 2 жыл бұрын
The general problem of open source forks like this is they have to participate in the race against microsoft with rules controlled by microsoft. Microsoft can always dump a bunch of money/people on any given project, so it's impossible to win a race against it on pure enthusiasm. Or it can drastically change the rules, let's say by completely rewriting VSCode in F# (effectively making it a required dependency), which would make any given fork outdated/irrelevant. At the very least it can completely shitcan a project, which is not a big deal, since it operates on the level of resources and revenue, where everything is abstract, replaceable and expendable (except for the Microsoft itself, ofc). For the open source project maintainer however it means all the previous work going down the drain AND having to support effectively a dead project (since the only reason people used it because it's microsoft's product but free-er).
@GeekMasher
@GeekMasher 2 жыл бұрын
Neovim all the way! On Arch btw
@hand-eye4517
@hand-eye4517 Жыл бұрын
take the plunge..... let us see you use risc v. You are the one of the main reasons i have hope for the future of programming and computers. People like you are fighting the good fight .
@dothesick
@dothesick 2 жыл бұрын
VSCodium is only a flatpak though, which makes a lot of the package add-ons difficult to use. Anyone got a good tutorial?
@davorbervida5023
@davorbervida5023 2 жыл бұрын
For arch or arch based distros there is a vscodium and vscodium-bin package
@dothesick
@dothesick 2 жыл бұрын
@@davorbervida5023 Thanks for the response! Do you have any advice or links for Debian based distros?
@firejelly
@firejelly 8 ай бұрын
Thanks for this. Never heard of the alternative to VSCode. I run it on Mac for python. Will definitely give VSCodium a try because I despise Microsoft’s practices.
@penguinbloopers
@penguinbloopers 2 жыл бұрын
I was on arch for a while and I like to write C/C++ code in vscode and build with the commandline. Getting vscode to just work, provide linting, intellisense, recognise header files in different directories, include static libraries was nightmarish. Extensions I needed just weren't showing up in the extensions store and I had no idea why. I finally realised the AUR dispatches vscodium (because arch btw) and I simply just had no idea and wasted time.
@etherweb6796
@etherweb6796 2 жыл бұрын
I'm using Doom emacs with clangd /clang-tidy - building using the terminal - works well - for headers / auocomplete, etc
@tumescent
@tumescent Жыл бұрын
Sounds like an Arch issue
@vocassen
@vocassen Жыл бұрын
@@tumescent More like an "issue" with VSCodium. It blocks/replaces Microsoft extensions but seemingly provides no replacement for C/C++, so if you want to use that despite everything, you're out of luck. Better off using VS Code or OSS Code and disabling telemetry manually
@soggybaguette8457
@soggybaguette8457 2 жыл бұрын
I learned vim in class a couple weeks ago and it changed my life, it’s so nice
@mar-tin702
@mar-tin702 Жыл бұрын
Nice for what ? Learning to type on your keyboard
@incremental_failure
@incremental_failure 2 жыл бұрын
Been using VSCodium for years now. It's clearly better but the extension space isn't the same as VSCode. Pylance for example won't work on VSCodium but I ditched it for Pyright (also MS of course...), very happy with it. I stopped using Jedi because Jedi still doesn't support match statements in Python and it had massive CPU usage.
@matyasmarkkovacs8336
@matyasmarkkovacs8336 Жыл бұрын
You can enable the VSCode marketplace in Codium, so you can use all VSCode extensions.
@incremental_failure
@incremental_failure Жыл бұрын
@@matyasmarkkovacs8336 I couldn't get it to work and it's not straightforward. From what I read, I'm not the only one.
@gayusschwulius8490
@gayusschwulius8490 Жыл бұрын
@@incremental_failure There have been massive changes to compatibility recently, so chances are your experience wouldn't be the same anymore today.
@Vemu
@Vemu 2 жыл бұрын
What do you think about Jetbrains' IDEs?
@MrCarlinios
@MrCarlinios 2 жыл бұрын
Another good option could be lapce, build with rust to be native performant, not every language is support, but that's quite a good editor, go try it
@everyhandletaken
@everyhandletaken 2 жыл бұрын
Wow, looks exactly like VSC at first glance 😯 It says it is pre-alpha,do you know if the intention for this to always be open source, or may end up being a paid product? Looks like there are enough extensions (plugins) there for my needs, definitely going to check it out, thanks!!
@MrCarlinios
@MrCarlinios 2 жыл бұрын
@@everyhandletaken I can't answer to that confidently. I just know it's open sourced on github so it probably will stay that way unless some company puts a shitton of money. Or maybe big tech could make their own propietary fork of this one. So far it looks quite good for rust and javascript devs
@everyhandletaken
@everyhandletaken 2 жыл бұрын
@@MrCarlinios let’s make the most of it while we can then anyway 😊 Sounds perfect, thanks for the suggestion!
@scuzlol
@scuzlol 2 жыл бұрын
Aside from VSCode containing proprietary add-ons, there is something i've learned over the years. Just because you're not productive with a certain tool doesn't mean others aren't. I know people that know VS Code very well and think emacs/vim are somehow "trash" and "not usable" for work, and vice versa. Sure, some people can boot up VSC out of the box and use it, but most don't. Most have to install plugins like any other editor. The term "usable" is highly subjective. The whole fan boy hype is really old. When a new developer joins our team I am more concerned that they learn to become proficient with the tools they use, no matter which editor they go with. I have seen vim fanboys that aren't good with it and i've seen the same with VSC.
@mytech6779
@mytech6779 2 жыл бұрын
I can see the appeal of full VS from a useability perspective, ignoring the proprietary windows only aspect, the debugger and memory view are especially well integrated out of the box. VScode on the other hand has been a dog every time I've tried it. I much prefer kwrite/kate, code::blocks, or flavors of VIM. (Never bothered to learn emacs, cost:reward ratio on the learning curve didn't seem right for my simple hobby uses.) Any programming course that starts students in any IDE is a fundamental fail, IDEs are fine after the first half-dozen programs(including some with multiple files and maybe some basic option flags), but not before. I have talked to countless new programmers that don't even understand that source code files are true plain text(not a special proprietary language format) or that an IDE and a compiler are separate things. Most came from Windows or MacOS
@Kas-tle
@Kas-tle 2 жыл бұрын
Mostly from windows I'd think. The nice thing about MacOS is it's still Unix based so once you pick up brew you can easily install stuff like maven cli and just have it work... not the case on windows where the cli tools are basically a joke and getting any cli tool to truly work is generally more effort than the task you intended to use it for due to how annoying it is to set things like environmental variables. So I can genuinely see why someone coming from that would think IntelliJ is just the only way to """compile""" a java program. I think whether or not starting with an ide is "bad" depends on the language... with something like JavaScript for example I think an IDE is fine since it's compiled at runtime anyways. Now wether or not JavaScript is a good first language to teach someone is a separate issue haha.
@mytech6779
@mytech6779 2 жыл бұрын
@@Kas-tle Even for interpreted languages students should start with a basic text editor. There really is no learning benefit from the syntax help and automation of an IDE during the "Hello world" phase. Many bad programmers are created because they start with fundamentally poor understanding of the what is going on in the machine. I don't mean details of memory managment or assembly instructions, I mean the high level concepts of text files being parsed and lexed into machine code by another program (compiler/interpreter) or the notion of bootstrapping (again not the fine details of it).
@KManAbout
@KManAbout Жыл бұрын
Vscode isn't a full ide anyway but I think you are just wrong here about what and how things should be taught in a class.
@matroqueta6825
@matroqueta6825 Жыл бұрын
I was forced to "learn" programming by compiling .c files written on a plain text editor using the terminal (something I've never seen before up until that point) and was NEVER told there was an easier way until I figured that out on my own like a year later. I'm not talking about the 90's either, this took place in 2015. It's a miracle I'm a programmer now. Learning like that was hell, and was not educational at all. IDEs are the way to go especially when students are _just_ starting out.
@SoulGuitarMetal
@SoulGuitarMetal Жыл бұрын
@@mytech6779 It's funny how people who develop technology are so resistant to adopting new technology. We don't start with carriage to learn to drive a car. The maker or model of the car doesn't matter, but a carriage is something else entirely. A basic text editor is not for programming and it will just make the learning process hard and inefficient in an environment you are not even going to use ever again. You should be blaming the teacher or the student for not bother understanding the fundamentals instead of the tool.
@Stevenomnom
@Stevenomnom 2 жыл бұрын
Cool, didn't know this existed! Will definitely check it out :)
@_ipsissimus_
@_ipsissimus_ 2 жыл бұрын
funny enough, i work for one of the 10 biggest companies in the US as an automation engineer. All my coworkers use vscode, and beg me to download vscode. Im a vim and nano developer. I used to use Atom and realized that i got worse and worse as a developer as i relied more and more on the autocode and extension add features. Now i can code from any computer and submit a PR in time while my coworkers are completely useless unless they can work on their configured workstation.
@Kas-tle
@Kas-tle 2 жыл бұрын
An odd criticism... one of the main benefits of VSCode (and one of the few proprietary features) is the remote development extension, so you just host a code server that you can access from anywhere with internet. And since VSCode is a non-admin install, you can basically install it anywhere and your extensions will sync automatically... I too dislike the telemetry but don't really care so much since I'm just going to push to GitHub anyways, so it's not as though they don't already have everything in some way. Microsoft has basically managed to silently take over the entire development pipeline. You can write in VSCode, host it on GitHub, and continuously deploy with GitHub actions. Honestly surprised that a company of the size you work for even gives a choice in the editing tool you use. Google, for example, makes you do everything in their web based IDE. But congrats on managing to escape employer telemetry xD
@AJ-wf1vh
@AJ-wf1vh 2 жыл бұрын
fyi vs code has extension sync and through remote ssh you can work from any thin client. Both of these features are proprietary though, sigh. MS is beta testing vscode server which will allow you to connect to a server through your browser and there is an open source third party version already available. Using a state of the art linter, debugger, and autocomplete does not make you a worse developer. But being slower than you could be does. One example I will give you is environment awareness: split view and code tree. Using Vim in a code base with hundreds of source files would be unwieldy. It appears neovim might feature a subset of those, I will give you that. But at that point, you're using VS code in terminal form and you might as well switch to the version using a state of the art renderer (chromium).
@ascent817
@ascent817 2 жыл бұрын
Can't you just disable telemetry/block vscode from being able to contact the telemetry servers?
@CyberWolf755
@CyberWolf755 2 жыл бұрын
The VS Codium docs do give a nudge, nudge, wink, wink on it not being legal to use VS Code official/propriatary repos, but also gives example how to add repos with VS Code's repos. 〜( ̄▽ ̄〜)
@everyhandletaken
@everyhandletaken 2 жыл бұрын
Why would it be illegal to build from their repo ? I have never heard of that 🤷‍♂️
@gayusschwulius8490
@gayusschwulius8490 Жыл бұрын
@@everyhandletaken It's not illegal in the sense that it's criminal, but it's against their terms of service, so if VSCodium officially implemented it Microsoft could probably sue them for Anti-Competitive behavior.
@Red-4man
@Red-4man 2 жыл бұрын
This video glows. I just heard about and was looking at vscodium's page when this showed up in my feed.
@aceplay100
@aceplay100 2 жыл бұрын
honestly should have switched earlier, always felt wrong to have my only snap app be vscode when I knew the arch AUR VSCodium existed, thanks for reminding me.
@yeahaddigirl
@yeahaddigirl 2 жыл бұрын
How about a proxy specifically designed to block phone home crap. I'd contribute to that foss project..
@fercats99
@fercats99 2 жыл бұрын
Sorry, this is a NeoVIM house
@mauriciopalomares9507
@mauriciopalomares9507 Жыл бұрын
I’m a newbie to programming since I didn’t study this in college. I’ve been learning stuff online and of course they use VScode, but I didn’t known about VSCodium! Downloading right now 😂
@abatall
@abatall 2 жыл бұрын
I’ve been using it for some time now, very good
@chaitanyabhole
@chaitanyabhole 2 жыл бұрын
@MentalOutlaw Do you think MS is still embracing their old EEE strategy with vscode + github + linkedin + azure and chatGPT infused MS365? . Please make a detailed video on this if you are witnessing this trend.
@Lewdovico
@Lewdovico Жыл бұрын
I use emacs btw
@marceelino
@marceelino 2 жыл бұрын
Vscode is an amazing tool. I do not understand this hate. Nobody is forcing you to use it. There is ton of other less useful editors. If there is a company that is using standarized software suite then wtf. Why is that an issue? Ask that during your interview. "I cannot work for you because I am an idiot and can only use vim. "
@S1xZDev
@S1xZDev 2 жыл бұрын
The only problem I have with VsCodium is that DevContainers Doesn't work on them. So I'm stuck on VsCode, since my team uses them to control our development environment.
@ciarfah
@ciarfah 2 жыл бұрын
Thanks, I needed to know this. Makes VScodium a non-starter for me too. At least for work anyway
@surya4946
@surya4946 Жыл бұрын
4:10 Selling data to advertisers can be pretty bad, in my opinion. When we give our personal data to companies, we expect it to be kept private and only used for what we agreed to. But when companies sell our data to advertisers, they can use it for all sorts of things we didn't consent to, which totally violates our privacy. Plus, all that targeted advertising can be super manipulative and influence us to make choices we wouldn't have otherwise. It's just not a great situation. On the other hand, I think giving data to the government can be a good thing. Sometimes, it's necessary for national security reasons, or to monitor public health trends and respond to emergencies like pandemics. Plus, governments are accountable to their citizens, so collecting data can help ensure that they're doing what they're supposed to be doing and using public funds appropriately. Overall, I think the risks of selling data to advertisers, like privacy concerns and unethical use, outweigh the benefits. So, I'd rather see more data going to the government when it's necessary, than to advertisers just looking to make a quick buck.
@DoubleOhSilver
@DoubleOhSilver 2 жыл бұрын
True about vim. I can't imagine how I would have to relearn to program without it
@digitalspecter
@digitalspecter Жыл бұрын
After a short fling with vscode I went back to Doom Emacs.. it's honestly awesome. (org-mode, magit, keyboard driven, pretty easy to customize)
@klekaelly
@klekaelly 2 жыл бұрын
The problem with the "uses too much RAM" argument: 1. RAM is significantly cheaper than it has been in the past few years 2. VScode's RAM usage is overstated. 3. 16 gb of RAM is arguably the standard these days and will continue to become the norm 4. What's the alternative? You'd rather programs use 2% of the RAM you paid for? Get your money's worth!
@gregtasi
@gregtasi 2 жыл бұрын
If I paid for my ram I'm gonna use my ram!
@green3593
@green3593 2 жыл бұрын
@au nom de Dieu unlike you nocoder cnile somebody has to do work
@monkev1199
@monkev1199 2 жыл бұрын
Sure vscodium does consume quite a bit of ram. I've just not had a reason to find anything better yet (I'd end up building my own editor anyways if I needed a replacement). The big thing that vscode based editors have is the plugin ecosystem. rust-analyzer has some vscod(ium) specific behavior that can be useful.
@green3593
@green3593 2 жыл бұрын
@au nom de Dieu You won't get rid off soycode via calling everything soy. You need to have a better alternative. You won't ditch your workflow that easily for libre if it's worst for you.
@BurgerKingHarkinian
@BurgerKingHarkinian 2 жыл бұрын
Absolutely garbage-tier take. Just because a lot of people have a lot of RAM (I'd argue 8GB is way more realistic) that does not mean you're supposed to completely waste it. If you want to or need to use VSCode, that's fine but those argument are just weak to put it mildly.
@Lonedeer438
@Lonedeer438 2 жыл бұрын
I'm just happy my instructors made us use code::blocks for my c++ class. Tbh the only thing I learned in that class is that I hate programming
@malikelate
@malikelate 2 жыл бұрын
Nope we were taught eMacs 👎
@Yuuray
@Yuuray 2 жыл бұрын
dang, I had no idea. Thanks!
@su8z3r03
@su8z3r03 Жыл бұрын
Except I cannot debug C/C++ in VSCodium!!!!!!!!! How can I fix this launch error?
@1495978707
@1495978707 2 жыл бұрын
I tried running vscodium and it just doesn’t work as well and doesn’t have access to the extensions that vscode does, which is like the whole reason for using vscode. Unless this has changed
@electroteque
@electroteque 2 жыл бұрын
thanks for the tip. I like VSCode. I had no idea it had opt out telemetry ? I never saw it asking about it. Sublime text is what used high cpu. VSCodium is the same. installed and loaded fine.
@hermitgreenn
@hermitgreenn 2 жыл бұрын
Microsoft's strategy for VScode and GPT integration is something else. They're already collecting user data, so you can only assume they have vast swaths of user-created code to teach to the algorithm. Why import Indian developers to pay them a pittance when you can get a computer to do all the work for you?
@kaioh33
@kaioh33 2 жыл бұрын
Thank you very much for this! Definitely going to check this out
@constantinknab
@constantinknab 2 жыл бұрын
thanks so much this was very useful and the remote environment issue has been fixed, love it!
@catoflado4977
@catoflado4977 Жыл бұрын
I wanted to start using another IDE, because even if I start using VSCodium, it will be ever dependent of Microsoft anyways. What should I start using?
@marsandbars
@marsandbars 2 жыл бұрын
I'm the heathen using VSCodium on Windows 10. Still, I find it silly that a FOSS app has binaries under a different license from the codebase. For that reason alone, VSCodium is the obvious choice. I should add that it's possible to switch the built-in appstore to the official one if apps are missing that you need.
@mitsukaritas
@mitsukaritas 2 жыл бұрын
The virgin vscode vs the chad NeoVIM
@7heMech
@7heMech 2 жыл бұрын
I'll make sure to check it out, cause I am indeed pretty much addicted to vscode, thanks!
@bukki007
@bukki007 Жыл бұрын
Is it better than VS Code when it comes to battery draining? Cos that's the most important factor for me
@user-kt0jl90sfwj8cb
@user-kt0jl90sfwj8cb 6 ай бұрын
But can't I disable telemetry in VSCode by setting "telemetry.enableCrashReporter": false, "telemetry.enableTelemetry": false, "telemetry.telemetryLevel": "off", and also for some extentions: "autotools.telemetry": false, "dotnetAcquisitionExtension.enableTelemetry": false, "julia.enableTelemetry": false, "redhat.telemetry.enabled": false, etc. ? I suspect that some extensions might ignore the telemetry settings though.
Bad OPSEC - How The Feds Traced a Monero User
13:55
Mental Outlaw
Рет қаралды 613 М.
How To Secure and Anonymize Your Online Activity
25:10
Mental Outlaw
Рет қаралды 491 М.
How to have fun with a child 🤣 Food wrap frame! #shorts
0:21
BadaBOOM!
Рет қаралды 17 МЛН
There’s a fast new code editor in town
3:58
Fireship
Рет қаралды 1,1 МЛН
NEVER install these programs on your PC... EVER!!!
19:26
JayzTwoCents
Рет қаралды 4,9 МЛН
the man in the thumbnail is a sadistic murderer
18:03
Louis Rossmann
Рет қаралды 1,2 МЛН
you NEED to use VS Code RIGHT NOW!!
12:48
NetworkChuck
Рет қаралды 589 М.
I tried 10 code editors
10:28
Fireship
Рет қаралды 3,3 МЛН
FireScam - A New Persistent Android Malware
10:30
Mental Outlaw
Рет қаралды 83 М.
What is the Smallest Possible .EXE?
17:04
Inkbox
Рет қаралды 616 М.
Never install locally
5:45
Coderized
Рет қаралды 1,9 МЛН
How to Actually Escape the Botnet
32:17
Mental Outlaw
Рет қаралды 544 М.
Stop Using Tor With VPNs
11:41
Mental Outlaw
Рет қаралды 1 МЛН