My settings for JetBrains IDEs
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

8 行
336 B

  1. <application>
  2. <component name="NodeJsLocalInterpreterManager">
  3. <local-interpreter path="C:/Program Files/nodejs/node.exe" />
  4. </component>
  5. <component name="WslNodeInterpreterManager">
  6. <wsl-interpreter distribution="Manjaro" path="/home/theoryofnekomata/.nvm/versions/node/v16.13.1/bin/node" />
  7. </component>
  8. </application>