@devcontainer/generator
Advanced tools
Comparing version 2.5.1 to 2.6.0
@@ -80,4 +80,3 @@ "use strict"; | ||
} | ||
if ((this._noVNC === true || this._xfce) && this._xpra === true) | ||
throw new Error("You can't have VNC and Xpra on the same image"); | ||
// if ((this._noVNC===true || this._xfce) && this._xpra===true) throw new Error("You can't have VNC and Xpra on the same image"); | ||
} | ||
@@ -133,12 +132,5 @@ setUpgraded() { | ||
else { | ||
this._dockerfile += dockerTemplates['dotnet'].replace('{DOTNET_SDK_VERSION}', softwareVersions.dotnet3) | ||
this._dockerfile += dockerTemplates['dotnet3'].replace('{DOTNET_SDK_VERSION}', softwareVersions.dotnet3) | ||
.replace('{dotnet_sha512}', softwareVersions.sha.dotnet_sha512["3.0.100"]); | ||
} | ||
if (this._dotnet === "2") | ||
this._readme += readmeTemplates['dotnet'].replace('{DOTNET_SDK_VERSION}', softwareVersions.dotnet) | ||
.replace('{dotnet_sha512}', softwareVersions.sha.dotnet_sha512["2.2.402"]); | ||
else { | ||
this._readme += readmeTemplates['dotnet'].replace('{DOTNET_SDK_VERSION}', softwareVersions.dotnet3) | ||
.replace('{dotnet_sha512}', softwareVersions.sha.dotnet_sha512["3.0.100"]); | ||
} | ||
} | ||
@@ -145,0 +137,0 @@ if (this._amplify) { |
{ | ||
"name": "@devcontainer/generator", | ||
"version": "2.5.1", | ||
"version": "2.6.0", | ||
"description": "generates custorm devcontainer Dockerfiles", | ||
@@ -23,3 +23,3 @@ "files": [ | ||
"license": "MIT", | ||
"gitHead": "b2a6d99274ea233cb587c02f5ba14a32448dfd03" | ||
"gitHead": "788567b41d15ec0a5d55426ed7129baf9634b3f4" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33689
277