You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of yesterday, the parameter hints option in Gitpod does not work for Python. It doesn't get triggered automatically, nor I can trigger it with a keyboard shortcut. I was recommended on Gitpod forum to file an issue here.
Reproduction Steps
Docker file:
FROM python:3.7
RUN apt-get update && apt-get install --assume-yes python3-pip
COPY req.txt .
RUN pip3 install -r req.txt
WORKDIR "/home"
Hi @ziatdinovmax, thanks for following up with the issue.
I may be mistaken, but based on the information provided in the issue, it appears to be more of a Gitpod issue than a Theia one. Perhaps someone from Gitpod can confirm.
Description
As of yesterday, the parameter hints option in Gitpod does not work for Python. It doesn't get triggered automatically, nor I can trigger it with a keyboard shortcut. I was recommended on Gitpod forum to file an issue here.
Reproduction Steps
Docker file:
req.txt:
.gitpod.yml:
OS and Theia version:
Theia on Gitpod
The text was updated successfully, but these errors were encountered: