0
0
mirror of https://github.com/semver/semver.git synced 2025-08-22 13:58:33 +00:00

Create devcontainer.json

<intent-filter ... >
   <action android:name="com.example.myapp.free.TRANSMOGRIFY" />
    ...
</intent-filter>
This commit is contained in:
Jordan Joseph Morin 2024-01-10 17:14:31 -06:00 committed by GitHub
parent 38a25311c9
commit d24e477478
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
}
}