mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2026-01-15 09:52:34 +00:00
refactor: extract render entrypoint & add cropRender function
This commit is contained in:
parent
d97546f47c
commit
c703b1870a
16 changed files with 630 additions and 181 deletions
|
|
@ -4,5 +4,10 @@
|
|||
// see the documentation: https://zed.dev/docs/configuring-zed#folder-specific-settings
|
||||
{
|
||||
"formatter": "prettier",
|
||||
"format_on_save": "on"
|
||||
"format_on_save": "on",
|
||||
"languages": {
|
||||
"TypeScript": {
|
||||
"language_servers": ["vtsls", "!deno"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue