From adea21b65987e52369e6638c529bee5897d37240 Mon Sep 17 00:00:00 2001 From: smityz Date: Fri, 23 Jun 2023 22:23:45 +0800 Subject: [PATCH 1/3] add container config --- .devcontainer/devcontainer.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000000..5efaa49b74 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,3 @@ +{ + "image": "apache/pegasus:build-env-ubuntu2004" +} \ No newline at end of file From cd20b6644f45a61e2f126d2245d06c3507405975 Mon Sep 17 00:00:00 2001 From: smityz Date: Fri, 23 Jun 2023 23:21:33 +0800 Subject: [PATCH 2/3] update --- .devcontainer/devcontainer.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5efaa49b74..b3c310e516 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,3 +1,11 @@ { - "image": "apache/pegasus:build-env-ubuntu2004" -} \ No newline at end of file + "image": "apache/pegasus:build-env-ubuntu2004", + "customizations": { + "vscode": { + "extensions": [ + "ms-vscode.cpptools-extension-pack", + "eamodio.gitlens" + ] + } + } +} From 2037df8caacd9535407e99e6efea33fa37e815df Mon Sep 17 00:00:00 2001 From: smityz Date: Mon, 26 Jun 2023 22:12:59 +0800 Subject: [PATCH 3/3] update license --- .licenserc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.licenserc.yaml b/.licenserc.yaml index 3e5c9a2b61..c6f63afd8b 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -30,6 +30,7 @@ header: - '.rat-excludes' - 'DISCLAIMER-WIP' - 'python-client/requirement.txt' + - '.devcontainer/devcontainer.json' # TODO(yingchun): shell/* files are import from thirdparties, we can move them to thirdparty later. - 'src/shell/argh.h' - 'src/shell/linenoise/linenoise.c'