FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pythonVSCode/.devcontainer/devcontainer.json at newMain · HHtiger/pythonVSCode · GitHub
HHtiger
/
pythonVSCode
Public
forked from
DonJayamanne/pythonVSCode
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
pythonVSCode
/
.devcontainer
/
devcontainer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
26 lines (21 loc) · 1.18 KB
Breadcrumbs
pythonVSCode
/
.devcontainer
/
devcontainer.json
Copy path
File metadata and controls
26 lines (21 loc) · 1.18 KB
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
14
15
16
17
18
19
20
21
22
23
24
25
26
//
For format details, see https://aka.ms/vscode-remote/devcontainer.json or the definition README at
//
https://github.com/microsoft/vscode-dev-containers/tree/master/containers/typescript-node-8
{
"name"
:
"
Node.js 8 & TypeScript
"
,
"dockerFile"
:
"
Dockerfile
"
,
//
Use 'settings' to set *default* container specific settings.json values on container create.
//
You can edit these settings after create using File > Preferences > Settings > Remote.
"settings"
: {
"terminal.integrated.shell.linux"
:
"
/bin/bash
"
},
//
Uncomment the next line if you want to publish any ports.
//
"appPort": [],
//
Uncomment the next line to run commands after the container is created.
//
"postCreateCommand": "yarn install",
//
Uncomment the next line to use a non-root user. On Linux, this will prevent
//
new files getting created as root, but you may need to update the USER_UID
//
and USER_GID in .devcontainer/Dockerfile to match your user if not 1000.
//
"runArgs": [ "-u", "node" ],
//
Add the IDs of extensions you want installed when the container is created in the array below.
"extensions"
: [
"
ms-vscode.vscode-typescript-tslint-plugin
"
]
}
Back
|
FazBrowse Home
|
New Git URL