MSFT python extension no longer runs formatter?
See original GitHub issueIssue Type: Bug
I have format on save set to run black, but my formatter is no loger running.
Extension version: 2021.6.944021595 VS Code version: Code 1.57.1 (507ce72a4466fbb27b715c3722558bb15afa9f48, 2021-06-17T13:28:07.755Z) OS version: Windows_NT x64 10.0.21390 Restricted Mode: No Remote OS version: Linux x64 4.15.0-1100-azure
System Info
Item | Value |
---|---|
CPUs | Intel® Core™ i7-1065G7 CPU @ 1.30GHz (8 x 1498) |
GPU Status | 2d_canvas: enabled gpu_compositing: enabled multiple_raster_threads: enabled_on oop_rasterization: enabled opengl: enabled_on rasterization: enabled skia_renderer: enabled_on video_decode: enabled vulkan: disabled_off webgl: enabled webgl2: enabled |
Load (avg) | undefined |
Memory (System) | 15.60GB (3.72GB free) |
Process Argv | –open-url --crash-reporter-id a5d4dc45-11cb-4c6e-a2f0-566594199437 – vscode://ms-toolsai.vscode-ai/computeInstance/remote?computeId=/subscriptions/7ff9a1f3-e2a1-48ce-8a7d-ebeb53294766/resourceGroups/msft-icon/providers/Microsoft.MachineLearningServices/workspaces/msft-icon/computes/jehrling&sessionId=iaH8S |
Screen Reader | no |
VM | 0% |
Item | Value |
---|---|
Remote | Azure ML: jehrling |
OS | Linux x64 4.15.0-1100-azure |
CPUs | Intel® Xeon® CPU E5-2673 v3 @ 2.40GHz (2 x 2397) |
Memory (System) | 13.70GB (10.21GB free) |
VM | 0% |
A/B Experiments
vsins829:30139715
vsliv368cf:30146710
vsreu685:30147344
vspor879:30202332
vspor708:30202333
vspor363:30204092
vspre833:30321513
vsdfh931cf:30280410
vshan820:30294714
vscus158:30321503
vscod805cf:30301675
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
Unable to detect black formatter · Issue #19685 - GitHub
Type: Bug Behaviour Expected vs. Actual Everytime I save my python file using cmd+s, I expect the file to be formatted using black....
Read more >Vscode black formatter is not working in poetry project
Make sure black is installed in current used environment. Open a integrated Terminal and activate the venv, run pip show black to see...
Read more >Python - Visual Studio Marketplace
Extension for Visual Studio Code - IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), Jupyter Notebooks, code formatting, refactoring, ...
Read more >Boost your productivity with Productivity Power Tools ...
These small-but-mighty extensions are a perfect way to round out your essential dev environment in Visual Studio 2022. As always, feel free to ......
Read more >Ask HN: What extensions/packs of VS Code are must for web ...
In my experience many formatters will not run if the AST is ... Some will style it into a long code and other...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You should see logs in the
console
part of the the developer tools window.This might be a good question to ask on the https://github.com/microsoft/vscode-python/discussions this looks like something isn’t working due to how the environment configured, bad update (which might require uninstalling and reinstalling the extension), etc.
Closing this here since this is now a discussion.