summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/lsp
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2024-11-27 10:47:18 -0600
committerThaddeus Crews <repiteo@outlook.com>2024-11-27 10:47:18 -0600
commit6eca2aa8d6f30661185747fcf2ec9d3fea76f462 (patch)
treef3ba2e28399f80081681adb81270c6415d91f2a1 /modules/gdscript/tests/scripts/lsp
parent539be43dadc0d9184024bd7a65354b92bee19f80 (diff)
parent2f620db1d894533a8e859843b840801bf54cd86c (diff)
downloadredot-engine-6eca2aa8d6f30661185747fcf2ec9d3fea76f462.tar.gz
Merge pull request #99295 from HolonProduction/yet-another-lsp-violation
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.gd2
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