-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update
direct-tarball
to follow spec + refactor `processFeatureIden…
…tifier` tests (#105) * refactor tests to iterate on feature tests faster * package in container-features test * restore existing file path parsing logic * update test to search in correct path for local tests sourcing local features * bump version * revise path resolution tests * relative to --workspace-folder * respect absolute paths (for now) * take new in rebase * need to revisit tar * rebase and comment tests * update test * clean up featureHelpers.test.ts * update tests * tarball parsing for v2 * typo in file name * update tests * remove unuseful test * update tests * remove import
- Loading branch information
1 parent
fb94533
commit cbdb8b3
Showing
7 changed files
with
384 additions
and
284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
src/test/container-features/configs/image-with-v2-tarball/.devcontainer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:16", | ||
"features": { | ||
"https://github.com/codspace/features/releases/download/tarball02/devcontainer-feature-docker-in-docker.tgz": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.