Watch "FreeBSD - installing Linux apps (Brave browser, Sublime), VS Code, Wine, and VirtualBox" on YouTube
https://youtu.be/lZwxkYV4fLM
#FreeBSD #VSCode #Wine #VirtualBox
#freebsd #VSCode #wine #virtualbox
Feels a bit weird to add a blog post to my web site using https://vscode.dev and performing a pull request on GitHub. It's like the extreme opposite of using Vim to edit some HTML page on your Linux web server...
Help! I accidentally started a VS Code grammar for 8080 code. I only wanted to type in all the code samples from DRI's documentation. Now I'm trying to wrap my brain around the documentation of extensions for VS Code
Here's a useful regex to find files that do not start with a slash in #VSCode - in case you ever need it:
^(?<![\s\S\r])[^\/]
I use it to find all source files that do not contain the AL2 boiler plate comment (which starts with "/*" and thus with a slash).
The first part of the regex to match the beginning of a file is explained here:
https://stackoverflow.com/questions/60090875/match-the-beginning-of-a-file-in-a-vscode-regex-search
Übrigens...
Eines der nützlichsten #vscode Plugins was ich letztes Jahr installiert habe: Multiple cursor case preserve
https://marketplace.visualstudio.com/items?itemName=Cardinal90.multi-cursor-case-preserve
Último #viernesdeescritorio del año. Como me pilla fuera de casa y es igual que el anterior, os comparto mi setup @podcastlinux @canaimagnulinux
#fedora #kdeplasma #GNUlinux #thinkpad #X1Nano
#VSCode
💻 Lenovo Thinkpad X1 nano
🖥️ Dell Ultrasharp U2415P
#VSCode #X1Nano #thinkpad #GNUlinux #kdeplasma #fedora #viernesdeescritorio
Anyone had any luck getting `rust-analyzer` extension's intellisense to work in VSCode using a #Nix `flake` development environment?
#VSCode #RustLang #Rust #Intellisense #RustAnalyzer #NixOS #Development #SoftwareEngineering #WSL2 #WSL
#wsl #wsl2 #softwareengineering #development #nixos #rustanalyzer #intellisense #rust #rustlang #VSCode #nix
Anyone had any luck getting `rust-analyzer` extension's intellisense to work in VSCode using a #Nix `flake` development environment?
#VSCode #RustLang #Rust #Intellisense #RustAnalyzer #NixOS #Development #SoftwareEngineering
#softwareengineering #development #nixos #rustanalyzer #intellisense #rust #rustlang #VSCode #nix
i would still love to be introduced to people i should follow that are interested in personal knowledge management (#PKM) and software like #Obsidian and #DEVONthink and even Dendron and Foam for #vscode because there's a lot of crossover. especially #infosec geeks like me/us. thank you 🙇🏻
#PKM #obsidian #DEVONthink #VSCode #infosec
You like VS Code, but you hate Microsoft spying on you?
Why don't you give VS Codium a try? https://github.com/VSCodium/vscodium
The same great IDE(ish) but with most of Microsoft's little big brother nonsense removed! Works a charm. Leave them a star if you like it ⭐
#vscodium #VSCode #ide #coding
You like VS Code, but you hate Microsoft spying on you?
Why don't you give VS Codium a try? https://github.com/VSCodium/vscodium
The same great IDE(ish) but with most of Microsoft's little big brother nonsense removed! Works a charm. Leave them a star if you like it ⭐
#vscodium #VSCode #ide #coding
I am new to #VSCode, migrated from #RStudio because the latter's compatibility with the #Wacom tablet I use instead of a mouse (for disability reasons) has become completely untenable. I've added the R and R Debugger extensions, but I am still getting #linting issues with #ggplot2 code. Lots of "No visible binding for global variable" for column names and things like ..level.. specified in aes() statements. Does anyone know a fix?
#ggplot2 #linting #wacom #rstudio #VSCode
@unjello @badlogic #Dosbox comes with nice built-in debugger you can hook yourself to, indeed. Quite handy to understand things internal to the dos machine it emulates (https://www.vogons.org/viewtopic.php?t=3944). Personally, I prefer to code inside it, with #watcom. Otherwise it's no different than targetting any other platform in #VSCode. No nostalgic emotion, just tasks to deliver. That's why GDI and hardware accelerated blits via WinAPI won in Simulacrum over any other option to "emulate" VESA 2.0 tech stack
13 bug fixes and 6 enhancements! @VSCodeJava 1.13.0 released!
Crafted with ❤️ by the @rhdevelopers team!
https://bit.ly/3XR7Ait
#Java #vscode