You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,18 @@ Supporting different time zones requires the `tzdata` package. By default this t
16
16
17
17
As of Swift 6.0.1, `Locale.current` is hardcoded to be `en_001` on Linux. Manually passing a `Locale` instance to everything that uses it seems to be the only solution for using a custom `Locale` currently.
18
18
19
+
## Recommended VSCode extension settings
20
+
21
+
```json
22
+
{
23
+
"shellcheck.customArgs": [
24
+
"-x"
25
+
],
26
+
"shellcheck.useWorkspaceRootAsCwd": true,
27
+
"editorconfig.generateAuto": false
28
+
}
29
+
```
30
+
19
31
## TODOs
20
32
21
33
- TODO: Use base docker image that already includes static Linux SDK.
0 commit comments