
【Java入門】01.開発環境(vscode)をインストールしよう
Want to use your favorite desktop IDE like Visual studio Code, Sublime text, Atom or Notepad++ to write posts in your #WordPress website ?
Use “Git it write” plugin along with Github to achieve the same.
More info - https://wordpress.org/plugins/git-it-write/
#vscode
Two unauthorised Aqua Trivy VS Code extensions briefly triggered local AI coding assistants to scan systems and attempt GitHub data exfiltration before being swiftly removed.
Source: Socket
Read more: CyberSecBrief
Want to use your favorite desktop IDE like Visual studio Code, Sublime text, Atom or Notepad++ to write posts in your #WordPress website ?
Use “Git it write” plugin along with Github to achieve the same.
More info - https://wordpress.org/plugins/git-it-write/
#vscode
You can also use “Git it write” plugin to blog in #WordPress from the comfort of your favorite desktop IDE
Write your posts in #markdown format, push it to a #Github repository and voila your post is published in your website
More information - https://wordpress.org/plugins/git-it-write/
#vscode
By default, Claude Code shows action verbs while it works — Thinking…, Reading…, Writing… — in both the terminal and VSCode. If you find them distracting, you can replace them with something minimal (or nothing at all).
Edit ~/.claude/settings.json
Edit ~/Library/Application Support/Code/User/settings.json
“claudeCode.spinnerVerbs”: { “mode”: “replace”, “verbs”: [ “LOVE”,] }
iT4iNT SERVER Critical Flaws Found in Four VS Code Extensions with Over 125 Million Installs http://dlvr.it/TR23bX VDS VPS Cloud

In VS Code when you launch a debugging session for .NET code, a console will be used for output. But you are a geek and of course was to maximize the coolness of the console output.
Simple:
Here’s my launch settings for a simple console launch
{
“name”: “.Net”,
“type”: “coreclr”,
“request”: “launch”,
“preLaunchTask”: “build-csharp”,
“program”:…

Extensions can cause lots of issues when debugging your client side javascript code. In this short, but oh so helpful article, I’ll go over how to debug from VS Code to Edge or Chrome will everything turned off. Just pure browser goodness.
In your Node JS project in VS Code, like used by Angular, you’ll have either a launch.json or a code-workspace file where you cause the browser to launch and…

Two popular VS Code extensions posing as AI assistants secretly siphoned source code and developer data from 1.5 million installations.
Source: Koi
Read more: CyberSecBrief
Let’s talk about something that can seriously boost your programming productivity: split screen editing in Visual Studio Code. If you’re like most IBM i programmers, you’re probably used to alt-tabbing between files. But VS Code’s split screen functionality? It’s a game-changer.
Why Should You Care About Split Screen?
In my years of programming on AS400, iSERIES and IBM i systems, I’ve noticed…
How to Use Split Screen in VS Code - A Quick Guide for IBM i Programmers
Malicious Visual Studio Code extensions quietly siphoned full projects and edits from up to 1.5 million developers.
Source: Koi
Read more: CyberSecBrief


tbf i named the testbench “bruh” and there was no penalty in the code base for naming your testbench silly name. better yet, if anyone wants to use my testbench they’d have to live with the silly name
and look, no swearing in the code.
VSCodium is VSCode without the Microsoft spyware and AI! Literally!
VSCode is Open Source. Microsoft adds a bunch of proprietary stuff and its own license. VSCodium takes the source, disables and cripples all the telemetry and AI, and packages it up for you!
A lot of corporate software is that, a wrapper around Open Source code.
VSCodium is a Free, cross-platform, easy to use, extremely powerful IDE. I wonder how long until Microsoft tries to change the license on the VSCode source.
(Thank you alternativeto.net)