ide-startup icon indicating copy to clipboard operation
ide-startup copied to clipboard

Quick starter for OpenSumi Web

Results 35 ide-startup issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@opensumi/ide-addons](https://togithub.com/opensumi/core) | [`2.19.1` -> `2.19.7`](https://renovatebot.com/diffs/npm/@opensumi%2fide-addons/2.19.1/2.19.7) | [![age](https://badges.renovateapi.com/packages/npm/@opensumi%2fide-addons/2.19.7/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

ide-start的项目 yarn build会在本地代码目录 本地会生成很多.map .d.ts文件 。 这样加重本地开发目录文件的复杂度。能不能集成一个清除编译文件的命令

feature

我在index.ts 中设置了extensionCandidate和extensionDir,yarn start后已安装的插件显示我预置的插件(如下图),这个是我期望的。 但extensionCandidate指定的插件未加载,这点可以从 Show Running Extensions中观察到,同时 html 未高亮也证实系统预置插件未加载。 ![image](https://user-images.githubusercontent.com/1135045/180357680-b1f6a47e-2481-499c-9275-ce2e8e06ef72.png) 这是我修改的index.ts 代码 ``` renderApp({ extensionDir: "/xxx/ide-startup/my-extensions", extensionCandidate: [{ path: '/xxx/ide-startup/extensions', isBuiltin: true, isDevelopment: false }], modules: [ ...CommonBrowserModules, ExpressFileServerModule, ],...

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@opensumi/ide-addons](https://togithub.com/opensumi/core) | [`2.20.4` -> `2.20.6`](https://renovatebot.com/diffs/npm/@opensumi%2fide-addons/2.20.4/2.20.6) | [![age](https://badges.renovateapi.com/packages/npm/@opensumi%2fide-addons/2.20.6/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

使用 Docker 镜像 # 拉取镜像 docker pull ghcr.io/opensumi/opensumi-web:latest # 运行(容器内端口必要是8000,代码里写了,对外端口18016可自定义) docker run --rm -d -p 18066:8000/tcp ghcr.io/opensumi/opensumi-web:latest 浏览器打开 http://127.0.0.1:8080 进行预览或开发。 问题:如何打开本地文件夹。比如在容器登录后,访问服务。 使用场景:线上服务,给用户分配一下webide,用户临时不用时,给他停了,等用的时候再打开,再打开时,需要通过打开文件夹打开之前编辑的代码。

使用 Docker 镜像 部署 # 拉取镜像 docker pull ghcr.io/opensumi/opensumi-web:latest # 运行(容器内端口必要是8000,代码里写了,对外端口18016可自定义) docker run --rm -d -p 18066:8000/tcp ghcr.io/opensumi/opensumi-web:latest 浏览器打开 http://127.0.0.1:8080 进行预览或开发。 安装数据库连接插件 SQLTools MySQL/MariaDB、“MySQL”同时安装