GoogleCloudPlatform / cloud-code-vscode

Cloud Code for Visual Studio Code: Issues, Documentation and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intellisense support based on remote container runtime

alexwilson1 opened this issue · comments

Use case
We have multiple K8s services that we are running and debugging using Cloud Code development sessions (Python & React). Autocomplete doesn't work because the local runtime doesn't have the libraries installed.

Feature
Is there any way to connect to the remote runtime and have intellisense work? This seems like a crucial part of a developer workflow. Would it be possible to work-around this using Devcontainers? What would that setup look like?