go #49

Merged
niggl merged 96 commits from go into main 2024-12-12 15:11:31 +00:00
3 changed files with 6 additions and 5 deletions
Showing only changes of commit 8f3faee573 - Show all commits

View File

@ -8,7 +8,8 @@
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features",
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
"source.organizeImports": true,
// "source.fixAll": true
}
},
"javascript.preferences.quoteStyle": "single",

Binary file not shown.

File diff suppressed because one or more lines are too long