We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
编译Fortran使得能够在gnome-terminal中输入,但是用了这个能够输入中文以后,Ctrl + B,就不能运行了,卸载重新安装,编译没有报错了,但是,再用你的这个输入中文,有出现同样报错,我新建的编译系统如下
{ "cmd": ["gnome-terminal -- bash -c "f95 '${file}' -o '${file_path}/${file_base_name}' && '${file_path}/${file_base_name}'; read -p '\nPress any key to continue...'""], "shell":true, "working_dir" : "$file_path", "selector" : "source.f90", "working_dir" : "$file_path", "encoding":"UTF-8",
"variants": [ { "name": "Run in sublime", "shell_cmd": "gfortran '${file}' -o '${file_path}/${file_base_name}' && '${file_path}/${file_base_name}'", } ]
}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
编译Fortran使得能够在gnome-terminal中输入,但是用了这个能够输入中文以后,Ctrl + B,就不能运行了,卸载重新安装,编译没有报错了,但是,再用你的这个输入中文,有出现同样报错,我新建的编译系统如下
{
"cmd": ["gnome-terminal -- bash -c "f95 '${file}' -o '${file_path}/${file_base_name}' && '${file_path}/${file_base_name}'; read -p '\nPress any key to continue...'""],
"shell":true,
"working_dir" : "$file_path",
"selector" : "source.f90",
"working_dir" : "$file_path",
"encoding":"UTF-8",
}
The text was updated successfully, but these errors were encountered: