Trying to access a #VSCode #DevContainer from another computer on your network?
Set “remote.localPortHost” to “allInterfaces” (thats an uppercase “i” in there). Ports exposed by your app running in the container will now be accessible by the host machine’s IP address.
Ok, #direnv to the rescue. Add this to your .envrc to fix the #conda environment on your terminal and on #vscode.
```
conda activate whatever-environment
mkdir -p .vscode
cat > .vscode/settings.json << EOF
{
"python.defaultInterpreterPath": "$(which python)",
"python.terminal.activateEnvironment": false,
}
EOF
```
I love using #KDE 's #Kate text editor, but the seemingly simple 'find' feature is really, really annoying and borderline unusable to navigate through compared to any other text editors, such as #VSCode. I find it a lil crazy when an important UI element such as a button, in this case the button to go to the next or previous instance, could shift places or move drastically as you're using it. Am I supposed to pay attention to the text I'm trying to look for, or am I supposed to go googly eyed and look at both the text and find where I am supposed to click?
I've heard people say that VSCode is resource hungry. Compared to the JetBrains tools I find VSCode really fast and responsive. I also use vim for some code editing. Can anyone recommend a code editor that is open source and less resource hungry than VSCode, while at the same time having an ecosystem of plugins? #vscode #ide #programming #vim #jetbrains
#VSCode's #Copilot charges you more or less credits depending on which model you use. #chatGPT's #GPTo4 and #GPT41 don't cost anything, but they rarely perform more than one action at a time so you have to keep telling them to "continue". #GPTo3mini #GPTo4 mini only cost 0.33 credits, but they often don't get it right the first time so you have to keep calling them. #Claude #Sonnet nails it every time, but runs significantly longer.
Onboarding your AI peer programmer: Setting up GitHub Copilot coding agent for success.
Dew Drop Weekly Newsletter 443 - Week Ending August 1, 2025.
MCP C# SDK Deep Dive | MCP Dev Days with Mike Kistler.
You may want to hunt VSCode extension AmazonWebServices.amazon-q-vscode
version 1.84
https://www.lastweekinaws.com/blog/amazon-q-now-with-helpful-ai-powered-self-destruct-capabilities/
https://marketplace.visualstudio.com/items?itemName=AmazonWebServices.amazon-q-vscode
https://github.com/aws/aws-toolkit-vscode/security/advisories/GHSA-7g7f-ff96-5gcw
GitHub Copilot FAQ: How can I remove Copilot from VS Code? | VS Code Docs.
https://code.visualstudio.com/docs/copilot/faq#_how-can-i-remove-copilot-from-vs-code
Isn't it incredible there's a plugin for everything in #VSCode? XC=BASIC is a pretty obscure hobbyist language that I've played with! And it is covered. #retrocomputing #commodore #c64 #basic #xcbasic
Which VSCode extension you'd prefer to try local LLMs or through Openrouter etc. ?
Small version, but big changes!
Another update of the hledger extension has been released!
Significant changes:
You can always read the extension code in the hledger-vscode repository
If you like it, I will be glad to receive your boost and comments! Create an issue!
"Just because a piece of software is #OpenSource it does not mean the software is secure." --me
I've been saying that for years and it really bothers me to hear developers and users alike quip that because a package is open source it automatically means it's more secure than a comparable package that is closed-source.
As EricS. Raymond, one of the people behind open source, said in Linus's Law, "Given enough eyeballs, all bugs are shallow." If no one is looking, though -- as appears to be the case here — then simply because a codebase is open, it doesn't provide any safety or security at all.https://www.zdnet.com/article/hacker-slips-malicious-wiping-command-into-amazons-q-ai-coding-assistant-and-devs-are-worried/
VS Code now supports the complete Model Context Protocol (MCP) specification.
#VSCode #ArtificialIntelligence #AI
https://code.visualstudio.com/blogs/2025/06/12/full-mcp-spec-support?wt.mc_id=DP-MVP-4015656
MSSQL Extension for VS Code: Agent Mode Updates, Colored Connections & Schema Designer updates | by Carlos Robles.