|
403 | 403 | } |
404 | 404 | }, |
405 | 405 | "additionalProperties": false |
406 | | - }, |
407 | | - "vscode": { |
408 | | - "type": "object", |
409 | | - "properties": { |
410 | | - "extensions": { |
411 | | - "type": "array", |
412 | | - "description": "An array of extensions that should be installed into the container.", |
413 | | - "items": { |
414 | | - "type": "string", |
415 | | - "pattern": "^([a-z0-9A-Z][a-z0-9A-Z-]*)\\.([a-z0-9A-Z][a-z0-9A-Z-]*)(@(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)?$", |
416 | | - "errorMessage": "Expected format: '${publisher}.${name}' or '${publisher}.${name}@${version}'. Example: 'ms-dotnettools.csharp'." |
417 | | - } |
418 | | - }, |
419 | | - "settings": { |
420 | | - "$ref": "vscode://schemas/settings/machine", |
421 | | - "description": "Machine specific settings that should be copied into the container. These are only copied when connecting to the container for the first time, rebuilding the container then triggers it again." |
422 | | - }, |
423 | | - "devPort": { |
424 | | - "type": "integer", |
425 | | - "description": "The port VS Code can use to connect to its backend." |
426 | | - } |
427 | | - }, |
428 | | - "additionalProperties": false |
429 | | - }, |
430 | | - "customizations": { |
431 | | - "type": "object", |
432 | | - "additionalProperties": { |
433 | | - "type": "object", |
434 | | - "additionalProperties": true |
435 | | - }, |
436 | | - "description": "Tool-specific configuration. Each tool should use a JSON object subproperty with a unique name to group its customizations." |
437 | 406 | } |
438 | 407 | }, |
439 | 408 | "required": [ |
|
837 | 806 | } |
838 | 807 | }, |
839 | 808 | "additionalProperties": false |
840 | | - }, |
841 | | - "vscode": { |
842 | | - "type": "object", |
843 | | - "properties": { |
844 | | - "extensions": { |
845 | | - "type": "array", |
846 | | - "description": "An array of extensions that should be installed into the container.", |
847 | | - "items": { |
848 | | - "type": "string", |
849 | | - "pattern": "^([a-z0-9A-Z][a-z0-9A-Z-]*)\\.([a-z0-9A-Z][a-z0-9A-Z-]*)(@(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)?$", |
850 | | - "errorMessage": "Expected format: '${publisher}.${name}' or '${publisher}.${name}@${version}'. Example: 'ms-dotnettools.csharp'." |
851 | | - } |
852 | | - }, |
853 | | - "settings": { |
854 | | - "$ref": "vscode://schemas/settings/machine", |
855 | | - "description": "Machine specific settings that should be copied into the container. These are only copied when connecting to the container for the first time, rebuilding the container then triggers it again." |
856 | | - }, |
857 | | - "devPort": { |
858 | | - "type": "integer", |
859 | | - "description": "The port VS Code can use to connect to its backend." |
860 | | - } |
861 | | - }, |
862 | | - "additionalProperties": false |
863 | | - }, |
864 | | - "customizations": { |
865 | | - "type": "object", |
866 | | - "additionalProperties": { |
867 | | - "type": "object", |
868 | | - "additionalProperties": true |
869 | | - }, |
870 | | - "description": "Tool-specific configuration. Each tool should use a JSON object subproperty with a unique name to group its customizations." |
871 | 809 | } |
872 | 810 | }, |
873 | 811 | "required": [ |
|
1237 | 1175 | } |
1238 | 1176 | }, |
1239 | 1177 | "additionalProperties": false |
1240 | | - }, |
1241 | | - "vscode": { |
1242 | | - "type": "object", |
1243 | | - "properties": { |
1244 | | - "extensions": { |
1245 | | - "type": "array", |
1246 | | - "description": "An array of extensions that should be installed into the container.", |
1247 | | - "items": { |
1248 | | - "type": "string", |
1249 | | - "pattern": "^([a-z0-9A-Z][a-z0-9A-Z-]*)\\.([a-z0-9A-Z][a-z0-9A-Z-]*)(@(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)?$", |
1250 | | - "errorMessage": "Expected format: '${publisher}.${name}' or '${publisher}.${name}@${version}'. Example: 'ms-dotnettools.csharp'." |
1251 | | - } |
1252 | | - }, |
1253 | | - "settings": { |
1254 | | - "$ref": "vscode://schemas/settings/machine", |
1255 | | - "description": "Machine specific settings that should be copied into the container. These are only copied when connecting to the container for the first time, rebuilding the container then triggers it again." |
1256 | | - }, |
1257 | | - "devPort": { |
1258 | | - "type": "integer", |
1259 | | - "description": "The port VS Code can use to connect to its backend." |
1260 | | - } |
1261 | | - }, |
1262 | | - "additionalProperties": false |
1263 | | - }, |
1264 | | - "customizations": { |
1265 | | - "type": "object", |
1266 | | - "additionalProperties": { |
1267 | | - "type": "object", |
1268 | | - "additionalProperties": true |
1269 | | - }, |
1270 | | - "description": "Tool-specific configuration. Each tool should use a JSON object subproperty with a unique name to group its customizations." |
1271 | 1178 | } |
1272 | 1179 | }, |
1273 | 1180 | "required": [ |
|
1611 | 1518 | } |
1612 | 1519 | }, |
1613 | 1520 | "additionalProperties": false |
1614 | | - }, |
1615 | | - "vscode": { |
1616 | | - "type": "object", |
1617 | | - "properties": { |
1618 | | - "extensions": { |
1619 | | - "type": "array", |
1620 | | - "description": "An array of extensions that should be installed into the container.", |
1621 | | - "items": { |
1622 | | - "type": "string", |
1623 | | - "pattern": "^([a-z0-9A-Z][a-z0-9A-Z-]*)\\.([a-z0-9A-Z][a-z0-9A-Z-]*)(@(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)?$", |
1624 | | - "errorMessage": "Expected format: '${publisher}.${name}' or '${publisher}.${name}@${version}'. Example: 'ms-dotnettools.csharp'." |
1625 | | - } |
1626 | | - }, |
1627 | | - "settings": { |
1628 | | - "$ref": "vscode://schemas/settings/machine", |
1629 | | - "description": "Machine specific settings that should be copied into the container. These are only copied when connecting to the container for the first time, rebuilding the container then triggers it again." |
1630 | | - }, |
1631 | | - "devPort": { |
1632 | | - "type": "integer", |
1633 | | - "description": "The port VS Code can use to connect to its backend." |
1634 | | - } |
1635 | | - }, |
1636 | | - "additionalProperties": false |
1637 | | - }, |
1638 | | - "customizations": { |
1639 | | - "type": "object", |
1640 | | - "additionalProperties": { |
1641 | | - "type": "object", |
1642 | | - "additionalProperties": true |
1643 | | - }, |
1644 | | - "description": "Tool-specific configuration. Each tool should use a JSON object subproperty with a unique name to group its customizations." |
1645 | 1521 | } |
1646 | 1522 | }, |
1647 | 1523 | "required": [ |
|
1950 | 1826 | } |
1951 | 1827 | }, |
1952 | 1828 | "additionalProperties": false |
1953 | | - }, |
1954 | | - "vscode": { |
1955 | | - "type": "object", |
1956 | | - "properties": { |
1957 | | - "extensions": { |
1958 | | - "type": "array", |
1959 | | - "description": "An array of extensions that should be installed into the container.", |
1960 | | - "items": { |
1961 | | - "type": "string", |
1962 | | - "pattern": "^([a-z0-9A-Z][a-z0-9A-Z-]*)\\.([a-z0-9A-Z][a-z0-9A-Z-]*)(@(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)?$", |
1963 | | - "errorMessage": "Expected format: '${publisher}.${name}' or '${publisher}.${name}@${version}'. Example: 'ms-dotnettools.csharp'." |
1964 | | - } |
1965 | | - }, |
1966 | | - "settings": { |
1967 | | - "$ref": "vscode://schemas/settings/machine", |
1968 | | - "description": "Machine specific settings that should be copied into the container. These are only copied when connecting to the container for the first time, rebuilding the container then triggers it again." |
1969 | | - }, |
1970 | | - "devPort": { |
1971 | | - "type": "integer", |
1972 | | - "description": "The port VS Code can use to connect to its backend." |
1973 | | - } |
1974 | | - }, |
1975 | | - "additionalProperties": false |
1976 | | - }, |
1977 | | - "customizations": { |
1978 | | - "type": "object", |
1979 | | - "additionalProperties": { |
1980 | | - "type": "object", |
1981 | | - "additionalProperties": true |
1982 | | - }, |
1983 | | - "description": "Tool-specific configuration. Each tool should use a JSON object subproperty with a unique name to group its customizations." |
1984 | 1829 | } |
1985 | 1830 | }, |
1986 | 1831 | "additionalProperties": false |
|
0 commit comments