sigmoid.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A social space for people researching, working with, or just interested in AI!

Server stats:

596
active users

#vscode

15 posts14 participants2 posts today

Vim mode in editors is like non-alcoholic beer - not a real thing. I switched from VS Code to neovim using Lunar Vim (as I understand, it’s a preset of configurations and plugins that you can keep tweaking further but it’s a good starting point).
#vim #vscode

I'm trying the #github #spark tool. Just with a simple scenario, but it is quite good so far. Not a lot different than using #vscode with agent mode, but I think it helps that Spark constrains the tooling so it is working in a known technology, rather than something I'd choose arbitrarily.

Any #python developers using #vscode here?

I'm trying to get the pylance extension installed, which as far as I understand is needed to get intellisense autocomplete to work properly.

I installed the extension ms-python which should install pylance automatically, but it doesn't. When I search for pylance in marketplace, it doesn't show up in marketplace. So it seems pylance isn't available in the marketplace? But it shows up here: marketplace.visualstudio.com/i

Running the suggested command 'ext install ms-python.vscode-pylance' doesn't do anything except bring up the marketplace tab, where the extension doesn't show up.

So... what do I do? How do I get this extension installed?

If it helps, I'm on Linux, here's the output of the "About" command from Code:

Version: 1.101.2
Commit: 2901c5ac6db8a986a5666c3af51ff804d05af0d4
Date: 2025-06-25T19:40:00.687Z
Electron: 35.7.1
ElectronBuildId: undefined
Chromium: 134.0.6998.205
Node.js: 22.16.0
V8: 13.4.114.21-electron.0
OS: Linux x64 6.15.6-arch1-1

marketplace.visualstudio.comPylance - Visual Studio MarketplaceExtension for Visual Studio Code - A performant, feature-rich language server for Python in VS Code

différents outils pour mesurer la #complexité algorithmique de votre code #Python :
- la règle C901 de #ruff et le seuil paramétrable lint.mccabe.max-complexity docs.astral.sh/ruff/rules/comp
- l'outil rohaquinlop.github.io/complexi qui va plus loin dans le reporting. Qui existe en extension #codium #vsCode marketplace.visualstudio.com/i

Ces 2 outils s'intègrent aussi en hook de pre-commit. En route vers la simplification du code !

docs.astral.shcomplex-structure (C901) | RuffChecks for functions with a high `McCabe` complexity.