@@ -1,9 +1,10 @@ | |||||
<application> | <application> | ||||
<component name="CPPToolchains" version="6"> | |||||
<component name="CPPToolchains" version="8"> | |||||
<toolchains detectedVersion="5"> | <toolchains detectedVersion="5"> | ||||
<toolchain name="Visual Studio" toolSetKind="MSVC" toolSetPath="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community" customCCompilerPath="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\Llvm\bin\clang-cl.exe" customCXXCompilerPath="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\Llvm\bin\clang-cl.exe" debuggerKind="BUNDLED_LLDB"> | <toolchain name="Visual Studio" toolSetKind="MSVC" toolSetPath="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community" customCCompilerPath="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\Llvm\bin\clang-cl.exe" customCXXCompilerPath="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\Llvm\bin\clang-cl.exe" debuggerKind="BUNDLED_LLDB"> | ||||
<toolSetOption type="msvc.arch" value="x86_amd64" /> | <toolSetOption type="msvc.arch" value="x86_amd64" /> | ||||
</toolchain> | </toolchain> | ||||
<toolchain name="Based" toolSetKind="SYSTEM_WINDOWS_TOOLSET" customCMakePath="C:\Program Files\CMake\bin\cmake.exe" customMakePath="ninja.exe" customCCompilerPath="C:\Program Files\LLVM\bin\clang-cl.exe" customCXXCompilerPath="C:\Program Files\LLVM\bin\clang-cl.exe" debuggerKind="BUNDLED_GDB" /> | |||||
</toolchains> | </toolchains> | ||||
</component> | </component> | ||||
</application> | </application> |
@@ -4,7 +4,7 @@ | |||||
<property name="created">2023-02-23T14:55:53</property> | <property name="created">2023-02-23T14:55:53</property> | ||||
<property name="ide">WebStorm</property> | <property name="ide">WebStorm</property> | ||||
<property name="ideVersion">2022.3.1.0.0</property> | <property name="ideVersion">2022.3.1.0.0</property> | ||||
<property name="modified">2023-02-25T11:53:12</property> | |||||
<property name="modified">2023-02-26T08:41:45</property> | |||||
<property name="originalScheme">TheoryOfNekomata</property> | <property name="originalScheme">TheoryOfNekomata</property> | ||||
</metaInfo> | </metaInfo> | ||||
<console-font> | <console-font> | ||||
@@ -3,7 +3,7 @@ | |||||
<property name="created">2023-02-23T14:56:22</property> | <property name="created">2023-02-23T14:56:22</property> | ||||
<property name="ide">WebStorm</property> | <property name="ide">WebStorm</property> | ||||
<property name="ideVersion">2022.3.2.0.0</property> | <property name="ideVersion">2022.3.2.0.0</property> | ||||
<property name="modified">2023-02-25T11:53:12</property> | |||||
<property name="modified">2023-02-26T08:41:45</property> | |||||
<property name="originalScheme">Darcula</property> | <property name="originalScheme">Darcula</property> | ||||
</metaInfo> | </metaInfo> | ||||
<colors> | <colors> | ||||
@@ -4,7 +4,6 @@ | |||||
<mapping pattern="configure" type="AUTO_DETECTED" /> | <mapping pattern="configure" type="AUTO_DETECTED" /> | ||||
<mapping pattern="cucumber-js" type="AUTO_DETECTED" /> | <mapping pattern="cucumber-js" type="AUTO_DETECTED" /> | ||||
<mapping ext="babelrc" type="JSON" /> | <mapping ext="babelrc" type="JSON" /> | ||||
<mapping ext="sequelizerc" type="JavaScript" /> | |||||
<mapping pattern=".gitmessage" type="PLAIN_TEXT" /> | <mapping pattern=".gitmessage" type="PLAIN_TEXT" /> | ||||
<mapping pattern="LICENSE" type="PLAIN_TEXT" /> | <mapping pattern="LICENSE" type="PLAIN_TEXT" /> | ||||
<mapping pattern=".nvmrc" type="PLAIN_TEXT" /> | <mapping pattern=".nvmrc" type="PLAIN_TEXT" /> | ||||
@@ -22,6 +21,7 @@ | |||||
<removed_mapping pattern=".sequelizerc" approved="true" type="JSON" /> | <removed_mapping pattern=".sequelizerc" approved="true" 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 ext="sequelizerc" type="JavaScript" /> | |||||
</extensionMap> | </extensionMap> | ||||
</component> | </component> | ||||
</application> | </application> |
@@ -7,6 +7,10 @@ | |||||
<entry key="ide.balloon.shadow.size" value="0" /> | <entry key="ide.balloon.shadow.size" value="0" /> | ||||
<entry key="ide.experimental.ui" value="true" /> | <entry key="ide.experimental.ui" value="true" /> | ||||
<entry key="debugger.new.tool.window.layout" value="true" /> | <entry key="debugger.new.tool.window.layout" value="true" /> | ||||
<entry key="ide.editor.tab.selection.animation" value="true" /> | |||||
<entry key="ide.new.editor.tabs.vertical.borders" value="true" /> | |||||
<entry key="editor.focus.mode.color.light" value="444444" /> | |||||
<entry key="editor.focus.mode.color.dark" value="444444" /> | |||||
</component> | </component> | ||||
<component name="StatusBar"> | <component name="StatusBar"> | ||||
<option name="widgets"> | <option name="widgets"> | ||||