mirror of
https://github.com/coder/code-server.git
synced 2025-09-23 09:43:03 +08:00
chore(vscode): update to 1.55.2
This commit is contained in:
@ -76,7 +76,7 @@ export class GithubRemoteSourceProvider implements RemoteSourceProvider {
|
||||
return [];
|
||||
}
|
||||
|
||||
const raw = await octokit.search.repos({ q: query, sort: 'updated' });
|
||||
const raw = await octokit.search.repos({ q: query, sort: 'stars' });
|
||||
return raw.data.items.map(asRemoteSource);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user