Compare commits

..

3 Commits

Author SHA1 Message Date
b39f610b7d chore(deps): update curlimages/curl docker tag to v8.12.1
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/test-image Pipeline was successful
2025-02-24 09:59:43 +01:00
48b74964fa fix filename typo for release helper (#33)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/test-image Pipeline was successful
ci/woodpecker/push/release-hepler Pipeline was successful
### 📖 Summary

- fix typo

### 📑 Test Plan

 CI pipeline tests (Default)

### 💬 Details

_No response_

### 📚 Additional Notes

_No response_

Reviewed-on: #33
2025-02-24 09:58:45 +01:00
401b59936b fix vscode settings (#32)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/test-image Pipeline was successful
ci/woodpecker/push/release-hepler Pipeline was successful
### 📖 Summary

- fix cspell

### 📑 Test Plan

 CI pipeline tests (Default)

### 💬 Details

_No response_

### 📚 Additional Notes

_No response_

Reviewed-on: #32
2025-02-24 09:55:17 +01:00
2 changed files with 11 additions and 20 deletions

31
.vscode/settings.json vendored
View File

@ -22,26 +22,17 @@
".vscode", ".vscode",
".vscode-insiders" ".vscode-insiders"
], ],
"cSpell.enabledLanguageIds": [ "cSpell.enabledFileTypes": {
"c", "go": true,
"cpp", "javascript": true,
"csharp", "json": true,
"go", "markdown": true,
"javascript", "plaintext": true,
"javascriptreact", "text": true,
"json", "typescript": true,
"latex", "yaml": true,
"markdown", "yml": true
"php", },
"plaintext",
"powershell",
"python",
"text",
"typescript",
"typescriptreact",
"yaml",
"yml"
],
"cSpell.language": "en-US,de-DE", "cSpell.language": "en-US,de-DE",
"cSpell.customDictionaries": { "cSpell.customDictionaries": {
"project-words": { "project-words": {