-
I am using Vite+Vue3
The latest monaco-vscode-api package used
I read #465 ,but I'm confused.
```
// default monaco-editor imports
import * as monaco from 'monaco-editor';
import editorWorker …
-
#### 实现场景:
希望只使用部分组件、以及部分组件的少部分配置信息
#### 存在的问题:
无法过滤组件和配置信息
#### 当前方案:
```
// 引入一些样式依赖
import 'amis-ui/lib/themes/default.css';
import 'amis-ui/lib/themes/a…
-
I'm currently working on an ongoing project that uses Tailwind CSS along with ShadeCN. We recently integrated a rich text editor, but the styles are not aligning with our theme. After investigating, i…
-
### Description of the enhancement request
Now that the editor has been changed to monaco, then we can add an option to swich to inline diff editor in submission page: `jury/submissions//sour…
-
### Prerequisites
- [X] I have searched for similar issues in open and closed tickets and cannot find a duplicate.
- [X] I have troubleshooted my issue, and it still exists against the latest stab…
-
**Description**
Toolbox icons are difficult to see when in Windows dark theme
**To Reproduce**
In right-click on Windows desktop. Choose Personalize. Click on Themes. Select one of the dark them…
-
### Issue Checklist
- [x] I have properly named my enhancement
- [x] I have checked the Issues/Discussions pages to see if my enhancement has already been suggested
### What is your suggestion, and …
PSI3x updated
1 month ago
-
### Prerequisites
- [ ] I have carried out troubleshooting steps and I believe I have found a bug.
- [ ] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
…
-
### IDE Information
IntellJ IDEA 2024.2.0.2 (Community Edition)
Build #PC-233.13763.11, built on January 26, 2024
Runtime version: 17.0.9+7-b1087.11 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrai…
-
### Description
Trying to build a plugin that adds an item to the "More" menu via the PluginMoreMenuItem component using versions of the editor package that export their own type definitions for the …