editor
Here are 3,688 public repositories matching this topic...
-
Updated
Jun 18, 2021 - JavaScript
I'm making a client-side code editor with rudimentary Git support, and syntax highlighting for diff/patch files would be really nice - a way to view the whole diff in a single window (alternative to existing diffeditor - with similar colors to git diff
console coloring), maybe would be useful for others too.
https://github.com/microsoft/monaco-languages/ asks to create issues in this repo...
-
Updated
Jun 19, 2021 - TypeScript
-
Updated
Jun 9, 2021 - JavaScript
-
Updated
Jun 17, 2021 - Go
CRUD via block ID
Hi,
First of all, I'd like to thank you for creating such a fantastic tool. It has been the core of my bachelor's degree, and I'm profoundly thankful for that. Currently, I've decided to combine CRDT (YJs) with editor.js as my degree thesis, but I'm facing some blockers now.
As the title suggests, I'm interested in having the opportunity to perform CRUD operations based on ID. This is vi
-
Updated
Jan 2, 2021
-
Updated
Mar 29, 2021 - JavaScript
Bug Description:
In workspace-service.ts
, there are several members/methods that use the private
modifier. These modifiers make it difficult to override functionality and are likely unnecessary. This also causes issues when attempting to reference a private
member from another method inside an override. They should likely be ch
Please confirm that this problem is VSCodium-specific
- This bug doesn't happen if I use Microsoft's Visual Studio Code. It only happens in VSCodium.
Please confirm that the issue/resolution isn't already documented
- [ X ] I checked the Docs page and my issue is not mentioned there.
To Reproduce
Steps to reproduc
-
Updated
Jun 18, 2021 - TypeScript
- Select theme with thick strip in line number block.
- Save and restart. Open some file. Нou see that the first characters of the lines are hidden under stripe.
- Open another file. All display properly.
- If you see carefully that the whole block with line numbers in the first case is shifted to the left.
First file
-
Updated
Feb 10, 2021 - JavaScript
-
Updated
Apr 1, 2020 - TypeScript
-
Updated
Jun 19, 2021 - TypeScript
-
Updated
May 21, 2021 - JavaScript
-
Updated
Jun 19, 2021 - TypeScript
The Tile Collision Editor currently always uses the theme's default panel background colour, even if the Tileset has a background colour set. One of the main uses for the Tileset background colour is to make tiles more visible regardless of theme colour, and it's a shame to be missing that in the Tile Collision Editor, where readability and precision are often very important.
I think the backgr
-
Updated
Jun 19, 2021 - JavaScript
-
Updated
Jun 17, 2021 - JavaScript
-
Updated
May 29, 2021
Improve this page
Add a description, image, and links to the editor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the editor topic, visit your repo's landing page and select "manage topics."
Issue Type: Bug
After updating my VS Code, my debugging experience became unpredictable and would pause unexpectedly. I've traced down the root cause in my code to an instantiation of a node
Worker
(from theworker_threads
module).I have created a simple reproducible scenario with instructions here.
The problem manifests when a