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

This commit is contained in:
2021-11-24 16:02:41 +08:00
parent 4591c30ddd
commit 0821666b66
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -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" />
+9
View File
@@ -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>