diff options
author | HolonProduction <holonproduction@gmail.com> | 2024-11-15 19:32:00 +0100 |
---|---|---|
committer | HolonProduction <holonproduction@gmail.com> | 2024-11-15 20:00:28 +0100 |
commit | 2f620db1d894533a8e859843b840801bf54cd86c (patch) | |
tree | 0bcc2bf4ae958f552314a11284741353e94659a4 /modules/gdscript/tests/scripts/lsp | |
parent | 98ddec4b8b64e1253fb3a2c1ae853c604ff490fa (diff) | |
download | redot-engine-2f620db1d894533a8e859843b840801bf54cd86c.tar.gz |
LSP: Fix spec violations that break the VSCode outline
Diffstat (limited to 'modules/gdscript/tests/scripts/lsp')
-rw-r--r-- | modules/gdscript/tests/scripts/lsp/first_line_comment.gd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gdscript/tests/scripts/lsp/first_line_comment.gd b/modules/gdscript/tests/scripts/lsp/first_line_comment.gd new file mode 100644 index 0000000000..34ead5fabb --- /dev/null +++ b/modules/gdscript/tests/scripts/lsp/first_line_comment.gd @@ -0,0 +1,2 @@ +# Some comment +extends Node |