mirror of
https://github.com/team-ide/teamide.git
synced 2026-04-27 11:35:49 +03:00
[PR #45] [MERGED] Dev #160
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/teamide-team-ide#160
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/team-ide/teamide/pull/45
Author: @team-ide
Created: 4/30/2022
Status: ✅ Merged
Merged: 4/30/2022
Merged by: @team-ide
Base:
main← Head:dev📝 Commits (2)
1f553dc添加electron48f6b07修改Team IDE默认单机模式运行,需要采用服务运行请添加--isServer、单机模式运行Team IDE;数据和日志等存储到用户目录/TeamIDE/下📊 Changes
31 files changed (+12748 additions, -151 deletions)
View changed files
📝
.github/workflows/release.yml(+44 -42)📝
README.md(+16 -8)📝
RELEASE.md(+3 -3)📝
RELEASE_HISTORY.md(+7 -0)📝
conf/release/config.yaml(+0 -0)➕
conf/release/private.pem(+15 -0)➕
conf/release/public.pem(+6 -0)➕
electron/.github/dependabot.yml(+9 -0)➕
electron/.gitignore(+3 -0)➕
electron/LICENSE.md(+39 -0)➕
electron/README.md(+41 -0)➕
electron/main.js(+71 -0)➕
electron/package-lock.json(+12339 -0)➕
electron/package.json(+42 -0)➕
electron/preload.js(+12 -0)➕
electron/public/index.html(+20 -0)➕
electron/public/renderer.js(+6 -0)➕
electron/public/static/favicon.ico(+0 -0)➕
electron/public/static/favicon.png(+0 -0)➕
electron/public/static/loading.gif(+0 -0)...and 11 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.