Replies: 1 comment 3 replies
-
Which language server are you using? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Experts,
I have installed the Python extension and AWS Toolkit, because I need autocompletion for the AWS CDK. I build a fresh code-server and only installed those two extensions, but it does not autocomplete the packages for the AWS CDK
It was working on a previous installation, but only when I switch to the python virtual environment, but this time it does not work at all. Do I miss something, or why it is not working?
Here are the settings for
Auto Complete: Extra Paths
(User)(:Auto Complete: Extra Paths
(Workspace):and
Auto Complete: Extra Paths
(Remote)I can't find
autoComplete.extraPaths
, I tried to add it but I don't know where and where to point it. In my example I always create a virtual environmentpython3 -m venv .venv
and source it. My understanding is that then all modules loaded via pipinstall -r requirements.txt
should be automatically completed by the extension.Beta Was this translation helpful? Give feedback.
All reactions