mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-12-17 20:52:35 +00:00
initial version
This commit is contained in:
commit
6dfe7129c4
15 changed files with 614 additions and 0 deletions
14
.zed/settings.json
Normal file
14
.zed/settings.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
// Folder-specific settings
|
||||
//
|
||||
// For a full list of overridable settings, and general information on folder-specific settings,
|
||||
// see the documentation: https://zed.dev/docs/configuring-zed#folder-specific-settings
|
||||
{
|
||||
"languages": {
|
||||
"TypeScript": {
|
||||
"language_servers": ["deno", "!typescript-language-server", "!eslint"]
|
||||
},
|
||||
"TSX": {
|
||||
"language_servers": ["deno", "!typescript-language-server", "!eslint"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue