r/vscode • u/Savings_Woodpecker_5 • 12h ago
VS Code fork without Github Copilot bloat
Is there a debloated fork of VS Code which I can use with Claude Code or Open Code?
r/vscode • u/Savings_Woodpecker_5 • 12h ago
Is there a debloated fork of VS Code which I can use with Claude Code or Open Code?
r/vscode • u/tonttuvelho • 19h ago
Hello! I'm trying to install .NET 8 to use on VSC in order to just do some modding for Vintage Story, which uses .NET 8 for text encoding. Using >.NET Install Tool - Install the .NET SDK System-Wide, this error occurs. What can I do about it? (etc/os-release exists but it does not contain CachyOS)
dskdakCancelled Installation of .NET notAnAcquisitionRequest-global~x64.
We are unable to detect the distro or version of your machine ... does /etc/os-release or /usr/lib/os-release exist?
Cancelled Installation of .NET undefined.
An active-support version of dotnet couldn't be found. Discovered versions: []Cancelled Installation of .NET notAnAcquisitionRequest-global~x64.
We are unable to detect the distro or version of your machine ... does /etc/os-release or /usr/lib/os-release exist?
Cancelled Installation of .NET undefined.
An active-support version of dotnet couldn't be found. Discovered versions: []
r/vscode • u/Spiritual_Luck_2604 • 23h ago
r/vscode • u/Holly-Carpenter_253 • 16h ago
Every security scan on my team shows up after the fact. I push, the pipeline runs and an hour later I get a wall of findings on code I have already mentally moved on from. By then fixing it means context switching all the way back into something I was done with.
What I want is IDE security scanning that runs while I am writing, in the editor, before the commit even exists. I have tried a couple of extensions and they were either so noisy I turned them off in a day or so shallow they caught nothing. With an assistant writing half my code now, catching this at the point it is written seems like the only place that scales.
Feels like this should be solved by now and somehow it is not.