RR-2025.2 <aiko@frame Update filetypes.xml, AIOnboardingPromoWindowAdvisor.xml

This commit is contained in:
aiko 2025-08-14 08:51:03 +00:00
parent 3138d3c40d
commit e97ab46a9d
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<application> <application>
<component name="AIOnboardingPromoWindowAdvisor"> <component name="AIOnboardingPromoWindowAdvisor">
<option name="attempts" value="7" /> <option name="attempts" value="8" />
<option name="shouldShowNextTime" value="NO" /> <option name="shouldShowNextTime" value="NO" />
</component> </component>
</application> </application>

View File

@ -5,8 +5,6 @@
<mapping pattern="bootstrap" type="AUTO_DETECTED" /> <mapping pattern="bootstrap" type="AUTO_DETECTED" />
<mapping ext="aiko" type="AUTO_DETECTED" /> <mapping ext="aiko" type="AUTO_DETECTED" />
<mapping pattern=".dockerignore" type="GitIgnore file" /> <mapping pattern=".dockerignore" type="GitIgnore file" />
<removed_mapping pattern=".devcontainer.json" type="JSON5" />
<removed_mapping pattern="devcontainer.json" type="JSON5" />
<mapping ext="tid" type="Markdown" /> <mapping ext="tid" type="Markdown" />
<mapping ext="livemd" type="Markdown" /> <mapping ext="livemd" type="Markdown" />
<mapping pattern="gemfile.lock" type="PLAIN_TEXT" /> <mapping pattern="gemfile.lock" type="PLAIN_TEXT" />
@ -24,6 +22,9 @@
<removed_mapping ext="makefile" approved="true" type="textmate" /> <removed_mapping ext="makefile" approved="true" type="textmate" />
<removed_mapping ext="patch" approved="true" type="PATCH" /> <removed_mapping ext="patch" approved="true" type="PATCH" />
<removed_mapping ext="snakefile" approved="true" type="textmate" /> <removed_mapping ext="snakefile" approved="true" type="textmate" />
<removed_mapping pattern=".devcontainer.json" approved="true" type="JSON5" />
<removed_mapping pattern=".dockerignore" approved="true" type="DockerIgnore file" />
<removed_mapping pattern="devcontainer.json" approved="true" type="JSON5" />
<removed_mapping pattern="setenv" approved="true" type="JSHELL" /> <removed_mapping pattern="setenv" approved="true" type="JSHELL" />
<mapping ext="heex" type="Live Embedded Elixir" /> <mapping ext="heex" type="Live Embedded Elixir" />
<mapping ext="main.kts" type="Kotlin" /> <mapping ext="main.kts" type="Kotlin" />