Switch running projects in VSCode for C# Tip #6 #softwareengineering #visualstudiocode #coding #dotnet #visualstudio #csharp #softwaredeveloper #vscode #CodingForBeginners
A guide to deciding what AI model to use in GitHub Copilot.
I don't suppose there's some open source variant/approximate of #VSCode?
I took forever to get off NotePad++ and everyone was raving about VS Code and now it's icky/always was??
BREAKING: #VSCode forks left wandering the desert for 24 hours while #OpenVSX takes a nap.
Eclipse Foundation's status page reads like a suspense novel: "Some services are down."
Clearly, #innovation is alive and well.
https://status.open-vsx.org/ #EclipseFoundation #SuspenseNovel #HackerNews #ngated
Anyone using vscodium? I can't use it to commit. Committing works from the command line. It works using vscode.
In vscodium I get a gpg: signing failed: pinentry error.
Is there a config that I've forgotten?
Nice read about KDEs #kate Editor. I am already using it from time but will use it more often again.
Never liked #vscode even if it's the editor I am opening most of the time when #vim doesn't fit.
How I use Kate Editor from @aks
https://akselmo.dev/posts/how-i-use-kate-editor/
How about installing VS Code on a #GitHub Windows runner? This allows you to do this unattended.
runs-on: windows-latest
steps:
- uses: gbraad-actions/install-vscode-action@main
- name: Run VS Code serve-web
run: |
code serve-web --host 0.0.0.0 --without-connection-token
Handy with #Tailscale when you want to debug the build on a runner. Pr even to quickly enable RDP and log in.
@farcaller Maybe.
EDIT : Bro, if its really bugging you, use #vscode instead.
In #VSCode, the code lenses now include an outline around parts of it (such as "🅁un 🅃ests"). I'm not sure if this is from #Rust analyzer or VS Code itself, as I updated everything last night.
Is there a way to get rid of this outline (likely a border in the CSS)? It is distracting to the point that I'm considering turning off code lenses if it can't be disabled.
Hat jemand Erfahrung mit code-server? Ich hab mir das mal angeschaut und installiert und bin von dem Funktionsumfang sehr angetan.
https://github.com/coder/code-server
#codeserver #vscode #ide
"Most guides to docs like code, even the ones for non-devs, assume you have some developer knowledge: maybe you're already using version control, or you've encountered build pipelines before, or you're working alongside developers.
This guide is for the people who read that paragraph and wished it came with a glossary. This is docs like code for people who don't know what git is and have never installed VS Code.
This post explains terminology and concepts, to help you get a mental model of what's going on. If you prefer to dive in and pick up concepts as you go, skip straight to the tips in How to learn, and come back to the conceptual info as needed."
Microsoft just made a bold move — and developers are feeling it.
Cursor and Windsurf, both VSCode forks, have been blocked from accessing the official extension marketplace. Proprietary walls are going up
Developer workflows disrupted
Marketplace access revoked
Spotlight now on open alternatives like OpenVSX
This raises real questions about ecosystem control vs innovation — and who gets to decide the rules.
#VSCode #OpenSource #DevTools #PlatformGovernance #DeveloperExperience
https://ainativedev.io/news/microsofts-going-to-war
Why is F# so little used and why is the community so small? Actually, every time I play with F# (especially in conjunction with https://ionide.io/ #vscode extension for F#), I have to say that F# is a really fun programming language. In combination with FSI, Ionide and Type Inference it often feels like a dynamic language. You can use many different styles to programme with F#, but what I particularly like is that Railway
Malicious #VSCode extensions infect Windows with #cryptominers
The package names are:
Discord Rich Presence for VS Code - 189K Installs
Rojo – Roblox Studio Sync - 117K Installs
Solidity Compiler - 1.3K Installs
Claude AI
Golang Compiler
ChatGPT Agent for VSCode
HTML Obfuscator
Python Obfuscator for VSCode
Rust Compiler for VSCode
ExtensionTotal says it reported the malicious extensions to #Microsoft, but they are still available at the time of writing.
https://www.bleepingcomputer.com/news/security/malicious-vscode-extensions-infect-windows-with-cryptominers/
For days I've been trying to find a solution to #VSCode / #VSCodium not adding the environment variable I added to the workspace… I literally tried every variation under the son, added it to any launch.json, settings.json and anything else I could find, but it just would. Not. Read it. And without it it won't find the Python modules if the conda venv.
Is there some magical thing I lack or is this program is plain awful?
#coding #Python
New Docker Extension for Visual Studio Code.
https://www.docker.com/blog/docker-dx-extension-for-vs-code/