mirror of
https://github.com/cdr/code-server.git
synced 2026-04-21 06:21:41 +02:00
Update Code to 1.107.1 (#7606)
This commit is contained in:
parent
41f7ba903f
commit
8c077bf605
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit 302ff6a2e235c95b88e587d4a4b6eeb1b6613297
|
Subproject commit 994fd12f8d3a5aa16f17d42c041e5809167e845a
|
||||||
|
|
@ -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;
|
||||||
@@ -112,6 +113,7 @@ export interface IProductConfiguration {
|
@@ -113,6 +114,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