Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update VS Code to 1.54.1 and node.js to v14.16.0 #534

Merged
merged 43 commits into from
Mar 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
ff369c3
Updated node LTS version that solves vulnerability
sjimenez77 Feb 7, 2020
f97aa46
VSCode update to 1.42.0
sjimenez77 Feb 7, 2020
2a51e52
Merge branch 'master' of https://github.com/devonfw/ide
sjimenez77 Mar 30, 2020
912c4bc
Merge branch 'master' of https://github.com/devonfw/ide
sjimenez77 Apr 23, 2020
1faa431
Updated VSCode and node.js versions
sjimenez77 Apr 23, 2020
4ac3a32
Ionic support and some fixes for ng command
sjimenez77 Apr 24, 2020
99860e0
Merge branch 'master' into master
hohwille Apr 28, 2020
41e65e0
Merge branch 'master' of https://github.com/devonfw/ide
sjimenez77 Apr 28, 2020
b1de3db
Merge branch 'master' of https://github.com/devonfw/ide
sjimenez77 Apr 28, 2020
0a5cb33
Merge branch 'master' of https://github.com/devonfw/ide
sjimenez77 Apr 28, 2020
3a07b75
Merge branch 'master' of https://github.com/devonfw/ide
sjimenez77 Apr 29, 2020
4ece9b6
Merge branch 'master' of https://github.com/devonfw/ide
sjimenez77 Apr 29, 2020
b154ee8
Merge branch 'master' of https://github.com/devonfw/ide
sjimenez77 Aug 11, 2020
5251f75
Node LTS and VSCode update to latest versions
sjimenez77 Aug 11, 2020
4f193cc
Merge branch 'master' of https://github.com/devonfw/ide
sjimenez77 Aug 24, 2020
636a255
Merge branch 'master' of https://github.com/devonfw/ide
sjimenez77 Aug 25, 2020
1c4d612
Merge branch 'master' of https://github.com/devonfw/ide
sjimenez77 Sep 1, 2020
cd15430
Merge branch 'master' of https://github.com/devonfw/ide
sjimenez77 Sep 11, 2020
89ca545
Merge branch 'master' of https://github.com/devonfw/ide
sjimenez77 Sep 15, 2020
c7b100b
VSCode update to 1.49.0
sjimenez77 Sep 15, 2020
1f15f90
[Security] Node LTS updated to 12.18.4
sjimenez77 Sep 18, 2020
a2468ff
VS Code updated to 1.49.1
sjimenez77 Sep 18, 2020
21e6246
ionic cli removed from tools
sjimenez77 Sep 18, 2020
5541ee5
Merge branch 'master' of https://github.com/devonfw/ide
sjimenez77 Sep 25, 2020
e3fa639
VSCode updated to 1.49.2 version
sjimenez77 Sep 25, 2020
563b820
Merge branch 'master' of https://github.com/devonfw/ide
sjimenez77 Oct 2, 2020
dc2627e
Merge branch 'master' of https://github.com/devonfw/ide
sjimenez77 Oct 16, 2020
0d7ed0d
Merge branch 'master' of https://github.com/devonfw/ide
sjimenez77 Oct 17, 2020
4e1538d
Node LTS and VS Code updates
sjimenez77 Oct 19, 2020
81b7bc5
Merge branch 'master' of https://github.com/devonfw/ide
sjimenez77 Oct 19, 2020
a616d4b
Merge branch 'master' into master
hohwille Oct 19, 2020
8924cb2
Merge branch 'master' of https://github.com/devonfw/ide
sjimenez77 Oct 20, 2020
df55360
Merge branch 'master' of https://github.com/devonfw/ide
sjimenez77 Oct 20, 2020
f67fafe
Merge branch 'master' of https://github.com/devonfw/ide
sjimenez77 Nov 18, 2020
bd633ce
Merge branch 'master' of https://github.com/sjimenez77/ide
sjimenez77 Nov 18, 2020
ac0cfaa
Settings submodule updated
sjimenez77 Nov 18, 2020
5245808
Merge branch 'master' of https://github.com/devonfw/ide
sjimenez77 Jan 7, 2021
318bbbd
Merge branch 'master' of https://github.com/devonfw/ide
sjimenez77 Feb 2, 2021
58817ac
node.js LTS and VSCode updated
sjimenez77 Feb 2, 2021
1c93e97
Merge branch 'master' of https://github.com/devonfw/ide
sjimenez77 Mar 4, 2021
b3b93d3
Update node.js to 14.16.0 LTS and VS Code to 1.53.2
sjimenez77 Mar 4, 2021
5cb30cf
VS Code updated to latest version 1.54.1
sjimenez77 Mar 5, 2021
11eb39a
Merge branch 'master' into master
hohwille Mar 15, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/src/main/resources/scripts/command/node
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source "$(dirname "${0}")"/../functions
function doSetup() {
if [ -n "${1}" ] || [ ! -d "${NODE_HOME}" ]
then
local software_version="${NODE_VERSION:-v14.15.4}"
local software_version="${NODE_VERSION:-v14.16.0}"
local download_url="https://nodejs.org/dist/${software_version}/node-${software_version}"
local software_dir="${NODE_HOME}"
if doIsMacOs
Expand Down
2 changes: 1 addition & 1 deletion scripts/src/main/resources/scripts/command/vscode
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cd "${DEVON_IDE_HOME}" || exit 255
function doSetup() {
if [ -n "${1}" ] || [ ! -d "${VSCODE_HOME}" ]
then
local software_version="${VSCODE_VERSION:-1.52.1}"
local software_version="${VSCODE_VERSION:-1.54.1}"
local download_url="https://update.code.visualstudio.com/${software_version}"
local software_extension=".zip"
if doIsMacOs
Expand Down