PY-2021.2.3 <debuggerx@debuggerx-PC Update filetypes.xml Create remote-servers.xml

master
DebuggerX 4 years ago
parent 4591c30ddd
commit 0821666b66

@ -15,6 +15,7 @@
<removed_mapping ext="bat" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="cmd" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="dockerfile" approved="true" type="textmate" />
<removed_mapping ext="ignore" approved="true" type="IgnoreLang file" />
<removed_mapping ext="java" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="log" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="makefile" approved="true" type="textmate" />

@ -0,0 +1,9 @@
<application>
<component name="RemoteServers">
<remote-server name="Docker" type="docker">
<configuration>
<option name="apiUrl" value="unix:///var/run/docker.sock" />
</configuration>
</remote-server>
</component>
</application>
Loading…
Cancel
Save