WS-2021.3.2 <martin@Martin-Laptop Update find.xml Create nodejs.xml

This commit is contained in:
Martin Donnelly 2022-02-07 13:57:45 +00:00
parent b26b426ef0
commit f099d22a0d
2 changed files with 9 additions and 1 deletions

View File

@ -5,7 +5,8 @@
<option name="skipResultsWithOneUsage" value="true" />
<option name="SKIP_RESULTS_WHEN_ONE_USAGE" value="true" />
<option name="SEARCH_SCOPE" value="All Places" />
<mask>*.html</mask>
<option name="FILE_MASK" value="*.html" />
<mask>*.js,*.html</mask>
<mask>*.html</mask>
</component>
</application>

7
nodejs.xml Normal file
View File

@ -0,0 +1,7 @@
<application>
<component name="NodeJsLocalInterpreterManager">
<local-interpreter path="$USER_HOME$/.nvm/versions/node/v16.13.0/bin/node" />
<local-interpreter path="$USER_HOME$/.nvm/versions/node/v14.18.1/bin/node" />
<local-interpreter path="$USER_HOME$/.nvm/versions/node/v10.13.0/bin/node" />
</component>
</application>