简体   繁体   English

如何在 vs code 中选择自己的构建文件?

[英]How can I choose my own build file in vs code?

It`s my first steps in Haxe)这是我在 Haxe 的第一步)

I need to build task with my own build task in VS code.我需要在 VS 代码中使用自己的构建任务来构建任务。 I know that I can choose build task to run by using Shift+Ctrl+B, but no drop down list opens... And when I did find the list, my assembly file was not there...我知道我可以使用 Shift+Ctrl+B 选择要运行的构建任务,但没有打开下拉列表...当我找到列表时,我的程序集文件不存在...

If you don't define a task in tasks.json then Shift+Ctrl+B will not show you anything.如果您没有在tasks.json中定义任务,那么Shift+Ctrl+B将不会显示任何内容。

If you have different configuration files you can use Command Variable and the command extension.commandvariable.file.pickFile to create a QuickPick list of files to choose from and use it as an argument to Haxe如果您有不同的配置文件,您可以使用命令变量和命令extension.commandvariable.file.pickFile来创建可供选择的文件的 QuickPick 列表并将其用作 Haxe 的参数

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何为 vs code 创建自己的主题? - How can I create my own theme for vs code? 如何将我自己的错误消息和智能感知添加到visual-studio-code 中的JSON 文件中 - how can I add my own error messagess and intellisense to a JSON file in visual-studio-code 如何在 vscode 中实现我自己的代码大纲布局? - How can I implement my own code outline layout in vscode? 如何在 VS Code 中更改项目的构建工具? - How can I change build tools for projects in VS Code? 如何在 VS 代码中编译和运行我的 Pascal 代码? - How can I compile and run my Pascal code in VS code? 如何修复我的 VS Code 编程语言(徽标/图标)未显示在文件上 - How Can I fix my VS Code Programming Language (Logo/Icon) Not showing on a File 如何在 VS 代码中设置快捷键以在我的工作目录中运行 .bat 文件? - How can I set a shorcut key in VS code to run a .bat file in my working directory? 使用vs代码调试文件时,如何将文件传递到我的程序中 - How can I pass a file into my program, when debugging it with vs code 如何在 vs 代码中更新我的配置文件? - How do I update my config file in vs code? 如何在 OSX 中将 pygame 安装到我的 vs 代码项目中? - How can I install pygame to my vs code project in OSX?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM