summaryrefslogtreecommitdiffstats
path: root/contrib/ide
Commit message (Expand)AuthorAgeFilesLines
* Update to work with latest VS Code go debugger (#18397)Lauris BH2022-01-251-6/+6
* fix quotation marks in launch.json (#13325)Elena Neuschild2020-10-272-1/+5
* Fix args in tasks.json (#13116)Elena Neuschild2020-10-121-8/+6
* misc: change the "taskName" to "label" in vscode tasks.json (#10739)赵智超2020-03-161-2/+2
* Update build tags for sqlite_unlock_notify (#5144)Mura Li2018-10-232-2/+2
* Fix typo (#2810)Mulia Nasution2017-10-311-1/+1
* Basic VSCode configuration for building and debugging (#2483)Lauris BH2017-09-123-0/+94
tion> Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/.devcontainer/setup.sh
blob: 9d2e3d73f98e8aa7e1deba60957888fee8ecd54f (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/../" >/dev/null 2>&1 && pwd )"

cd $DIR/
git submodule update --init

# Codespace config
cp .devcontainer/codespace.config.php config/codespace.config.php