Skip to content

Commit c60ab52

Browse files
authored
Merge pull request #1 from github/cschleiden/move-workspace
Remove devcontainer configuration
2 parents 1dbe039 + 04d1fac commit c60ab52

8 files changed

Lines changed: 5 additions & 49 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 0 additions & 27 deletions
This file was deleted.

.devcontainer/on-create-command.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

script/bootstrap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ clone_repo https://github.com/github/actions-languageservices "$root"/actions-la
2222

2323
# Copy workspace files
2424
echo "Copying workspace files..."
25-
cp "$repo_root"/.devcontainer/package.json "$root"
26-
cp "$repo_root"/.devcontainer/vscode-github-actions.code-workspace "$root"
27-
cp "$repo_root"/.devcontainer/.npmrc "$root"
28-
cp "$repo_root"/.devcontainer/update-package-locks.sh "$root"
29-
cp "$repo_root"/.devcontainer/watch.sh "$root"
25+
cp "$repo_root"/script/workspace/package.json "$root"
26+
cp "$repo_root"/script/workspace/vscode-github-actions.code-workspace "$root"
27+
cp "$repo_root"/script/workspace/.npmrc "$root"
28+
cp "$repo_root"/script/workspace/update-package-locks.sh "$root"
29+
cp "$repo_root"/script/workspace/watch.sh "$root"
File renamed without changes.

0 commit comments

Comments
 (0)