[PR #45] [MERGED] Dev #160

Closed
opened 2026-02-28 00:38:56 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: dev


📝 Commits (2)

  • 1f553dc 添加electron
  • 48f6b07 修改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

  1. 修改Team IDE默认单机模式运行,需要采用服务运行请添加--isServer
  2. 单机模式运行Team IDE,数据和日志等存储到用户目录/TeamIDE/下

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/team-ide/teamide/pull/45 **Author:** [@team-ide](https://github.com/team-ide) **Created:** 4/30/2022 **Status:** ✅ Merged **Merged:** 4/30/2022 **Merged by:** [@team-ide](https://github.com/team-ide) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (2) - [`1f553dc`](https://github.com/team-ide/teamide/commit/1f553dcb82bc49fd8ea3f94c5ba662df7dd26c38) 添加electron - [`48f6b07`](https://github.com/team-ide/teamide/commit/48f6b0722bfafc3406e910dbd5c4406d002f999e) 修改Team IDE默认单机模式运行,需要采用服务运行请添加--isServer、单机模式运行Team IDE;数据和日志等存储到用户目录/TeamIDE/下 ### 📊 Changes **31 files changed** (+12748 additions, -151 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description 1. 修改Team IDE默认单机模式运行,需要采用服务运行请添加--isServer 2. 单机模式运行Team IDE,数据和日志等存储到用户目录/TeamIDE/下 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:38:56 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/teamide-team-ide#160
No description provided.