#VSCode

20 posts loaded — scroll for more

Text
se-emily
se-emily

【Java入門】01.開発環境(vscode)をインストールしよう

Photo
aakashweb
aakashweb

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

photo
Text
cyber-sec
cyber-sec

Malicious Trivy Extension Uses AI to Scout Systems

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

Text
lyonaki-bookmarks
lyonaki-bookmarks
Photo
aakashweb
aakashweb

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

photo
Text
invisiblebuddha
invisiblebuddha
Photo
aakashweb
aakashweb

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

photo
Text
neuromantic1
neuromantic1

Silencing Claude Code’s Spinner Verbs

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).

Terminal / CLI

Edit ~/.claude/settings.json

VSCode

Edit ~/Library/Application Support/Code/User/settings.json

“claudeCode.spinnerVerbs”: { “mode”: “replace”, “verbs”: [ “LOVE”,] }

Text
se-emily
se-emily

ai エンジニア┃AIエンジニアになる方法┃python┃vscode

Text
it4intserversworld
it4intserversworld

iT4iNT SERVER Critical Flaws Found in Four VS Code Extensions with Over 125 Million Installs http://dlvr.it/TR23bX VDS VPS Cloud

Text
zabaguata
zabaguata

learning keywords

Text
ianvink-blog
ianvink-blog

VS Code: Cool Console launch settings for maximum geek-outs

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”:…


View On WordPress

Text
ianvink-blog
ianvink-blog

VS Code: Debugging to Edge or Chrome while disabling all extensions and features

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…


View On WordPress

Text
lyonaki-bookmarks
lyonaki-bookmarks
Text
asterinthesearch
asterinthesearch

no i don’t want your agentic slop in my code, go away!

Text
cyber-sec
cyber-sec

AI Coding Helpers That Steal Your Code

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

Text
nicklitten
nicklitten

How to Use Split Screen in VS Code - A Quick Guide for IBM i Programmers

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…

Text
cyber-sec
cyber-sec

Popular VS Code AI Tools Secretly Exfiltrate Source Code

Malicious Visual Studio Code extensions quietly siphoned full projects and edits from up to 1.5 million developers.

Source: Koi

Read more: CyberSecBrief

Text
asterinthesearch
asterinthesearch

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.

Text
evalempire
evalempire

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)