AI-Arctic Fox | 2020.3.1 Patch 2 <schme@JoLaptop Update androidStudioFirstRun.xml, wsl.distributions.xml, filetypes.xml, path.macros.xml Create pluginAdvertiser.xml

This commit is contained in:
Johannes Schmelz 2021-09-12 11:04:21 +02:00
parent ddb95c9fd7
commit 1f71df8369
5 changed files with 1544 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<application>
<component name="PathMacrosImpl">
<macro name="KOTLIN_BUNDLED" value="C:\Users\schme\AppData\Roaming\Google\AndroidStudio4.2\plugins\Kotlin\kotlinc" />
<macro name="KOTLIN_BUNDLED" value="C:\Users\schme\AppData\Roaming\Google\AndroidStudio2020.3\plugins\Kotlin\kotlinc" />
</component>
</application>

View File

@ -3,6 +3,6 @@
<version>1</version>
</component>
<component name="whatsNew">
<shownVersion>4.2.2</shownVersion>
<shownVersion>2020.3.1rc24</shownVersion>
</component>
</application>

View File

@ -1,9 +1,10 @@
<application>
<component name="FileTypeManager" version="17">
<component name="FileTypeManager" version="18">
<extensionMap>
<mapping ext="gradle.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="psd" approved="true" type="Image" />
</extensionMap>
</component>
</application>

1533
pluginAdvertiser.xml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -92,6 +92,12 @@
<executable-path>ubuntu2004.exe</executable-path>
<presentable-name>Ubuntu 20.04</presentable-name>
</descriptor>
<descriptor>
<id>OPENSUSE15.2</id>
<microsoft-id>openSUSE-Leap-15.2</microsoft-id>
<executable-path>openSUSE-Leap-15.2.exe</executable-path>
<presentable-name>openSUSE Leap 15.2</presentable-name>
</descriptor>
</set>
</descriptors>
</component>