AI-Arctic Fox | 2020.3.1 Patch 4 <schme@JoLaptop Update filetypes.xml, pluginAdvertiser.xml Create adbWifiPinnedDevices.xml

This commit is contained in:
Johannes Schmelz 2022-01-04 02:09:36 +01:00
parent 7203e5efe9
commit e0b26ddfb1
3 changed files with 47 additions and 1 deletions

5
adbWifiPinnedDevices.xml Normal file
View File

@ -0,0 +1,5 @@
<application>
<component name="PinDeviceService">
<option name="pinnedDevices" value="[{&quot;id&quot;:&quot;192.168.178.75:5555&quot;,&quot;serialNumber&quot;:&quot;RF8N414T1GE&quot;,&quot;name&quot;:&quot;samsung SM-G973F&quot;,&quot;address&quot;:&quot;192.168.178.75&quot;,&quot;port&quot;:5555,&quot;androidVersion&quot;:&quot;11&quot;,&quot;apiLevel&quot;:&quot;30&quot;}]" />
</component>
</application>

View File

@ -1,10 +1,11 @@
<application> <application>
<component name="FileTypeManager" version="18"> <component name="FileTypeManager" version="18">
<extensionMap> <extensionMap>
<mapping ext="graphqlconfig" type="JSON" />
<mapping ext="gradle.kts" type="Kotlin" /> <mapping ext="gradle.kts" type="Kotlin" />
<mapping ext="main.kts" type="Kotlin" /> <mapping ext="main.kts" type="Kotlin" />
<mapping pattern=".analysis_options" type="YAML" />
<removed_mapping ext="apk" approved="true" type="ARCHIVE" /> <removed_mapping ext="apk" approved="true" type="ARCHIVE" />
<removed_mapping ext="graphql" approved="true" type="SVG" />
<removed_mapping ext="psd" approved="true" type="Image" /> <removed_mapping ext="psd" approved="true" type="Image" />
</extensionMap> </extensionMap>
</component> </component>

View File

@ -333,6 +333,14 @@
</plugin> </plugin>
</value> </value>
</entry> </entry>
<entry key="*.gql">
<value>
<plugin>
<option name="myPluginId" value="com.intellij.lang.jsgraphql" />
<option name="myPluginName" value="JS GraphQL" />
</plugin>
</value>
</entry>
<entry key="*.gradle"> <entry key="*.gradle">
<value> <value>
<plugin> <plugin>
@ -342,6 +350,38 @@
</plugin> </plugin>
</value> </value>
</entry> </entry>
<entry key="*.graphql">
<value>
<plugin>
<option name="myPluginId" value="com.intellij.lang.jsgraphql" />
<option name="myPluginName" value="JS GraphQL" />
</plugin>
</value>
</entry>
<entry key="*.graphqld">
<value>
<plugin>
<option name="myPluginId" value="com.intellij.lang.jsgraphql" />
<option name="myPluginName" value="JS GraphQL" />
</plugin>
</value>
</entry>
<entry key="*.graphqle">
<value>
<plugin>
<option name="myPluginId" value="com.intellij.lang.jsgraphql" />
<option name="myPluginName" value="JS GraphQL" />
</plugin>
</value>
</entry>
<entry key="*.graphqls">
<value>
<plugin>
<option name="myPluginId" value="com.intellij.lang.jsgraphql" />
<option name="myPluginName" value="JS GraphQL" />
</plugin>
</value>
</entry>
<entry key="*.groovy"> <entry key="*.groovy">
<value> <value>
<plugin> <plugin>