From 76205a0e4cefb25e635dbd4d583206fe47783a96 Mon Sep 17 00:00:00 2001 From: serkus01 <7erkus@gmail.com> Date: Mon, 19 Sep 2022 07:35:01 +0900 Subject: [PATCH] add bottle dir --- .theia/launch.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .theia/launch.json diff --git a/.theia/launch.json b/.theia/launch.json new file mode 100644 index 0000000..a2ea02c --- /dev/null +++ b/.theia/launch.json @@ -0,0 +1,6 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + "version": "0.2.0", + "configurations": [] +}