mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
vscode: update to 1.61.0
This commit is contained in:
parent
24824ddb57
commit
e8f6d21311
3 changed files with 10 additions and 10 deletions
|
@ -14,7 +14,7 @@ So, disable it entirely. No cookies for you, Visual Studio Code team.
|
||||||
3 files changed, 1 insertion(+), 20 deletions(-)
|
3 files changed, 1 insertion(+), 20 deletions(-)
|
||||||
|
|
||||||
diff --git a/src/bootstrap-fork.js b/src/bootstrap-fork.js
|
diff --git a/src/bootstrap-fork.js b/src/bootstrap-fork.js
|
||||||
index 55303d9a556..ead5d08663f 100644
|
index f7b07e49255..576c82f23e8 100644
|
||||||
--- a/src/bootstrap-fork.js
|
--- a/src/bootstrap-fork.js
|
||||||
+++ b/src/bootstrap-fork.js
|
+++ b/src/bootstrap-fork.js
|
||||||
@@ -37,9 +37,6 @@ if (process.env['VSCODE_PARENT_PID']) {
|
@@ -37,9 +37,6 @@ if (process.env['VSCODE_PARENT_PID']) {
|
||||||
|
@ -28,7 +28,7 @@ index 55303d9a556..ead5d08663f 100644
|
||||||
require('./bootstrap-amd').load(process.env['VSCODE_AMD_ENTRYPOINT']);
|
require('./bootstrap-amd').load(process.env['VSCODE_AMD_ENTRYPOINT']);
|
||||||
|
|
||||||
diff --git a/src/main.js b/src/main.js
|
diff --git a/src/main.js b/src/main.js
|
||||||
index 9cf737e0649..1d779632498 100644
|
index ad838aa245e..e6319e100b9 100644
|
||||||
--- a/src/main.js
|
--- a/src/main.js
|
||||||
+++ b/src/main.js
|
+++ b/src/main.js
|
||||||
@@ -46,22 +46,6 @@ const codeCachePath = getCodeCachePath();
|
@@ -46,22 +46,6 @@ const codeCachePath = getCodeCachePath();
|
||||||
|
@ -55,13 +55,13 @@ index 9cf737e0649..1d779632498 100644
|
||||||
// to ensure that no 'logs' folder is created on disk at a
|
// to ensure that no 'logs' folder is created on disk at a
|
||||||
// location outside of the portable directory
|
// location outside of the portable directory
|
||||||
diff --git a/src/vs/code/electron-main/app.ts b/src/vs/code/electron-main/app.ts
|
diff --git a/src/vs/code/electron-main/app.ts b/src/vs/code/electron-main/app.ts
|
||||||
index 135f444bdbf..9d207a91bcf 100644
|
index 1d71361b942..6452f501e34 100644
|
||||||
--- a/src/vs/code/electron-main/app.ts
|
--- a/src/vs/code/electron-main/app.ts
|
||||||
+++ b/src/vs/code/electron-main/app.ts
|
+++ b/src/vs/code/electron-main/app.ts
|
||||||
@@ -982,7 +982,7 @@ export class CodeApplication extends Disposable {
|
@@ -992,7 +992,7 @@ export class CodeApplication extends Disposable {
|
||||||
const argvJSON = JSON.parse(stripComments(argvString));
|
|
||||||
if (argvJSON['enable-crash-reporter'] === undefined) {
|
if (argvJSON['enable-crash-reporter'] === undefined) {
|
||||||
const enableCrashReporterSetting = this.configurationService.getValue('telemetry.enableCrashReporter');
|
const telemetryConfig = getTelemetryLevel(this.configurationService);
|
||||||
|
const enableCrashReporterSetting = telemetryConfig >= TelemetryLevel.ERROR;
|
||||||
- const enableCrashReporter = typeof enableCrashReporterSetting === 'boolean' ? enableCrashReporterSetting : true;
|
- const enableCrashReporter = typeof enableCrashReporterSetting === 'boolean' ? enableCrashReporterSetting : true;
|
||||||
+ const enableCrashReporter = typeof enableCrashReporterSetting === 'boolean' ? enableCrashReporterSetting : false;
|
+ const enableCrashReporter = typeof enableCrashReporterSetting === 'boolean' ? enableCrashReporterSetting : false;
|
||||||
const additionalArgvContent = [
|
const additionalArgvContent = [
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
diff --git a/product.json b/product.json
|
diff --git a/product.json b/product.json
|
||||||
index 9010521ca351..3abefe7bd69a 100644
|
index 7b60eac641d..c9aeeeecfe6 100644
|
||||||
--- a/product.json
|
--- a/product.json
|
||||||
+++ b/product.json
|
+++ b/product.json
|
||||||
@@ -22,6 +22,9 @@
|
@@ -22,6 +22,9 @@
|
||||||
|
@ -23,4 +23,4 @@ index 9010521ca351..3abefe7bd69a 100644
|
||||||
+ },
|
+ },
|
||||||
"builtInExtensions": [
|
"builtInExtensions": [
|
||||||
{
|
{
|
||||||
"name": "ms-vscode.node-debug",
|
"name": "ms-vscode.references-view",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'vscode'
|
# Template file for 'vscode'
|
||||||
pkgname=vscode
|
pkgname=vscode
|
||||||
version=1.60.2
|
version=1.61.0
|
||||||
revision=1
|
revision=1
|
||||||
_electronver=13.3.0
|
_electronver=13.3.0
|
||||||
hostmakedepends="pkg-config python nodejs yarn tar git"
|
hostmakedepends="pkg-config python nodejs yarn tar git"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="shizonic <realtiaz@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://code.visualstudio.com/"
|
homepage="https://code.visualstudio.com/"
|
||||||
distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz"
|
distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz"
|
||||||
checksum=34c6a974f95735c4f934c16837ec553613ba9a7f098876871471edcddbbd65a2
|
checksum=68bff7284804054cdd38ae3984ecb2a23af86668e23ec2335440dc56a2d1e82a
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
||||||
broken="FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory"
|
broken="FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory"
|
||||||
|
|
Loading…
Add table
Reference in a new issue