AI-Arctic Fox | 2020.3.1 Patch 4 <schme@JoLaptop Update filetypes.xml, pluginAdvertiser.xml Create adbWifiPinnedDevices.xml
This commit is contained in:
parent
7203e5efe9
commit
e0b26ddfb1
5
adbWifiPinnedDevices.xml
Normal file
5
adbWifiPinnedDevices.xml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<application>
|
||||||
|
<component name="PinDeviceService">
|
||||||
|
<option name="pinnedDevices" value="[{"id":"192.168.178.75:5555","serialNumber":"RF8N414T1GE","name":"samsung SM-G973F","address":"192.168.178.75","port":5555,"androidVersion":"11","apiLevel":"30"}]" />
|
||||||
|
</component>
|
||||||
|
</application>
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Reference in New Issue
Block a user