You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cscript /nologo "C:\Users\pcmsi\AppData\Local\Temp\tempCodeRunnerFile.javascript"
Input Error: There is no script engine for file extension ".javascript".
Describe the bug
Description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
创建一个未命名文件,修改语言类型为JavaScript
按下ctrl+alt+N 运行code runner,
终端里输出如下;
也测试了powershell脚本,其临时文件拓展名为.ps1, 这是正常的;
也测试了python类型, 其临时文件拓展名为python, 这也不正常, 但不影响运行
Actual behavior
Description of what happened actually.
Expected behavior
Description of what you expected to happen.
期望创建的临时文件拓展名为 .js 而不是 .javascript
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: