Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f8791bb

Browse files
v2.3.0
1 parent 1d8b69a commit f8791bb

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

‎CHANGELOG.md‎

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [2.3.0](https://github.com/coder/code-marketplace/releases/tag/v2.3.0) - 2024年12月20日
11+
12+
### Added
13+
14+
- Add empty signatures when starting the server with --sign. This will not work
15+
with VS Code on Windows and macOS as we do not have the key required, but it
16+
will work for open source versions of VS Code (VSCodium, code-server) and VS
17+
Code on Linux where signatures must exist but are not actually checked.
18+
19+
### Changed
20+
21+
- Ignore extensions without a manifest. This is not expected in normal use, but
22+
could happen if, for example, a manifest temporarily failed to download, which
23+
would then crash the entire process with a segfault.
24+
1025
## [2.2.1](https://github.com/coder/code-marketplace/releases/tag/v2.2.1) - 2024年08月14日
1126

1227
### Fixed

‎storage/signature.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type Signature struct {
3333

3434
func NewSignatureStorage(logger slog.Logger, includeEmptySignatures bool, s Storage) *Signature {
3535
if includeEmptySignatures {
36-
logger.Info(context.Background(), "Signature storage enabled, if using VSCode on Windows, this will not work.")
36+
logger.Info(context.Background(), "Signature storage enabled, if using VS Code on Windows or macOS, this will not work.")
3737
}
3838
return &Signature{
3939
Logger: logger,

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /