From 6f36788dfd2b07b59d88b47c656bbd5692c0cef0 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Mon, 7 Oct 2024 13:32:00 +1100 Subject: First commit First commit after PlatformIO transition --- src/.theia/launch.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 src/.theia/launch.json (limited to 'src/.theia/launch.json') diff --git a/src/.theia/launch.json b/src/.theia/launch.json new file mode 100755 index 0000000..591abe4 --- /dev/null +++ b/src/.theia/launch.json @@ -0,0 +1,8 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + "version": "0.2.0", + "configurations": [ + f + ] +} -- cgit v1.2.3