We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc1c21 commit 4c4082fCopy full SHA for 4c4082f
build.js
@@ -3,7 +3,7 @@ const child_process = require("child_process");
3
const fs = require("fs");
4
const fse = require("fs-extra");
5
6
-const vscodeVersion = "1.77.1";
+const vscodeVersion = "1.78.1";
7
8
if (!fs.existsSync("vscode")) {
9
child_process.execSync(`git clone --depth 1 https://github.com/microsoft/vscode.git -b ${vscodeVersion}`, {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vscode-web",
- "version": "1.77.1",
+ "version": "1.78.1",
"description": "Visual Studio Code for browser",
"files": ["dist"],
"scripts": {
0 commit comments