macos - 如何从源代码构建 VSCode 应用程序包

标签 macos visual-studio-code

我正在尝试在 Mac 上从源代码构建 VSCode,并制作一个应用程序包。我尝试遵循 these instructions这建议您可以运行 gulp vscode-darwin 来打包 Mac 版 VSCode。

我试过了。它肯定会编译一些东西,并且不会打印任何错误,但是任何地方都没有 VSCode-darwin.app 。我错过了什么?

最佳答案

呃,这太愚蠢了。 gulp vscode-darwin 确实构建应用程序包,但它将其保存在目录中。 IE。如果您在 vscode 存储库的根目录中运行 npx gulp vscode-darwin,输出将位于 ../VSCode-darwin,而不是如您所料,在 outout-buildout-vscode.build 中。

关于macos - 如何从源代码构建 VSCode 应用程序包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64479831/

相关文章:

macos - 在Visual Studio中 'change language mode'的快捷方式是什么?

c - LLVM和GCC,不同的输出相同的代码

winapi - 程序化桌面图标放置

ruby-on-rails - bundle 安装安装 ffi 失败(由于 env 命令错误?)

macos - Lion (10.7) 不支持 Convert(1)。动态库错误

visual-studio-code - 如何在 VS Code 中按字母顺序排列纯文本列表?

java - FocusListener 无法在 Mac 上运行

visual-studio-code - VSCode : Open file from file explorer with Enter key on Mac OSX

python - 初学者 : How to configure my python interpreter to use the correct path to get the right version of python?

visual-studio-code - 如何重置工作区的 VSCode 扩展