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
In my case, i'd like to use the remote container of my application to use the exec python inside my container.
Do you know which config I have to change to make it happen ?
:terminal pwd outputs my host directory even after :ComposeUp cmd.
So when i specify the python path of coc-pyright extension, it still use my local python (which doesn't have the app-specific python libs installed)
:CocCommand workspace.showOutput Pyright
Workspace: /Users/stephanepoint/B2CLeadRankingAPI
Using python from python
[Info - 3:05:31 PM] Pyright language server 1.1.269 starting
[Info - 3:05:31 PM] Server root directory: /Users/stephanepoint/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/
[Info - 3:05:31 PM] Starting service instance "B2CLeadRankingAPI"
[Info - 3:05:31 PM] No configuration file found.
[Info - 3:05:31 PM] No pyproject.toml file found.
[Warn - 3:05:31 PM] stubPath /Users/stephanepoint/B2CLeadRankingAPI/typings is not a valid directory.
[Info - 3:05:31 PM] Assuming Python platform Darwin
[Info - 3:05:32 PM] Searching for source files
[Info - 3:05:32 PM] Found 127 source files
Thanks for opening an issue! Currently, this plugin is only orchestrating docker containers from inside neovim. For a plugin that actually embeds the neovim instance inside your running docker container, I would check out: https://github.com/esensar/nvim-dev-container, as I'm not doing a lot of active maintenance on this plugin currently.
Hi !
First of all, thanks a lot for this plugin !
In my case, i'd like to use the remote container of my application to use the exec python inside my container.
Do you know which config I have to change to make it happen ?
:terminal pwd
outputs my host directory even after:ComposeUp
cmd.So when i specify the python path of coc-pyright extension, it still use my local python (which doesn't have the app-specific python libs installed)
The text was updated successfully, but these errors were encountered: