Skip to content

Commit 30c2f71

Browse files
committed
Better UI
1 parent f9c4fa1 commit 30c2f71

26 files changed

Lines changed: 5095 additions & 258 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ typings/
9090

9191
# Electron-Forge
9292
out/
93+
.bundled-tools/
9394

9495
# Local/editor metadata
9596
.idea/

forge.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const config: ForgeConfig = {
3838
// Keep runtime-executed binaries outside app.asar.
3939
unpackDir: '{**/node_modules/@zed-industries,**/node_modules/node-pty}',
4040
},
41+
extraResource: ['.bundled-tools/lsp'],
4142
usageDescription: {
4243
Microphone: 'Zero uses your microphone for composer voice input.',
4344
},

0 commit comments

Comments
 (0)