-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathdevcontainer-template.json
More file actions
29 lines (29 loc) · 965 Bytes
/
devcontainer-template.json
File metadata and controls
29 lines (29 loc) · 965 Bytes
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
27
28
29
{
"id": "javascript-node",
"version": "1.2.2",
"name": "Node.js and Azure SQL",
"description": "A development environment for Node.js and Azure SQL, enabling streamlined local development and testing.",
"documentationURL": "https://github.com/microsoft/azuresql-devcontainers/tree/main/src/javascript-node",
"publisher": "Azure SQL Developer Experiences Team",
"licenseURL": "https://github.com/devcontainers/templates/blob/main/LICENSE",
"options": {
"imageVariant": {
"type": "string",
"description": "Node.js version:",
"proposals": [
"22-bookworm",
"22-bullseye",
"20-bookworm",
"20-bullseye",
"18-bookworm",
"18-bullseye"
],
"default": "22-bullseye"
}
},
"platforms": [
"Javascript",
"Node.js",
"Azure SQL Database"
]
}