mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 20:15:19 +02:00
fix(lib/vscode): conflicts in productService.ts
This commit is contained in:
@@ -26,6 +26,9 @@ export type ExtensionUntrustedWorkspaceSupport = {
|
||||
};
|
||||
|
||||
export interface IProductConfiguration {
|
||||
// NOTE@coder: add codeServerVersion
|
||||
readonly codeServerVersion?: string;
|
||||
|
||||
readonly version: string;
|
||||
readonly date?: string;
|
||||
readonly quality?: string;
|
||||
|
||||
Reference in New Issue
Block a user