Skip to content

Commit bf013ee

Browse files
committed
Finish update
1 parent ede14c7 commit bf013ee

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ Code v99.99.999
2222

2323
## Unreleased
2424

25+
Code v1.122.0
26+
27+
### Changed
28+
29+
- Update to Code 1.122.0
30+
2531
## [4.121.0](https://github.com/coder/code-server/releases/tag/v4.121.0) - 2026-05-20
2632

2733
Code v1.121.0

patches/app-name.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Index: code-server/lib/vscode/src/vs/server/node/serverEnvironmentService.ts
2020

2121
/* ----- server setup ----- */
2222

23-
@@ -120,6 +121,7 @@ export interface ServerParsedArgs {
23+
@@ -124,6 +125,7 @@ export interface ServerParsedArgs {
2424
'disable-getting-started-override'?: boolean,
2525
'locale'?: string
2626
'link-protection-trusted-domains'?: string[],

patches/copilot.diff

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Index: code-server/lib/vscode/build/gulpfile.extensions.ts
22
===================================================================
33
--- code-server.orig/lib/vscode/build/gulpfile.extensions.ts
44
+++ code-server/lib/vscode/build/gulpfile.extensions.ts
5-
@@ -294,6 +294,29 @@ export const compileCopilotExtensionBuil
6-
gulp.task(compileCopilotExtensionBuildTask);
5+
@@ -291,6 +291,29 @@ export const compileCopilotExtensionBuil
6+
task.task(compileCopilotExtensionBuildTask);
77

88
/**
99
+ * Compiles the built-in copilot extension with proper `.vscodeignore` filtering
@@ -36,15 +36,15 @@ Index: code-server/lib/vscode/build/lib/extensions.ts
3636
===================================================================
3737
--- code-server.orig/lib/vscode/build/lib/extensions.ts
3838
+++ code-server/lib/vscode/build/lib/extensions.ts
39-
@@ -24,6 +24,7 @@ import { getProductionDependencies } fro
39+
@@ -21,6 +21,7 @@ import { getProductionDependencies } fro
4040
import { type IExtensionDefinition, getExtensionStream } from './builtInExtensions.ts';
4141
import { fetchUrls, fetchGithub } from './fetch.ts';
4242
import { createTsgoStream, spawnTsgo } from './tsgo.ts';
4343
+import { prepareBuiltInCopilotRipgrepShim } from './copilot.ts';
44-
import vzip from 'gulp-vinyl-zip';
44+
import watcher from './watch/index.ts';
4545

4646
import { createRequire } from 'module';
47-
@@ -492,6 +493,116 @@ export function packageCopilotExtensionS
47+
@@ -483,6 +484,116 @@ export function packageCopilotExtensionS
4848
).pipe(util2.setExecutableBit(['**/*.sh']));
4949
}
5050

0 commit comments

Comments
 (0)