From 85ee81b8ae972d17f0e3dc78657077924c047ada Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 27 Dec 2022 00:16:35 -0500 Subject: added workspaceFolders support but broke non-workspaceFolders support --- test/lsp/JavaA/.ted-root | 0 test/lsp/JavaA/Main.java | 8 ++++++++ 2 files changed, 8 insertions(+) create mode 100644 test/lsp/JavaA/.ted-root create mode 100644 test/lsp/JavaA/Main.java (limited to 'test/lsp/JavaA') diff --git a/test/lsp/JavaA/.ted-root b/test/lsp/JavaA/.ted-root new file mode 100644 index 0000000..e69de29 diff --git a/test/lsp/JavaA/Main.java b/test/lsp/JavaA/Main.java new file mode 100644 index 0000000..2792b7c --- /dev/null +++ b/test/lsp/JavaA/Main.java @@ -0,0 +1,8 @@ +public class Main { + public static void main(String[] args) { + int x = 0; + x++; + for (int i = 0; i < args.length; ++i) { + } + } +} -- cgit v1.2.3