Build System - Sublime Text 3

后端 未结 3 1322

I have the following script called \"build-bat.sublime-build\":

{
  \"cmd\": \"build.bat\",
  \"working_dir\": \"$project_path\",
  \"windows\" : {
      \"s         


        
3条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-13 12:09

    After adding a new build system to sublime text 3 you have to restart sublime text 3. After this the code above works.

提交回复
热议问题