An introduction to the new Results Table integrated into the output cell of Notebooks, powered by the VS Code extension called Data Wrangler. The post Announcing the Data Wrangler powered Notebook Results Table appeared first on Microsoft for Python Developers Blog.| Microsoft for Python Developers Blog
The August 2025 release includes Python shell integration support for Python 3.13+, Python Environments extension improvements, enhanced terminal suggestions with documentation, and more!| Microsoft for Python Developers Blog
This is a quick & unpolished collection of my Ruby debugging tips and recommendations. You can use the Ruby LSP extension to connect to debug.gem too. It requires a slightly different launch.json configuration (example) and provides better error han...| Mostly Ruby DX
Link to Japanese version: https://techracho.bpsinc.jp/hachi8833/2022_09_01 (Hashnode has issues generating the right link for this url) Link to my talk: ruby/debug - The best investment for your productivity Switching to a new debugger and potentiall...| Mostly Ruby DX
Do you know Ruby's official debugger ruby/debug provides out-of-box integration with VSCode? If you haven't tried it yet or having difficulty making it work, I hope this short post will help you set it up. Basic Setup Install the VSCode rdbg extensi...| Mostly Ruby DX
We’re excited to announce the latest 1.21 release of the CMake Tools extension for Visual Studio Code. This update brings a host of new updates, including addressing one of our top-voted issues for multi-root improvements and adding CMake presets version 10 support. To view the full list of updates with this release, please look at […] The post Visual Studio Code CMake Tools Extension 1.21 Release: Multi-root improvements, CMake Presets v10, and more… appeared first on C++ Team Blog.| C++ Team Blog
C++ code understanding Developing C++ code can be complex. C++ project structure, style, and convention can vary widely from repository to repository, and critical context for a given task often spans multiple files. This can require C++ developers to open and navigate across several files to fully understand a given project and author new code. […] The post Smarter, workspace-aware code completions for C++ in VS Code appeared first on C++ Team Blog.| C++ Team Blog
You're probably familiar with Jupyter Notebooks.| SAS Users
Learn how to add a code snippet for adding binding.break in RubyMine and Visual Studio Code| All about coding
The annual JetBrains KotlinConf is in progress in Copenhagen, with news including the first official LSP (Language Server […]| DEVCLASS
Satya Nadella, Chairman and CEO, shared the following remarks at Microsoft’s 50th anniversary today. It’s so wonderful to be here with all of you celebrating 50 years of Microsoft. And it’s especially exciting to be doing it at a time like this. For me, though, it starts with Bill [Gates] and Steve [Ballmer], who are... The post Celebrating Microsoft’s 50 years appeared first on The Official Microsoft Blog.| The Official Microsoft Blog
The April 2025 release of the Python and Jupyter extensions for Visual Studio Code is now available. This update introduces enhancements to the Copilot experience in Notebooks, improved support for editable installs, faster and more reliable diagnostics, and the addition of custom Node.js arguments with Pylance, and more!| Microsoft for Python Developers Blog
Graphite has introduced Diamond, a code review agent based on its existing Graphite Reviewer, but also insists that […]| DEVCLASS
The March 2025 release of the Python and Jupyter extensions for Visual Studio Code are now available. This month's updates include improvements to shell integration, a new setting to change auto test discovery file patterns, inline values shown on hover, and more!| Microsoft for Python Developers Blog
Managing extensions in Visual Studio code is supported since version 1.96 (November 2024) and is a very welcome addition. We can block extensions, allow extensions or control exactly which version of an extension that is allowed and more. ADMX/ADML files are now included in the setup files for Visual Studio code.I will not use them...| CCMEXEC.COM - Enterprise Mobility
Microsoft will withdraw Azure Data Studio (ADS), its cross-platform utility for administration of SQL Server and other database […]| DEVCLASS
How to compile WLED yourself A lot of people have been asking how to compile WLED yourself, well, that’s exactly what we’re going to do in this livestream. I know it’s a bit long form content, but we go through it pretty quickly and within 30 minutes you should be building WLED from scratch. I […] The post Livestream: WLED Compile appeared first on quinled.info.| quinled.info
Azul has published its 2025 State of Java report, showing that enterprises are working hard to upgrade applications […]| DEVCLASS
Zed, an editor written from scratch in Rust, is getting enhanced Vim compatibility during 2025 with the hope […]| DEVCLASS
I continue my journey on getting the most out of Github Copilot. Today I want to take a look at Copilot Edits as another way to use AI in yo...| bartwullems.blogspot.com
You can use your favorite VS Code setup, either desktop or web, to build, train, deploy, debug, and manage machine learning models with Azure Machine Learning from within VS Code.| Microsoft for Python Developers Blog
This post demonstrates some of my favorite search techniques that work well in VSCode, including some basic RegEx (Regular Expressions) expressions that will help you find exactly what you’re looking for in an unfamiliar code base. We will cover VSCode file type inclusions and exclusions, single-line multi-term searching, conditional searching, and more. RegEx can be intimidating to people who aren’t used to using it, but luckily the RegEx expressions described in this post are very easy ...| Keyhole Software
The Eclipse Theia project has released the first non-beta version of Eclipse Theia IDE, based on core Visual […]| DEVCLASS
概要 Visual Studio Code で普段利用している拡張機能ご紹介です。 今回は REST Client です。 以下のページの説明通りにテキストを書くだけで簡単にURLへのアクセスが出来ます。 marketplace.visualstudio.com| 開発覚書はてな版
概要 Nuxt.js/Vue.jsでJest使用時に.vueファイルの型情報を使用する方法を記載します。 ※非公式| 開発覚書はてな版
概要 GitLensのオートリンク機能のチケットURLの向き先を変更する方法を記載します。 ※GitLens Version 11.6時点の情報です。 marketplace.visualstudio.com 設定方法 公式サイト GitLens拡張機能の説明でAutolink Settingsに設定方法の記載があります。 settings.json Pivotal TrackerやJIRAのチケットURLに変更したい場合のサンプルを以下に記載します。 { "gitlens.autolinks": [ // Pivotal Tracker { "prefix": "#", "...| 開発覚書はてな版
概要 TypeScript 4.0 のバージョンアップ内容で気になった箇所をピックアップしていきたいと思います。 devblogs.microsoft.com| 開発覚書はてな版
概要 Visual Studio Code で普段利用している拡張機能ご紹介です。 今回は open in browser です。 エクスプローラーからファイルを選択して、そのファイルをWEBブラウザで表示することが出来ます。 marketplace.visualstudio.com| 開発覚書はてな版
概要 Visual Studio Code で普段利用している拡張機能ご紹介です。 今回は Task Explorer です。 Visual Studio Code のタスク機能を一覧化・実行管理が出来ます。既存機能であるNPMスクリプト以外も一覧化・実行管理が出来るので便利です。 marketplace.visualstudio.com| 開発覚書はてな版
概要 Visual Studio Code で Deno のテストをデバッグする設定を記載します。 通常のデバッグ実行の記事は以下を参照してください。 kakkoyakakko2.hatenablog.com| 開発覚書はてな版
概要 Visual Studio Code でDeno向けの拡張機能のご紹介です。 複数のDeno向けの拡張機能がありますが、今回は以下の拡張機能を紹介します。 marketplace.visualstudio.com| 開発覚書はてな版
概要 Visual Studio Code で Deno をデバッグする設定を記載します。 以下のページを参考に設定しています。 deno.land| 開発覚書はてな版
GitHub has fully released Copilot Enterprise, where the major differentiation is integration with private repositories and organization knowledge […]| DEVCLASS
This post explores how to format Java source files using google-java-format in Visual Studio Code.| Seth Vargo