We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef57d2b commit ce9c455Copy full SHA for ce9c455
pythonic.el
@@ -46,6 +46,11 @@
46
(tramp-tramp-file-p pythonic-environment)
47
(tramp-tramp-file-p python-shell-interpreter)))
48
49
+(defun pythonic-remote-docker-p ()
50
+ "Determine docker remote virtual environment."
51
+ (and (pythonic-remote-p)
52
+ (s-starts-with-p "/docker:" (pythonic-tramp-connection))))
53
+
54
(defun pythonic-file-name (file)
55
"Normalized FILE location with out tramp prefix."
56
(if (tramp-tramp-file-p file)
0 commit comments