diff options
author | pommicket <pommicket@gmail.com> | 2023-09-10 00:11:27 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-09-10 00:11:43 -0400 |
commit | 21cb2ba466ec0876d4e04fcca117650101d9359f (patch) | |
tree | 19afe36254cedea198bba5f2a1af5443a27a30a7 /development.md | |
parent | 7185635a553d44b537d6fd1264ceedf421e114ef (diff) |
fix godot issues by adding lsp-delay
Diffstat (limited to 'development.md')
-rw-r--r-- | development.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development.md b/development.md index fc23ee5..e3e0519 100644 --- a/development.md +++ b/development.md @@ -96,7 +96,7 @@ When you add a source file to ted, make sure you: ## Adding settings -Find the `Settings` struct in `ted.h` and add the new member. +Find the `Settings` struct in `ted-internal.h` and add the new member. Then go to `config.c` and edit the `settings_<type>` array. ## Adding commands |