Update Code to 1.98.0 (#7249)

* Update Code to 1.98.0

* Avoid sudo when launching caddy

It is erroring about needing a password, but also do we even need to run
this as root considering we are not binding to privileged ports?

---------

Co-authored-by: Asher <ash@coder.com>
This commit is contained in:
Olivier Benz
2025-03-06 21:32:11 +01:00
committed by GitHub
parent 6f8493ebc6
commit 31c211aded
11 changed files with 16 additions and 16 deletions

View File

@ -7,7 +7,7 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/extensions/browser/extens
===================================================================
--- code-server.orig/lib/vscode/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts
+++ code-server/lib/vscode/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts
@@ -321,6 +321,10 @@ export class Extension implements IExten
@@ -319,6 +319,10 @@ export class Extension implements IExten
if (this.type === ExtensionType.System && this.productService.quality === 'stable') {
return false;
}