A Visual Studio Code extension with support for BeeWare development
A curated list of awesome Python frameworks, libraries, software and resources
DonJayamanne/azure-pipelines-template 1
template for your azure pipelines
OS-agnostic, system-level binary package manager and ecosystem
:pencil2: Tooling for development and production Apollo workflows
vscode extension that generates docstrings for python files
DonJayamanne/awesome-jupyter 0
A curated list of awesome Jupyter projects, libraries and resources
DonJayamanne/azure-powershell 0
Microsoft Azure PowerShell
A place to test Blazor features
push eventlannonbr/vscode-issue-tracker
commit sha 6d50e7c84d4fb6a75e6f46c51e561d931c4c39f4
Updated data source
push time in 9 minutes
push eventlannonbr/vscode-issue-tracker
commit sha 8f70d41c75ae0558a521c4ec0d80ceda0c3ff1a1
Updated data source
push time in an hour
issue openedmicrosoft/vscode-python
<!-- Please search existing issues to avoid creating duplicates. -->
Environment data
- VS Code version: 1.52.1
- Extension version (available under the Extensions sidebar): v2021.1.502429796
- OS and version: Windows 10* 64
- Python version (& distribution if applicable, e.g. Anaconda): 3.8.5
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): conda
- Relevant/affected Python-related VS Code extensions and their versions: Jupyter-v2020.12.414227025
- Value of the
python.languageServer
setting: Jedi
Error behaviour
I want to use VSCode with Anaconda. After I installed Anaconda, I made sure that it can be used under cmd. But when I run the python code, it will show this error message:
To initialize your shell, run
$ conda init <SHELL_NAME>
Currently supported shells are:
- bash
- fish
- tcsh
- xonsh
- zsh
- powershell
See 'conda init --help' for more information and options.
IMPORTANT: You may need to close and restart your shell after running 'conda init'.
Steps to reproduce:
- I reported the errors reflected by the system to Google through translation, and then checked those online tutorials, and found that it did not work.
- I checked my conda again and there was no problem.So I judged it was a problem in VSCode.
- I opened the Github of vscode-python to check the issue and saw that #8864 meets my needs, and I found that this problem has been solved, but I did not find CONDA_SHLVL when I checked the variables of powershell in VSCode.
- So I think it is a powershell problem, but my powershell in cmd has variable CONDA_SHLVL. I had to change the default shell to cmd.
- Finally the error was finally resolved.
<p>
Thank you for your attention and look forward to fixing.
</p> </details>
created time in an hour
issue commentmicrosoft/vscode-python
Extension causes high cpu load
Hi, same here
comment created time in 2 hours
push eventlannonbr/vscode-issue-tracker
commit sha 5b37ee2ff66d3126f0f39905ed50af09c06065a2
Updated data source
push time in 2 hours
issue commentmicrosoft/vscode-jupyter
s.authentication.getPassword is not a function (similar to #4316)
Many thanks - didn't know that and it helped me a lot!
comment created time in 2 hours
push eventlannonbr/vscode-issue-tracker
commit sha 956a841cb8efae06921181b31a68f8841f4de79b
Updated data source
push time in 3 hours
startedm1guelpf/laravel-fastlogin
started time in 3 hours
issue openedmicrosoft/vscode-python
Currently, there is no way to collapse a large page of Python imports because VSCode's default folding is indentation-based.
However, there should be a way to create a custom folding rule so that Python imports at the top of the page can be collapsed.
Ideally, there would also be a setting to automatically collapse imports whenever a python file is opened.
Thanks!
created time in 4 hours
push eventlannonbr/vscode-issue-tracker
commit sha 9f264800ace04dfad25855a207b4ea52da4ba73e
Updated data source
push time in 4 hours
issue openedmicrosoft/vscode-jupyter
key binding of Markdown enter on macOS should command + enter instead of ctrl + enter
created time in 5 hours
push eventlannonbr/vscode-issue-tracker
commit sha 03e1e1b1a59e790b4730714b67f1f80161cc959f
Updated data source
push time in 5 hours
push eventlannonbr/vscode-issue-tracker
commit sha 27b16fcb76c3246b5f3dee7ba0abab4e56b75bc3
Updated data source
push time in 6 hours
issue commentjest-community/vscode-jest
Don't show a debug tag on todo items
they do get reported with a different icon and summary, so that would make sense.
comment created time in 7 hours
push eventlannonbr/vscode-issue-tracker
commit sha f63be2bbd27ecf0a2e348b2d44a6a5e334daf364
Updated data source
push time in 7 hours
issue openedmicrosoft/vscode-jupyter
Add option to disable automatic scrolling to next cell.
There is already an option "Always Scroll On New Cell** whose behavior is described:
Automatically scroll the interactive window to show the output of the last statement executed. If false, the interactive window will only automatically scroll if the bottom of the prior cell is visible.
But t should be possible to completely disable automatic scrolling (as is the default behaviour of Jupyter lab). It is annoying when debugging as any error messages are automatically scrolled past.
Lang: F#
Thanks
created time in 7 hours
push eventlannonbr/vscode-issue-tracker
commit sha e7e10654d5f9a34f062404bbd00dca79cd864e51
Updated data source
push time in 8 hours
push eventlannonbr/vscode-issue-tracker
commit sha f560464aac25f490b85b460ddeeac7c4410ce647
Updated data source
push time in 9 hours
starteddai-shi/use-context-selector
started time in 10 hours
push eventlannonbr/vscode-issue-tracker
commit sha 06057d27633b57286724d429617712edb991d74d
Updated data source
push time in 10 hours
push eventlannonbr/vscode-issue-tracker
commit sha dc811bef215f2d55c0e78ae9b9b1917631cc9182
Updated data source
push time in 11 hours
push eventlannonbr/vscode-issue-tracker
commit sha 31bb7beac1cd0e76556dcfda68694d2be0114f49
Updated data source
push time in 12 hours
push eventlannonbr/vscode-issue-tracker
commit sha 5761e960fe93c8bed904b7a2a628505c24f590e1
Updated data source
push time in 13 hours
issue commentmicrosoft/vscode-jupyter
UI Cleanup for the VariableView
For 1/27: P0: Remove 'X', Icon in notebook toolbar P1: name of active document on top, color syntax highlighting
comment created time in 13 hours
issue commentmicrosoft/vscode-jupyter
Native Notebooks - Add Run All Above/Run All Below Icons
Can we have the run all above/below icons to the right of the run all icon in the notebook toolbar?
Just like the old implementation
comment created time in 14 hours
issue openedmicrosoft/vscode-jupyter
Native Notebooks - Variable explorer doesn't reset with kernel restart
Steps to reproduce:
- Open notebook
- Run cells
- Open variable explorer
- Restart kernel
Expected behavior
Variable explorer should be empty
Actual behavior
Variables from last run remain
created time in 14 hours
push eventlannonbr/vscode-issue-tracker
commit sha f7ddf8bc0eca96e182be293875cfa4f1b97ea47f
Updated data source
push time in 14 hours
issue closedmicrosoft/vscode-jupyter
Issue Type: <b>Bug</b>
Long lines in the output of notebook cells (produced by python code) don't wrap or show scrollbars, making it impossible to view the full output:
Note that I have scrolling enabled in the settings.
Extension version: 2020.12.414227025 VS Code version: Code - Insiders 1.53.0-insider (4d0d36c6ab154d841263c8d223a4bd1b9af07a23, 2021-01-20T09:11:49.862Z) OS version: Windows_NT x64 10.0.18362 Remote OS version: Linux x64 4.15.0-123-generic
<details> <summary>System Info</summary>
Item | Value |
---|---|
CPUs | Intel(R) Core(TM) i5-8350U CPU @ 1.70GHz (8 x 1896) |
GPU Status | 2d_canvas: enabled<br>gpu_compositing: enabled<br>multiple_raster_threads: enabled_on<br>oop_rasterization: enabled<br>opengl: enabled_on<br>protected_video_decode: enabled<br>rasterization: enabled<br>skia_renderer: enabled_on<br>video_decode: enabled<br>vulkan: disabled_off<br>webgl: enabled<br>webgl2: enabled |
Load (avg) | undefined |
Memory (System) | 7.88GB (0.97GB free) |
Process Argv | --crash-reporter-id d0092040-d4fc-4c5d-89c1-5c594ed4fde4 |
Screen Reader | no |
VM | 0% |
Item | Value |
---|---|
Remote | SSH: spidsmus.sdma.nzcorp.net |
OS | Linux x64 4.15.0-123-generic |
CPUs | Intel(R) Xeon(R) CPU E5-2687W v3 @ 3.10GHz (12 x 3092) |
Memory (System) | 58.98GB (3.49GB free) |
VM | 0% |
</details><details> <summary>A/B Experiments</summary>
vsliv695:30137379
vsins829:30139715
vsliv368cf:30146710
vsreu685:30147344
openlogontheside:30221882
python383:30185418
vspor879:30202332
vspor708:30202333
vspor363:30204092
vswsl492cf:30208930
wsl2promptcf:30219163
vstry244:30244315
pythonvsdeb440:30224570
unusedprompt:30219164
folderexplorercf:30219167
openfilemenu:30219168
pythonvsded773:30223139
pythonvspyt600cf:30247032
core-portspanelcf:30233468
</details>
<!-- generated by issue reporter -->
closed time in 15 hours
ldorigoissue commentmicrosoft/vscode-jupyter
Hi @ldorigo, closing as dupe of https://github.com/microsoft/vscode/issues/110825. You can upvote the issue there if you would like this feature supported.
comment created time in 15 hours
push eventlannonbr/vscode-issue-tracker
commit sha 6b9cf5d0a482d29f0b858708db8990de2a39cbdf
Updated data source
push time in 15 hours