[WIP] Tolerable drop-in replacement for VSCode.
Go to file
Nefo Fortressia 6b3b45a1bc
feat: partially implement workspace opening
This implementation will not work atm.

We still need to implement a connection between the main thread and the Tokio runtime.

rt.spawn() requires the future to implement Sync, which open_folder() does not.

This is because it contains pointers to GTK4 objects, which aren't thread-safe.

Or, alternatively just use another alternative runtime that doesn't require Sync.

Idk if there are any.
2021-12-18 11:46:12 +07:00
.gitlab/issue_templates chore: add "Logs" to the bug issue template 2021-11-09 08:01:10 +07:00
src feat: partially implement workspace opening 2021-12-18 11:46:12 +07:00
.gitignore refactor: rewrite in Rust 2021-10-18 15:02:41 +07:00
.pre-commit-config.yaml chore: pin pre-commit repos to their latest version 2021-11-11 06:15:48 +07:00
Cargo.lock feat: partially implement workspace opening 2021-12-18 11:46:12 +07:00
Cargo.toml feat: partially implement workspace opening 2021-12-18 11:46:12 +07:00
LICENSE refactor: rewrite in Rust 2021-10-18 15:02:41 +07:00
README.md refactor: rewrite in Rust 2021-10-18 15:02:41 +07:00
clippy.toml chore(clippy): set "clippy::style" rule to deny 2021-10-22 10:37:12 +07:00

README.md

Echidna Code Editor