Skip to content

Commit

Permalink
chore(vscode-build) Update vscode build to 1.62.0 (#1995)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rheeseyb authored Nov 10, 2021
1 parent 044f93f commit 464e44a
Show file tree
Hide file tree
Showing 2 changed files with 188 additions and 486 deletions.
2 changes: 1 addition & 1 deletion vscode-build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const fse = require('fs-extra')
const glob = require('glob')
const rmdir = require('rimraf')

const vscodeVersion = '1.53.0'
const vscodeVersion = '1.62.0'

if (fs.existsSync('vscode')) {
process.chdir('vscode')
Expand Down
Loading

0 comments on commit 464e44a

Please sign in to comment.