Type: Bug • Start a new python file, or open a saved one • For me, simply adding numpy or xlwings demonstrates the issue • Unrecognized libraries are white (based on my theme) indicating an issue with vscode recognizing them, or somethin...
What do you mean by not recognizing git? Is this a VS Code bug unrelated to the C/C++ extension? If so, you should file it at https://github.com/microsoft/vscode/issues (and provide more info). sean-mcmanusadded more info neededThe issue report is not actionable in its current state...
As this question comes up quite often even on SO (https://stackoverflow.com/questions/52668690/why-is-pylint-telling-me-module-cv2-has-no-member,https://stackoverflow.com/questions/50612169/pylint-not-recognizing-cv2-members) the correct answer should be provided here and in#1993as it comes ...
I guess what I'm trying to say is, I've narrowed the issue down to VSC not recognizing my commands, ignoring them (somehow), or something is entirely f***d. I have tried googling for solutions for over 2 MONTHS now, and still have been unable to find a solution. Needless to say,...
PyLance not recognizing imports from PEP-660 editable installs microsoft/pylance-release#3473 (comment) Editable python package available from within Python but Pyright is raising reportMissingModuleSource microsoft/pyright#3880 (comment) Import could not be resolved with [tool.setuptools.package-dir] mi...
pythonvspyt187:30373474 vsaa593cf:30376535 vscexrecpromptt2:30404948 vscop804cf:30404767 vs360cf:30404996 vsrem710cf:30405999 @Esger, sorry for not getting back to you on this until now. Can you please confirm that you are unable to initialise a repository using the following steps: ...
The issue must be with the debugging engine not recognizing whatever output it's expecting from GDB/MI. Perhaps the debugging engine should consider other criteria besides this before prematurely terminating the debugging session? I'd suggest re-opening this issue, or I can create a new one if...
It does not look like VScode is recognizing it as a "real" setting:Member dtivel commented Feb 4, 2023 It looks correct. Make sure you put it in your remote settings if you're having problems on the remote side. You can leave local settings as-is (enabled)....
In a file where "indent with Tabs" is enabled and indent is 4 and tabwidth is 8, then one press of Tab should insert 4 spaces, and a second insert of Tab should end up recognizing that 8 spaces will be equal to 1 tab, and should replace the 4 spaces with a tab character. chris...