fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #684 from hey-api/ci/minor-to-patch-for-build

ci: undo vscode settings changes

authored by

Lubos and committed by
GitHub
106a38bd 93d3d721

+1 -7
+1 -1
.changeset/wet-snakes-leave.md
··· 2 2 '@hey-api/openapi-ts': minor 3 3 --- 4 4 5 - Add support for customising method names 5 + Add support for customizing method names with `services.methodNameBuilder()`
-6
.vscode/settings.json
··· 1 1 { 2 2 "editor.codeActionsOnSave": { 3 - "source.organizeImports": "never", 4 3 "source.fixAll.eslint": "explicit" 5 - }, 6 - "[typescript]": { 7 - "editor.codeActionsOnSave": { 8 - "source.organizeImports": "never" 9 - } 10 4 }, 11 5 "editor.quickSuggestions": { 12 6 "strings": true