diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js index 82c1c5cb6708e7c07f897dac93bff7e28de37ab8..7d48e3a93d8ced731e89b4788e84e5e1b5f06206 100644 --- a/build/gulpfile.vscode.js +++ b/build/gulpfile.vscode.js @@ -123,6 +123,8 @@ const config = { darwinIcon: 'resources/darwin/code.icns', darwinBundleIdentifier: product.darwinBundleIdentifier, darwinApplicationCategoryType: 'public.app-category.developer-tools', + darwinHelpBookFolder: 'VS Code HelpBook', + darwinHelpBookName: 'VS Code HelpBook', darwinBundleDocumentTypes: [{ name: product.nameLong + ' document', role: 'Editor',