Skip to content

Commit 5d58a90

Browse files
committed
Grr a hallucination
1 parent 72e6452 commit 5d58a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"typescript.native-preview.goMemLimit": {
6262
"type": "string",
6363
"description": "Set GOMEMLIMIT for the language server (e.g., '2048MiB', '4GiB'). See https://pkg.go.dev/runtime#hdr-Environment_Variables for more information.",
64-
"pattern": "^[0-9]+[KMGT]iB$",
64+
"pattern": "^[0-9]+(([KMGT]i)?B)?$",
6565
"patternErrorMessage": "Must be a valid memory limit (e.g., '2048MiB', '4GiB').",
6666
"tags": [
6767
"experimental"

0 commit comments

Comments
 (0)