Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
223a960142 | ||
|
|
73c2147ae9 |
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"java.configuration.updateBuildConfiguration": "interactive"
|
||||
"java.configuration.updateBuildConfiguration": "interactive",
|
||||
"java.compile.nullAnalysis.mode": "automatic"
|
||||
}
|
||||
@@ -1,3 +1,7 @@
|
||||
## [v0.0.5] - 2026-02-21
|
||||
|
||||
* fix: add missing comma in settings.json for Java configuration (73c2147)
|
||||
|
||||
## [v0.0.4] - 2026-02-21
|
||||
|
||||
* test: add integration tests for TodoController and update test configuration. (c32e321)
|
||||
|
||||
Reference in New Issue
Block a user