Replies: 1 comment
-
Extensions in VS Code are either enabled or disabled. You can enable globally or disable globally. You can then disable or enable per workspace, respectively. So there's nothing to install into your virtual environments.
It depends on how you activated your terminal. If you activate your terminal and then launch VS Code from that terminal we should pick that fact up and select the activated virtual environment. But if you activate it manually then we don't really have a way to pick that up.
I'm not sure which prompt you're referring to.
Please see our [docs on selecting your interpreter](he little blue bar at the bottom says Python 3.9.7, while the venv for the project I'm working on - and the terminal with venv I have open - is Python 3.8.). Basically, run
What do you mean by "margins" in this context? When I hear the term "margin" I think of the blank space on a piece of paper where you write margin notes. See this photo from Wikipedia and the red line to the left of the sheet; that's what I think of when I think "margin". The use of "ruler" for a vertical line is common, e.g. https://stackoverflow.com/questions/9910143/how-to-make-ruler-always-be-shown-in-sublime-text-2 . Technically it's a "vertical line at a specific column", but that's a mouthful 😉, so "ruler" is used instead. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions