mirror of
https://github.com/cdr/code-server.git
synced 2026-04-21 06:21:41 +02:00
Update Code to 1.115.0 (#7748)
This commit is contained in:
parent
f04dc2cabd
commit
1c6fb2dc20
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit e7fb5e96c0730b9deb70b33781f98e2f35975036
|
Subproject commit 41dd792b5e652393e7787322889ed5fdc58bd75b
|
||||||
|
|
@ -101,7 +101,7 @@ Index: code-server/lib/vscode/src/vs/base/common/product.ts
|
||||||
|
|
||||||
readonly version: string;
|
readonly version: string;
|
||||||
readonly date?: string;
|
readonly date?: string;
|
||||||
@@ -115,6 +116,7 @@ export interface IProductConfiguration {
|
@@ -117,6 +118,7 @@ export interface IProductConfiguration {
|
||||||
readonly resourceUrlTemplate: string;
|
readonly resourceUrlTemplate: string;
|
||||||
readonly nlsBaseUrl: string;
|
readonly nlsBaseUrl: string;
|
||||||
readonly accessSKUs?: string[];
|
readonly accessSKUs?: string[];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue