FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-spanner/.devcontainer/devcontainer.json at main · googleapis/python-spanner · GitHub
This repository was archived by the owner on Jun 8, 2026. It is now read-only.
googleapis
/
python-spanner
Public archive
Notifications
You must be signed in to change notification settings
Fork
103
Star
155
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-spanner
/
.devcontainer
/
devcontainer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (12 loc) · 500 Bytes
Breadcrumbs
python-spanner
/
.devcontainer
/
devcontainer.json
Copy path
File metadata and controls
13 lines (12 loc) · 500 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
//
For format details, see https://aka.ms/devcontainer.json. For config options, see the
//
README at: https://github.com/devcontainers/templates/tree/main/src/python
{
"name"
:
"
Python 3
"
,
"build"
: {
//
Sets the run context to one level up instead of the .devcontainer folder.
"args"
: {
"VARIANT"
:
"
3.8
"
},
//
Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
"dockerfile"
:
"
Dockerfile
"
},
"postCreateCommand"
:
"
bash .devcontainer/postCreate.sh
"
}
Back
|
FazBrowse Home
|
New Git URL